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
stacking: Improve .select() with special case for 1D arrays
The 1D case is a simpler gather operation since we only select 1 element
per index. Special-case it.
The performance increase for this benchmark is that the benchmark
runtime changes by -92% with this change.
0 commit comments