cuda.core 1.0.0 release prep: support policy, docs, and release notes#2032
Draft
leofang wants to merge 4 commits intoNVIDIA:mainfrom
Draft
cuda.core 1.0.0 release prep: support policy, docs, and release notes#2032leofang wants to merge 4 commits intoNVIDIA:mainfrom
leofang wants to merge 4 commits intoNVIDIA:mainfrom
Conversation
Add support.rst covering versioning (SemVer), CUDA version support (dual major versions), Python version support (CPython EOL schedule), free-threading (experimental), and release cadence (bimonthly). Closes NVIDIA#2030
Contributor
- Update cuda.coop and cuda.compute URLs from the old
nvidia.github.io/cccl/python/{coop,compute} paths (now 404)
to the current unstable doc paths.
- Add nvFatbin and NVML to the cuda.bindings interface list.
- Update all three synced files: README.md, cuda_python/DESCRIPTION.rst,
and cuda_python/docs/source/index.rst.
Add new features (green contexts, system.Device NVML APIs, system.typing module, NVML enum re-wrapping), breaking changes (tensor bridge behavior, system.Device renames, privatized helper classes, UUID format change, removed enums), and bug fixes (is_managed for pool alloc, nvJitLink log error handling, NVML event set init, Device.arch unknown, empty field values, runtime error messages, wheel size reduction).
- api.rst: replace pre-1.0 warning with stable-API statement and link to support policy. - install.rst: update free-threading version reference from 0.4.0 to 1.0.0. - nv-versions.json: add 1.0.0 entry for the version switcher dropdown.
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
cuda_core/docs/source/support.rstcovering versioning (SemVer), CUDA version support (dual major versions), Python version support (CPython EOL schedule), experimental free-threading support, and release cadence (bimonthly target). Closes Document cuda.core support policy #2030.cuda.coopandcuda.compute(old paths return 404), and add missingnvFatbinandNVMLto thecuda.bindingsinterface list across all 3 synced files (README.md,cuda_python/DESCRIPTION.rst,cuda_python/docs/source/index.rst).api.rstpre-1.0 warning to stable-API statement,install.rstfree-threading version reference, and add 1.0.0 entry tonv-versions.json.Closes #2030