Prepare cuda.core v1.2.0 release - #2757
Merged
Merged
Conversation
Fill remaining user-visible entries in the 1.2.0 release notes and add 1.1.1 and 1.2.0 to the docs version switcher. Version is derived from the git tag via setuptools-scm, so no pyproject.toml bump is needed. New features documented: - ProgramOptions.use_bundled_headers for NVRTC 13.3+ (NVIDIA#2753 closes NVIDIA#2363) - cuda-gdb source display for JIT-compiled kernels (NVIDIA#2678, NVIDIA#2679) Fixes and enhancements documented: - PinnedMemoryResource host-pool validation at construction (NVIDIA#2487) - is_host_accessible for NUMA-located VMM (NVIDIA#2503) - Graph predecessor/successor query truncation on large graphs (NVIDIA#2587) - Per-domain NVML clock queries treated as independently optional (NVIDIA#2651) - Temperature threshold checks forward-compat with unknown archs (NVIDIA#2488) - import cuda.core non-integer opt-out crash (NVIDIA#2535) - Frozen CUresult explanation table refreshed for CUDA 13.3 (NVIDIA#2383) -- Leo's bot
Contributor
Member
Author
|
/ok to test 10309db |
mdboom
approved these changes
Sep 2, 2026
mdboom
left a comment
Contributor
There was a problem hiding this comment.
One small suggestion for the release notes, non-blocking.
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
juenglin
approved these changes
Sep 2, 2026
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
1 similar comment
|
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.
Description
Doc-only prep for tagging
cuda-core-v1.2.0. Version comes from the git tag viasetuptools-scm, so nopyproject.tomlbump.Release notes (
1.2.0-notes.rst) — fills user-visible entries that landed since v1.1.1 but were not yet drafted:ProgramOptions.use_bundled_headersfor NVRTC 13.3+ (Fix #2363: Support using bundled headers with NVRTC 13.3+. #2753 closes [FEA] cuda.core: support NVRTC bundled headers (CUDA 13.3) #2363), cuda-gdb source display for JIT-compiled kernels (fix(cuda.core): let cuda-gdb display source for JIT-compiled kernels #2678, fix(cuda.core): write NVRTC source to a temp file when debug or lineinfo is enabled #2679).is_host_accessible(Report host_numa virtual memory as host-accessible #2503), graph query truncation (fix(cuda.core): avoid truncating graph queries #2587), per-domain clocks (Guard unsupported NVML clock-domain queries in tests #2651), temperature threshold forward-compat (Make cuda.core.system.Temperature.get_threshold forward-compatible with newer GPU architectures #2488),import cuda.corenon-integer opt-out crash (fix(core): don't crashimport cuda.corewhen CUDA_CORE_DONT_FIX_TAB_COMPLETION is not an integer #2535),CUresulttable refresh for CUDA 13.3 (cuda.core: refresh frozen CUresult explanation table for CUDA 13.3 #2383).Version switcher (
nv-versions.json) — adds1.2.0(this release) and1.1.1(missed after that tag) above1.1.0.Checklist
-- Leo's bot