Hacker News new | ask | show | jobs
by bbminner 636 days ago
Ah, well, that's interesting! Does anyone know how cupy manages tensor mutability?
1 comments

CuPy tensors (or `ndarray`) provide the same semantics as NumPy. In-place operations are permitted.