Can I ignore warnings for jaxlib and TPU? #22434
-
Hi all, JAX gives me the following two warnings. I get them when running on both CPU and GPU. Can I safely ignore them? Or, do they indicate some issues in my GPU or performance degradation? In fact,
System InformationEnvironment: WSL2 nvidia-smi
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
It's safe to ignore. rocm is for amd device, and tpu is for google's cloud tpu, neither relevant with nvidia device. However, segmentation fault in nvidia-smi might point to an issue with nvidia software, probably unrelated to jax. |
Beta Was this translation helpful? Give feedback.
It's safe to ignore. rocm is for amd device, and tpu is for google's cloud tpu, neither relevant with nvidia device.
However, segmentation fault in nvidia-smi might point to an issue with nvidia software, probably unrelated to jax.