Closed CFSworks closed 10 years ago
I can confirm this issue with 331.17 here...
331.20 here, and nvml_fix no longer works for me (nvidia-smi cannot find libnvidia-ml.so).
I can also confirm the same issue... the old nvml_bug.c with added version check returns not supported... NVIDIA must not have liked your 'fix' ;)
I've updated this for the 331.xx series on 64-bit. 32-bit coming later... I've tested it on 331.20. I'm going to go ahead and close this, let me know if it's still broken for you.
Seems like NVIDIA broke it again on anything higher than 331.20 (e.g. 331.49)
nvml remains broken for 331.75. In nvml.c. I see
fix[187] = 2;
fix[188] = 1;
How are the fix[] locations and values determined in the NVML API?
I'm not 100% on this, but it looks like nVidia changed something during the 331.13->331.17 update that broke nvml_fix. I'm opening an issue on my own repository to track the bug until I have a chance to address it.