-
Consider the following code, where I want to:
The problem is that the state is too huge that the memory can only barely hold it. Theoretically this is ok if all the operations in However, when it comes to the assignment I can immediately think of approaches like:
But I haven't found any way to do that yet. Is there any feasible API or tools? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Have you tried |
Beta Was this translation helpful? Give feedback.
Have you tried
partial(jit, donate_argnums=0)
?