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

In place prediction with cupy on windows crashes #5793

Open
RAMitchell opened this issue Jun 14, 2020 · 2 comments
Open

In place prediction with cupy on windows crashes #5793

RAMitchell opened this issue Jun 14, 2020 · 2 comments
Assignees

Comments

@RAMitchell
Copy link
Member

This is a note that the following test crashes on windows currently:
pytest tests\python-gpu\test_gpu_prediction.py::TestGPUPredict::test_inplace_predict_cupy

This needs to be fixed to run cupy tests on windows, otherwise we do not have coverage for device memory interfaces on windows.

@trivialfis
Copy link
Member

Do you have a log? Is it only reproducible on CI?

@trivialfis
Copy link
Member

trivialfis commented Jul 12, 2023

This might be caused by using CUDA memory in TLS on Windows. Got a cudaInitializationError in the destructor of HostDeviceVector when I spawn a new thread for testing in #9362

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

No branches or pull requests

2 participants