-
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 pull request #217 from vzhurba01/patch-12.6.2
Patch 12.6.2
- Loading branch information
Showing
28 changed files
with
129 additions
and
24 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
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