-
Notifications
You must be signed in to change notification settings - Fork 4k
Open
Description
Describe the enhancement requested
The runs-on GPU instances we use are built with CUDA 12. See log from nvidia-smi:
| NVIDIA-SMI 575.57.08 Driver Version: 575.57.08 CUDA Version: 12.9 |
I tried installing cuda-compat-13-0 as suggested here:
+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 575.57.08 Driver Version: 575.57.08 CUDA Version: 13.0 |
|-----------------------------------------+------------------------+----------------------+
But the job still failed with:
cuda.core._utils.cuda_utils.CUDAError: CUDA_ERROR_INVALID_IMAGE: This indicates that the device kernel image is invalid. This can also indicate an invalid CUDA module.
We might need to, build our own instances with packer installing newer versions of CUDA as suggested here, wait until runs-on provides images with CUDA 13 or try reinstalling the drivers on the instance.
This is a follow up issue to:
Component(s)
Continuous Integration, GPU