Skip to content

Commit 9f05aeb

Browse files
leofangclaude
andcommitted
Use :meth: cross-ref for Program.compile in PCH entry
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 1806760 commit 9f05aeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cuda_core/docs/source/release/0.7.0-notes.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ New features
5353
- Added NVRTC precompiled header (PCH) support (CUDA 12.8+).
5454
:class:`ProgramOptions` gains ``pch``, ``create_pch``, ``use_pch``,
5555
``pch_dir``, and related options. :attr:`Program.pch_status` reports the
56-
PCH creation outcome, and ``compile()`` automatically resizes the NVRTC
56+
PCH creation outcome, and :meth:`~Program.compile` automatically resizes the NVRTC
5757
PCH heap and retries when PCH creation fails due to heap exhaustion.
5858

5959
- Added NUMA-aware managed memory pool placement.

0 commit comments

Comments
 (0)