cuda.core v0.1.0
#232
leofang
announced in
Announcements
Replies: 1 comment 1 reply
-
|
Congratulations on your release. Could you please introduce more about the necessary whole stack of CUDA and where is cuda-python, and where will it go? Thanks. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We are pleased to introduce a new subpackage
cuda.coreto Python users, the first very step toward "pythonic CUDA"! 🚀This is the initial beta release, with more beta releases planned to follow.
Mission
The new module
cuda.coreis aimed toDevelopment model
cuda.coreadopts an iterative development process to gradually cover major CUDA features in a pythonic fashion, while collecting/incorporating early adopters' feedback for the design. Thecuda.coredesign can and may change across beta releases, and will be declared stable when we reach GA (General Access, v1.0.0).Key Features and Enhancements
DeviceStream__cuda_stream__protocolEventBufferlaunch()&LaunchConfigProgramObjectCodeKernelCode samples are available on GitHub: https://github.com/NVIDIA/cuda-python/tree/main/cuda_core/examples
All functionalities are currently hosted under the
cuda.core.experimentalnamespace. Once the features become stable they will be moved out ofexperimental.Release notes
See the release notes (and full documentation) at https://nvidia.github.io/cuda-python/cuda-core/0.1.0/.
This discussion was created from the release cuda.core v0.1.0.
Beta Was this translation helpful? Give feedback.
All reactions