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
The batched_mul_generic! is really slow on both cpu and gpu, but somehow it isn't something easy to find. It might worth displaying a one time warning like the cuda scalar indexing warning.
The text was updated successfully, but these errors were encountered:
Between this and #475 I wonder if we shouldn't have a more general "slow fallback" policy like other libraries do. The simplest version of this would be toggleable warnings when generic methods are called. Could this be generalized and/or made more sophisticated?
The
batched_mul_generic!
is really slow on both cpu and gpu, but somehow it isn't something easy to find. It might worth displaying a one time warning like the cuda scalar indexing warning.The text was updated successfully, but these errors were encountered: