-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Resolve issue 27 - Update install instructions to use latest CTK
- Loading branch information
Showing
37 changed files
with
659 additions
and
187 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# Sphinx build info version 1 | ||
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done. | ||
config: 2173daa5e1d85d4fd21eb27f7801cf13 | ||
config: ad24118d52f507b84ce833bbfdacae42 | ||
tags: 645f666f9bcd5a90fca523b33c5a78b7 |
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,32 @@ | ||
# CUDA Python 11.8.1 Release notes | ||
|
||
Released on November 4, 2022 | ||
|
||
## Hightlights | ||
- Resolves [issue #27](https://github.com/NVIDIA/cuda-python/issues/24) | ||
- Update install instructions to use latest CTK | ||
|
||
## 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
Oops, something went wrong.