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
There were issues with Fabric Manager 550.54.15, so we had to revert FM and the GPU driver. As per NVIDIA, this version of CUDA should be compatible with the GPU driver:
- #343
- Added a test to confirm the fix
- Pull GDRCopy from master for bug fix to be compatible with newer NVIDIA driver versions
- OpenMPI missing hcoll lib path
The GPU Driver is using CUDA 12.2 but the CUDA runtime installed (nvcc) is 12.4
nvidia-smi
nvcc --version
The mismatch of CUDA versions causes GPU_Burn to hang. I believe the GPU driver should be updated to
550.54.15
If the intended CUDA version is 12.2 then the GPU driver can remain as
535.161.08
, but the CUDA runtime should be downgraded to 12.2If the intended CUDA version is 12.4 then the GPU driver should be updated to
550.54.15
Related issue: wilicc/gpu-burn#7
The text was updated successfully, but these errors were encountered: