cuda.core v0.1.1 #320
leofang
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
cuda.core
v0.1.1 release announcementRelease note
All functionalities are currently hosted under the
cuda.core.experimental
namespace. Once the features become stable they will be moved out ofexperimental
.Key Features and Enhancements
Linker
for runtime linking (using nvJitLink or driver APIs)StridedMemoryView
and@args_viewable_as_strided_memory
to arbitrary Python objects that support either DLPack or CUDA Array InterfaceFor full details please refer to the release note above.
Documentation
Sample codes
What's Changed
_util.device_from_ctx
by @ksimpson-work in Fix _util.device_from_ctx #203__del__
withweakref.finalize()
by @rwgk in Systematically replace__del__
withweakref.finalize()
#246StridedMemoryView
/@args_viewable_as_strided_memory
by @leofang in Add docs, tests, and samples forStridedMemoryView
/@args_viewable_as_strided_memory
#247cuda.core
version to v0.1.1 by @leofang in Bumpcuda.core
version to v0.1.1 #290cluster
toLaunchConfig
to support thread block clusters on Hopper by @leofang in Addcluster
toLaunchConfig
to support thread block clusters on Hopper #261StridedMemoryView
by deferring the check for whether a capsule is versioned by @leofang in FixStridedMemoryView
by deferring the check for whether a capsule is versioned #292cuda.core
v0.1.1 final doc touch by @leofang incuda.core
v0.1.1 final doc touch #301New Contributors
__del__
withweakref.finalize()
#246Full Changelog: cuda-core-v0.1.0...cuda-core-v0.1.1
This discussion was created from the release cuda.core v0.1.1.
Beta Was this translation helpful? Give feedback.
All reactions