Skip to content

Commit d375d22

Browse files
committed
Rebase to CTK 11.8
1 parent 508414a commit d375d22

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+34152
-15749
lines changed

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,30 @@ __pycache__/
1414
!cuda/_lib/param_packer.cpp
1515
!cuda/_cuda/loader.cpp
1616

17+
# CUDA Python specific (auto-generated)
18+
cuda/_cuda/ccuda.pxd
19+
cuda/_cuda/ccuda.pyx
20+
cuda/_cuda/cnvrtc.pxd
21+
cuda/_cuda/cnvrtc.pyx
22+
cuda/_lib/ccudart/ccudart.pxd
23+
cuda/_lib/ccudart/ccudart.pyx
24+
cuda/_lib/ccudart/utils.pxd
25+
cuda/_lib/ccudart/utils.pyx
26+
cuda/_lib/utils.pxd
27+
cuda/_lib/utils.pyx
28+
cuda/ccuda.pxd
29+
cuda/ccuda.pyx
30+
cuda/ccudart.pxd
31+
cuda/ccudart.pyx
32+
cuda/cnvrtc.pxd
33+
cuda/cnvrtc.pyx
34+
cuda/cuda.pxd
35+
cuda/cuda.pyx
36+
cuda/cudart.pxd
37+
cuda/cudart.pyx
38+
cuda/nvrtc.pxd
39+
cuda/nvrtc.pyx
40+
1741
# Distribution / packaging
1842
.Python
1943
build/

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Dependencies of the CUDA-Python bindings and some versions that are known to
88
work are as follows:
99

1010
* Driver: Linux (450.80.02 or later) Windows(456.38 or later)
11-
* CUDA Toolkit 11.0 to 11.7
11+
* CUDA Toolkit 11.0 to 11.8
1212
* Cython - e.g. 0.29.21
1313

1414
### Compilation

0 commit comments

Comments
 (0)