Skip to content

[CI][GPU] Add jobs for CUDA 13 #48783

@raulcd

Description

@raulcd

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions