Skip to content

Commit

Permalink
Merge pull request #8926 from rapidsai/branch-21.08
Browse files Browse the repository at this point in the history
[gpuCI] Forward-merge branch-21.08 to branch-21.10 [skip gpuci]
  • Loading branch information
GPUtester authored Aug 2, 2021
2 parents 5ba3ed5 + 3f729e2 commit 43fef97
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions python/cudf/cudf/utils/gpu_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ def _try_get_old_or_new_symbols():
# CUDA Driver Version Check:
# Driver Runtime version is >= Runtime version
pass
elif (
cuda_driver_supported_rt_version >= 11000
and cuda_runtime_version >= 11000
):
# With cuda enhanced compatibitlity any code compiled
# with 11.x version of cuda can now run on any
# driver >= 450.80.02. 11000 is the minimum cuda
# version 450.80.02 supports.
pass
else:
from cudf.errors import UnSupportedCUDAError

Expand Down

0 comments on commit 43fef97

Please sign in to comment.