Hello,
I’m running a model using JAX, and I see that it occupies GPU memory, but the GPU utilization remains at 0%. The following message appeared during the execution:
Could someone help me understand why the GPU is not being utilized despite the memory being allocated? What could be causing this issue, and how can I ensure that JAX is properly using the GPU for computation?
Thank you in advance for your help!