Replies: 1 comment
-
I'd try this:
|
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.
-
As noted in this thread XLA may use multiple CPU cores, even when one doesn't use pmap. Is there any way to control this behaviour?
I use vmap in my code and notice that CPU utilization reaches 900%. Is there a way to expose only certain number of cores to XLA?
I work on a shared server and I am afraid I will get an angry email if I end up using up all CPU resources. Sadly, the server doesn't have a GPU (which would be really useful) and the data can't leave the server so I am forced to use CPUs only.
Beta Was this translation helpful? Give feedback.
All reactions