-
Notifications
You must be signed in to change notification settings - Fork 94
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
CuPy 7.2 breaks CI #241
Comments
Does this go away when setting |
Didn't we just pin a couple days ago an older version of CuPy because of that? |
Yes, we pinned. I was raising this issue to track that we are not working with 7.2 |
Oh, I see. Sorry, I thought we were seeing that again, my mistake. |
Merged
Added PR ( #248 ) to relax the pin since we've rebuilt the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is probably any issue with CuPy but wanted note here that we have seen breaking issues with CuPy 7.2
dask_cuda/tests/test_spill.py:181:
/conda/envs/gdf/lib/python3.6/site-packages/dask/array/random.py:387: in random_sample
return self._wrap("random_sample", size=size, chunks=chunks)
/conda/envs/gdf/lib/python3.6/site-packages/dask/array/random.py:188: in _wrap
small_kwargs,
/conda/envs/gdf/lib/python3.6/site-packages/dask/array/random.py:453: in _apply_random
state = RandomState(state_data)
/conda/envs/gdf/lib/python3.6/site-packages/cupy/random/generator.py:51: in init
self._generator = curand.createGenerator(method)
cupy/cuda/curand.pyx:93: in cupy.cuda.curand.createGenerator
???
cupy/cuda/curand.pyx:97: in cupy.cuda.curand.createGenerator
???
cupy/cuda/curand.pyx:86: CURANDError
The text was updated successfully, but these errors were encountered: