Skip to content

Prepare cuda.core v1.2.0 release - #2757

Merged
leofang merged 2 commits into
NVIDIA:mainfrom
leofang:prep-cuda-core-v1.2.0
Sep 2, 2026
Merged

Prepare cuda.core v1.2.0 release#2757
leofang merged 2 commits into
NVIDIA:mainfrom
leofang:prep-cuda-core-v1.2.0

Conversation

@leofang

@leofang leofang commented Sep 2, 2026

Copy link
Copy Markdown
Member

Description

Doc-only prep for tagging cuda-core-v1.2.0. Version comes from the git tag via setuptools-scm, so no pyproject.toml bump.

Release notes (1.2.0-notes.rst) — fills user-visible entries that landed since v1.1.1 but were not yet drafted:

Version switcher (nv-versions.json) — adds 1.2.0 (this release) and 1.1.1 (missed after that tag) above 1.1.0.

Checklist

  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

-- Leo's bot

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
@copy-pr-bot

copy-pr-bot Bot commented Sep 2, 2026

Copy link
Copy Markdown
Contributor

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

@github-actions github-actions Bot added the cuda.core Everything related to the cuda.core module label Sep 2, 2026
@leofang
leofang marked this pull request as ready for review September 2, 2026 20:34
@leofang
leofang requested a review from mdboom September 2, 2026 20:34
@leofang leofang self-assigned this Sep 2, 2026
@leofang leofang added the documentation Improvements or additions to documentation label Sep 2, 2026
@leofang leofang added this to the cuda.core 1.2.0 milestone Sep 2, 2026
@leofang

leofang commented Sep 2, 2026

Copy link
Copy Markdown
Member Author

/ok to test 10309db

@rparolin rparolin left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@mdboom mdboom left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

One small suggestion for the release notes, non-blocking.

Comment thread cuda_core/docs/source/release/1.2.0-notes.rst Outdated
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
@leofang
leofang merged commit 53b4374 into NVIDIA:main Sep 2, 2026
3 checks passed
@leofang
leofang deleted the prep-cuda-core-v1.2.0 branch September 2, 2026 20:52
@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

1 similar comment
@github-actions

github-actions Bot commented Sep 3, 2026

Copy link
Copy Markdown
Doc Preview CI
Preview removed because the pull request was closed or merged.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cuda.core Everything related to the cuda.core module documentation Improvements or additions to documentation

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA] cuda.core: support NVRTC bundled headers (CUDA 13.3)

4 participants