Skip to content

[CI] Update system cuda version 12.4->12.8#18783

Merged
mshr-h merged 1 commit intoapache:mainfrom
mshr-h:fix-ci-gpu
Feb 15, 2026
Merged

[CI] Update system cuda version 12.4->12.8#18783
mshr-h merged 1 commit intoapache:mainfrom
mshr-h:fix-ci-gpu

Conversation

@mshr-h
Copy link
Contributor

@mshr-h mshr-h commented Feb 15, 2026

Fix cudnn errors due to version mismatch between system and torch dependency

link to the jenkins log: https://ci.tlcpack.ai/blue/organizations/jenkins/tvm-gpu/detail/PR-18775/11/pipeline

tests/python/relax/test_codegen_cudnn.py::test_conv2d_offload[data_shape1-weight_shape1-float32-True-none] Could not load symbol cudnnGetLibConfig. Error: /usr/lib/x86_64-linux-gnu/libcudnn_graph.so.9: undefined symbol: cudnnGetLibConfig

validated the fix with the following local ci script

python3 tests/scripts/ci.py gpu -d tvm.ci_gpu --tests tests/python/relax/test_codegen_cudnn.py::test_conv2d_offload

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @mshr-h, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request resolves critical cudnnGetLibConfig errors observed in the continuous integration pipeline by upgrading the CUDA base image used for GPU testing. The change ensures that the CI environment has a compatible cuDNN version, thereby stabilizing the test suite and preventing failures related to library mismatches.

Highlights

  • CUDA Version Update: The CUDA base image in the CI GPU Dockerfile has been updated from 12.4.1 to 12.8.1.
  • CUDNN Error Resolution: This update specifically addresses cudnnGetLibConfig errors encountered in CI, which were due to a version mismatch between cuDNN and the CUDA environment.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • docker/Dockerfile.ci_gpu
    • Updated the FROM instruction to use nvidia/cuda:12.8.1-cudnn-devel-ubuntu22.04.
Activity
  • The author identified a cudnnGetLibConfig error in Jenkins logs (link provided).
  • The fix was validated locally using a specific CI script targeting test_codegen_cudnn.py::test_conv2d_offload.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

@mshr-h mshr-h changed the title update cuda version [CI] Update cuda version 12.4->12.8 Feb 15, 2026
Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly updates the CUDA version in the ci_gpu Docker image to fix a cuDNN version mismatch. My review focuses on the potential side effects of this version bump on other dependencies within the image. I've added a comment highlighting the need to update other libraries like JAX and PyTorch which appear to be pinned to older CUDA versions to ensure the overall stability and consistency of the CI environment.

@mshr-h mshr-h changed the title [CI] Update cuda version 12.4->12.8 [CI] Update system cuda version 12.4->12.8 Feb 15, 2026
@mshr-h mshr-h merged commit ac70260 into apache:main Feb 15, 2026
12 of 13 checks passed
@mshr-h mshr-h deleted the fix-ci-gpu branch February 16, 2026 02:03
mshr-h added a commit to mshr-h/tvm that referenced this pull request Feb 16, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments