You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sure thing. I'm not sure what you want to do here, if you wanted to check or leave it to the user. I'm writing ndarray as you know, and ndarray is not 100% committed to rblas even if that is where we started. We may have to move to more direct blas bindings as we continue integration with blas/lapack. Thanks for working on rblas though, it has made it much easier for us to experiment!
In for example
Gemm
, the ordering of the inputa
is used, but this requires thata
,b
,c
all have the same value for.order()
. This is not checked.The text was updated successfully, but these errors were encountered: