top | item 37699659 (no title) dayeye2006 | 2 years ago Yes. But some of the algorithms cannot benefit that much from the GPU. In my field -- mathematical optimization, lots of algorithms rely on sparse matrix operations and takes many iterations until convergence. discuss order hn newest modeless|2 years ago Would this help? https://jax.readthedocs.io/en/latest/jax.experimental.sparse... marmaduke|2 years ago Nope it's super slow for large sparse matrices. It's even faster to use generic scatter/gather to implement some, instead of that built in thing. load replies (1)
modeless|2 years ago Would this help? https://jax.readthedocs.io/en/latest/jax.experimental.sparse... marmaduke|2 years ago Nope it's super slow for large sparse matrices. It's even faster to use generic scatter/gather to implement some, instead of that built in thing. load replies (1)
marmaduke|2 years ago Nope it's super slow for large sparse matrices. It's even faster to use generic scatter/gather to implement some, instead of that built in thing. load replies (1)
modeless|2 years ago
marmaduke|2 years ago