Replies: 1 comment
-
The issue is that you need a static value of It's hard to be much more specific than that without a reproduction of the code you're running – the partial snippets you included don't really provide enough information to give more specific advice. You might think about adding a minimal reproducible example to your question. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello JAX team and users. I have a question about sparse solver. I have the follow jitted code (this is example of real code):
When i run this code, i catch error about 'nse' argument, that it's must be predefined. But i also can't use this row
It is also give me error, that somethings are depended from 'K'. How can i use sparse solver wthin jit function?
P.S. Sorry, i am juniour in python programming and i don`t know, how to ask a question correctly. If you need more information i am ready to get it to you.
Beta Was this translation helpful? Give feedback.
All reactions