-
Notifications
You must be signed in to change notification settings - Fork 264
[BUG]: Test: The generated ptx will not be loadable by the current driver. #1851
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Is this a duplicate?
- I confirmed there appear to be no duplicate issues for this bug and that I agree to the Code of Conduct
Type of Bug
Runtime Error
Component
cuda.core
Describe the bug
Occasionally in testing the following error is displayed:
RuntimeWarning: The CUDA driver version is older than the backend version. The generated ptx will not be loadable by the current driver.
This can come from the cuda_core/examples/jit_lto_fractal.py test in the "Test win-64 / py3.11, 13.2.0, wheels, rtx4090 (WDDM)" configuration.
How to Reproduce
Happens occasionally in CI.
I think the root cause is that the CI runner is in an incorrect state -- perhaps there is a race condition between installing the driver and the runtime that we could fix by determining the version once and installing the same version of both.
I think it is better to fix that root cause than to make the test skippable.
Expected behavior
All tests should pass.
Operating System
No response
nvidia-smi output
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working