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
Surprisingly JAX is also doing bad on the first case, although not as bad as C/Numba. Performance is probably due to bad iteration order / cache access
The text was updated successfully, but these errors were encountered:
ricardoV94
changed the title
Reduction along leading axis is incredibly slow in C and Numba backends
Reductions can be incredibly slow in C and Numba backends
Jul 15, 2024
ricardoV94
changed the title
Reductions can be incredibly slow in C and Numba backends
Reductions along leading axes can be incredibly slow in C and Numba backends
Jul 15, 2024
Description
Reported by @aseyboldt
I'm running JAX on a CPU
#931 makes numba slightly better in axis=0 at the expense of doing worse on axis=2
In any case numpy is wiping our ass :)
Surprisingly JAX is also doing bad on the first case, although not as bad as C/Numba. Performance is probably due to bad iteration order / cache access
The text was updated successfully, but these errors were encountered: