|
|
|
|
|
by KeplerBoy
636 days ago
|
|
One could also "import jax.numpy as jnp". All those libraries have more or less complete implementations of numpy and scipy (i believe CuPy has the most functions, especially when it comes to scipy) functionality. Also: You can just mix match all those functions and tensors thanks to the __cuda_array_interface__. |
|
Code written for CuPy looks similar to numpy but very different from Jax.