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
-
We are pleased to introduce a new subpackage
cuda.core
to 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.core
is aimed toDevelopment model
cuda.core
adopts an iterative development process to gradually cover major CUDA features in a pythonic fashion, while collecting/incorporating early adopters' feedback for the design. Thecuda.core
design 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
Device
Stream
__cuda_stream__
protocolEvent
Buffer
launch()
&LaunchConfig
Program
ObjectCode
Kernel
Code 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.experimental
namespace. 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