Building JAX (cpu) with threading disabled? #11130
Unanswered
josephrocca
asked this question in
Q&A
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm currently trying to get JAX (cpu only) working in the browser. This requires compiling with Emscripten, and apparently I need to compile without threading.
IIUC it's possible to restrict JAX to a single thread at run time, but I wasn't able to find any info on compiling without threading.
I'm wondering if there's a flag for this that I can set somewhere? If not, is there any viable (even if very hacky) way to do it?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions