Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
yobbo
10 months ago
|
parent
|
context
|
favorite
| on:
CuPy: NumPy and SciPy for GPU
Jax variables are immutable.
Code written for CuPy looks similar to numpy but very different from Jax.
bbminner
10 months ago
|
next
[–]
Ah, well, that's interesting! Does anyone know how cupy manages tensor mutability?
kmaehashi
10 months ago
|
parent
|
next
[–]
CuPy tensors (or `ndarray`) provide the same semantics as NumPy. In-place operations are permitted.
KeplerBoy
10 months ago
|
prev
[–]
Ah yes, stumbled over that recently, but the error message is very helpful and it's a quick change.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
Code written for CuPy looks similar to numpy but very different from Jax.