Skip to content

Commit

Permalink
Rebase to CTK 11.8
Browse files Browse the repository at this point in the history
  • Loading branch information
vzhurba01 committed Oct 3, 2022
1 parent 508414a commit d375d22
Show file tree
Hide file tree
Showing 83 changed files with 34,152 additions and 15,749 deletions.
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,30 @@ __pycache__/
!cuda/_lib/param_packer.cpp
!cuda/_cuda/loader.cpp

# CUDA Python specific (auto-generated)
cuda/_cuda/ccuda.pxd
cuda/_cuda/ccuda.pyx
cuda/_cuda/cnvrtc.pxd
cuda/_cuda/cnvrtc.pyx
cuda/_lib/ccudart/ccudart.pxd
cuda/_lib/ccudart/ccudart.pyx
cuda/_lib/ccudart/utils.pxd
cuda/_lib/ccudart/utils.pyx
cuda/_lib/utils.pxd
cuda/_lib/utils.pyx
cuda/ccuda.pxd
cuda/ccuda.pyx
cuda/ccudart.pxd
cuda/ccudart.pyx
cuda/cnvrtc.pxd
cuda/cnvrtc.pyx
cuda/cuda.pxd
cuda/cuda.pyx
cuda/cudart.pxd
cuda/cudart.pyx
cuda/nvrtc.pxd
cuda/nvrtc.pyx

# Distribution / packaging
.Python
build/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Dependencies of the CUDA-Python bindings and some versions that are known to
work are as follows:

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

### Compilation
Expand Down
Loading

0 comments on commit d375d22

Please sign in to comment.