You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is only one live array but why at the second call it prints two live arrays with identical unsafe_buffer_pointer. (I suppose unsafe_buffer_pointer is the actual memory address of the array)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, here's an example with Jax 0.4.19:
The output of the above is:
There is only one live array but why at the second call it prints two live arrays with identical
unsafe_buffer_pointer
. (I supposeunsafe_buffer_pointer
is the actual memory address of the array)Thanks!
Beta Was this translation helpful? Give feedback.
All reactions