jax sum creates a huge intermediate array slowing down GPU performance
I’m trying to create a jax
function that selects a set of values from a
2D array and adds them together in a vectorized manner.
jax sum creates a huge ntermediate array that slows down the GPU
I’m trying to create a jax
function that selects a set of values from a
2D array and adds them together in a vectorized manner.