Skip to content
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

[CI] cudaErrorInsufficientDriver returned from cudaGetDevice #8619

Closed
hcho3 opened this issue Dec 20, 2022 · 2 comments · Fixed by #8900
Closed

[CI] cudaErrorInsufficientDriver returned from cudaGetDevice #8619

hcho3 opened this issue Dec 20, 2022 · 2 comments · Fixed by #8900
Labels

Comments

@hcho3
Copy link
Collaborator

hcho3 commented Dec 20, 2022

CHECK_EQ(cudaGetDevice(&current_device), cudaSuccess);

This line is currently failing in the CI due to a driver issue. It's part of the GTest with RMM
Until the CI machine can be updated with the latest driver, we'll disable the GTest with RMM.

@trivialfis
Copy link
Member

Is this still an issue?

@hcho3
Copy link
Collaborator Author

hcho3 commented Mar 11, 2023

Not sure, we need to try re-enabling gtest with rmm and see if it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants