Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Raise an error on import for unsupported GPUs. (#15053)
RAPIDS 24.02 dropped support for Pascal GPUs. When using an unsupported GPU, the behavior of cudf is undefined and sometimes produces results that appear valid (and empty) but conceal CUDA kernel launch errors. This PR changes the behavior to error on import if unsupported GPUs are detected. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Matthew Roeschke (https://github.com/mroeschke) URL: #15053
- Loading branch information