You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 22, 2024. It is now read-only.
this function:
nvidia-docker/tools/src/nvml/nvml.go
Line 149 in 1dff2bb
should return 0,nil if there is no numa
there is no numa when kernel has no numa support (CONFIG_NUMA=n)
when numa is not used all the stuff should be binded to 0 so it's fine
The text was updated successfully, but these errors were encountered: