-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dlclose'ing the compatibility driver can fail #1848
Labels
Comments
maleadt
added
bug
Something isn't working
installation
CUDA is easy to install, right?
labels
Mar 31, 2023
@simonbyrne ran into this, with the following stack trace:
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As observed on the benchmark bot:
I encountered this after seeing the following on CI:
That error really shouldn't be possible, as we should have failed the initialization when loading CUDA_Driver_jll and decided not to use the foward-compatible driver. The fact that trying this out in isolation results in a segfault may be related...
The text was updated successfully, but these errors were encountered: