-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q: v0.9.0: 'std::invalid_argument' (core dump) #1186
Comments
Hi @sklages, Do you have |
|
This doesn't appear to be a setting we account for - please try setting this to the integer cuda id of the device instead while we investigate fixing this. |
@malton-ont - But is this somethings that has been changed in From the error message I would expect that I have used a wrong parameter .. Nvidia supports both, https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#env-vars in |
Yes, some of the internal gpu monitoring code changed to use NVML, which doesn't respect
|
@malton-ont - thanks for the explanation! So maybe I can let this as a feature request / improvement: support for GPU/MIG UUIDs for |
Other developers appear to have had a similar issue, and I found this workaround: |
Just wanted to run version
v0.9.0
(0.9.0+9dc15a85) and ran into a "invalid argument" which I cannot spot in my command .. :-)error:
The same command works with
v0.8.3
.. so something has obviously changed ..Can you point me to what am I missing here?
The text was updated successfully, but these errors were encountered: