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
We can make some improvements to python/cudf/cudf/utils/gpu_utils.py now that we've dropped CUDA 10 compatibility. I noted some of these in comments on #10008.
This PR resolves#10076. It improves `gpu_utils.py` by removing code for handling CUDA < 11.0, which we no longer support.
This is marked as "breaking" because of minor Python API changes. I changed the name of an error class from `UnSupportedCUDAError` to `UnsupportedCUDAError` and removed an unused error class named `UnSupportedGPUError`. It appears the `UnSupportedGPUError` class was introduced in #4692 but has never been used in the code.
Authors:
- Bradley Dice (https://github.com/bdice)
Approvers:
- Ashwin Srinath (https://github.com/shwina)
- GALI PREM SAGAR (https://github.com/galipremsagar)
URL: #10113
We can make some improvements to
python/cudf/cudf/utils/gpu_utils.py
now that we've dropped CUDA 10 compatibility. I noted some of these in comments on #10008.Originally posted by @bdice in #10008 (comment)
The text was updated successfully, but these errors were encountered: