-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into ksimpson/fix_device_from_ctx
- Loading branch information
Showing
50 changed files
with
745 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
recursive-include cuda/ *.pyx *.pxd | ||
# at least with setuptools 75.0.0 this folder was added erroneously | ||
# to the payload, causing file copying to the build environment failed | ||
exclude cuda/bindings | ||
exclude cuda/bindings cuda?bindings |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Released on May 11, 2022 | ||
|
||
## Hightlights | ||
## Highlights | ||
- Support CUDA Toolkit 11.7 | ||
|
||
## Limitations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# CUDA Python 11.8.5 Release notes | ||
|
||
Released on November 5, 2024 | ||
|
||
## Highlights | ||
- Resolve [Issue #215](https://github.com/NVIDIA/cuda-python/issues/215): module 'cuda.ccudart' has no attribute '__pyx_capi__' | ||
|
||
## Limitations | ||
|
||
### CUDA Functions Not Supported in this Release | ||
|
||
- Symbol APIs | ||
- cudaGraphExecMemcpyNodeSetParamsFromSymbol | ||
- cudaGraphExecMemcpyNodeSetParamsToSymbol | ||
- cudaGraphAddMemcpyNodeToSymbol | ||
- cudaGraphAddMemcpyNodeFromSymbol | ||
- cudaGraphMemcpyNodeSetParamsToSymbol | ||
- cudaGraphMemcpyNodeSetParamsFromSymbol | ||
- cudaMemcpyToSymbol | ||
- cudaMemcpyFromSymbol | ||
- cudaMemcpyToSymbolAsync | ||
- cudaMemcpyFromSymbolAsync | ||
- cudaGetSymbolAddress | ||
- cudaGetSymbolSize | ||
- cudaGetFuncBySymbol | ||
- Launch Options | ||
- cudaLaunchKernel | ||
- cudaLaunchCooperativeKernel | ||
- cudaLaunchCooperativeKernelMultiDevice | ||
- cudaSetValidDevices | ||
- cudaVDPAUSetVDPAUDevice |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
|
||
Released on January 8, 2024 | ||
|
||
## Hightlights | ||
## Highlights | ||
- Compatibility with Cython 3 | ||
|
||
## Limitations | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
# CUDA Python 12.6.2 Release notes | ||
|
||
Released on November 5, 2024 | ||
|
||
## Highlights | ||
- Resolve [Issue #215](https://github.com/NVIDIA/cuda-python/issues/215): module 'cuda.ccudart' has no attribute '__pyx_capi__' | ||
|
||
## Limitations | ||
|
||
### CUDA Functions Not Supported in this Release | ||
|
||
- Symbol APIs | ||
- cudaGraphExecMemcpyNodeSetParamsFromSymbol | ||
- cudaGraphExecMemcpyNodeSetParamsToSymbol | ||
- cudaGraphAddMemcpyNodeToSymbol | ||
- cudaGraphAddMemcpyNodeFromSymbol | ||
- cudaGraphMemcpyNodeSetParamsToSymbol | ||
- cudaGraphMemcpyNodeSetParamsFromSymbol | ||
- cudaMemcpyToSymbol | ||
- cudaMemcpyFromSymbol | ||
- cudaMemcpyToSymbolAsync | ||
- cudaMemcpyFromSymbolAsync | ||
- cudaGetSymbolAddress | ||
- cudaGetSymbolSize | ||
- cudaGetFuncBySymbol | ||
- Launch Options | ||
- cudaLaunchKernel | ||
- cudaLaunchCooperativeKernel | ||
- cudaLaunchCooperativeKernelMultiDevice | ||
- cudaSetValidDevices | ||
- cudaVDPAUSetVDPAUDevice | ||
- cudaFuncGetName | ||
- cudaFuncGetParamInfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.