Skip to content

Commit

Permalink
Fix building on CUDA 11.3 (#809)
Browse files Browse the repository at this point in the history
Closes #808

Authors:
  - Ben Frederickson (https://github.com/benfred)

Approvers:
  - Mark Harris (https://github.com/harrism)
  - GALI PREM SAGAR (https://github.com/galipremsagar)

URL: #809
  • Loading branch information
benfred authored Jun 21, 2021
1 parent f697222 commit d3756c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ def get_cuda_version_from_header(cuda_include_dir):
"11.0": "11.x",
"11.1": "11.x",
"11.2": "11.x",
"11.3": "11.x",
}

for pxd_basename in files_to_preprocess:
Expand Down

0 comments on commit d3756c9

Please sign in to comment.