Skip to content

Commit

Permalink
add cuda 12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 17, 2023
1 parent fb20a68 commit 5e8b604
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/cudf/cudf/utils/_numba.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def _get_cuda_version_from_ptx_file(path):
"8.0": (12, 0),
"8.1": (12, 1),
"8.2": (12, 2),
"8.3": (12, 3),
}

cuda_ver = ver_map.get(version)
Expand Down

0 comments on commit 5e8b604

Please sign in to comment.