In place matrix/tensor update #4492
-
I know that JAX explicitly doesn't support in place operation, but i saw this argument about memory location in The standard JAX way to do the above code would be (i think)
but as you can tell, it does not retain the original memory location
Would love to hear more about this! Is the issue about memory reference being stale valid, and how do JAX frameworks tackle this ? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
See #1733 for a version of this request and some recent updates. |
Beta Was this translation helpful? Give feedback.
See #1733 for a version of this request and some recent updates.