You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: