Prepare cuda.core v0.7.0 release#1877
Merged
leofang merged 11 commits intoNVIDIA:mainfrom Apr 8, 2026
Merged
Conversation
Finalize release notes with all changes since v0.6.0: - Explicit graph construction (GraphDef, GraphBuilder, typed nodes) - CUDA-Graphics (OpenGL) interop via GraphicsResource - TensorMapDescriptor for Hopper+ TMA - StridedMemoryView DLPack export and C exchange API - NVRTC PCH runtime APIs on Program - CPU callbacks for stream capture (GraphBuilder.callback) - CUDA 13.2 support - Multiple bug fixes and enhancements Also: - Add 0.7.0 to nv-versions.json - Bump pixi.toml version to 0.7.0 - Add GraphicsResource, TensorMapDescriptor to api.rst - Remove "(experimental)" from pyproject.toml and README.md Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Contributor
Point to cuda-core's own install page instead of cuda-bindings. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
leofang
commented
Apr 7, 2026
Member
Author
leofang
left a comment
There was a problem hiding this comment.
Make sure the tone of the release note is end user-facing, and avoid mentioning implementation details unless they have a user-visible impact (ex: change of behavior or perf improvement).
- Use consistent "CUDA-OpenGL" naming (not "CUDA-Graphics") - Highlight DLPack export via from_dlpack() array API; move C exchange API detail to New features section - TensorMapDescriptor: reference public StridedMemoryView.as_tensor_map() instead of private _from_tiled/_from_im2col methods Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
leofang
commented
Apr 7, 2026
Member
Author
|
/ok to test ee24e20 |
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
rparolin
approved these changes
Apr 7, 2026
…/cuda-python into release/cuda-core-v0.7.0
Member
Author
|
/ok to test d0dcca5 |
This comment has been minimized.
This comment has been minimized.
leofang
commented
Apr 7, 2026
- Fix PCH entry: reference actual public API (ProgramOptions fields, Program.pch_status property) instead of non-existent methods - Combine ManagedMemoryResource NUMA entries into single bullet - Combine PinnedMemoryResource NUMA entries into single bullet - Replace :issue: role (not configured) with explicit GitHub links - Use :class: cross-ref for ManagedMemoryResource in fixes section Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Member
Author
|
/ok to test 9f05aeb |
These Cython classes were using the default autosummary template, which does not expand methods and properties. Switch to cyclass.rst so that properties like Program.pch_status and methods like Program.compile appear in the generated docs and can be cross-referenced. Co-Authored-By: Claude Opus 4.6 (1M context) <[email protected]>
Member
Author
|
/ok to test 08faed9 |
Member
Author
|
/ok to test 34831aa |
rparolin
reviewed
Apr 8, 2026
rparolin
approved these changes
Apr 8, 2026
4 tasks
Member
Author
|
It seems our runners suddenly hang... Since this is doc-only change and already approved, let me admin-merge. |
|
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
0.7.x-notes.rst→0.7.0-notes.rst) with all changes since v0.6.0, including:GraphicsResourceTensorMapDescriptorfor Hopper+ TMAStridedMemoryViewDLPack export and C exchange APIProgramGraphBuilder.callback)nv-versions.jsondoc version switcherpixi.tomlversion to 0.7.0GraphicsResource,TensorMapDescriptor,TensorMapDescriptorOptionstoapi.rstpyproject.tomldescription andREADME.mdtitleTest plan
:class:,:meth:,:attr:,:issue:) resolve correctly-- Leo's bot