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
If we have something like outer_impl(A, X, Y) where A is batch_dims x N x M and X is batch_dims x N and y is batch_dims x M then we should be able to do this pretty easily by having outer internally clone X to X is batch_dims x N x 1 and clone Y to batch_dims x 1 x M then call matmul_impl.
Note we should probably also support the axis parameter to match matmul/matvec.
Use cuBLAS *ger functions
The text was updated successfully, but these errors were encountered: