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
Hello, Owl.Dense.Ndarray.S.copy_ is ~3-4x slower than Owl_base_dense_ndarray_generic.copy_ because it doesn't call Genarray.blit. Is this intentional/necessary? Can Owl_dense_ndarray_generic.copy_ be updated to use Owl_base_dense_ndarray_generic.copy_? Below are some benchmarks:
Hello,
Owl.Dense.Ndarray.S.copy_
is ~3-4x slower thanOwl_base_dense_ndarray_generic.copy_
because it doesn't callGenarray.blit
. Is this intentional/necessary? CanOwl_dense_ndarray_generic.copy_
be updated to useOwl_base_dense_ndarray_generic.copy_
? Below are some benchmarks:The text was updated successfully, but these errors were encountered: