Skip to content

[doc-only] cuda.core: document how to install nightly (top-of-tree) builds#2175

Draft
matysanchez wants to merge 1 commit into
NVIDIA:mainfrom
matysanchez:hunter/issue-2166
Draft

[doc-only] cuda.core: document how to install nightly (top-of-tree) builds#2175
matysanchez wants to merge 1 commit into
NVIDIA:mainfrom
matysanchez:hunter/issue-2166

Conversation

@matysanchez
Copy link
Copy Markdown

Closes #2166

What

Adds an Installing the latest nightly (top-of-tree builds) section to cuda_core/docs/source/install.rst. The section explains how to use gh run download to grab the wheel artifact from the most recent successful CI run on main, with notes for picking your Python version, target platform, and CUDA major version.

Why

Per the issue, the equivalent section already exists in numba-cuda-mlir. The two repos share CI infrastructure, so the recipe transfers directly — only repo name, workflow file (ci.yml), and artifact pattern names needed adapting.

Tested

  • Verified gh run list -R NVIDIA/cuda-python -w ci.yml -b main -s success -L1 resolves cleanly against the live repo (returns the latest successful CI run).
  • Pure additive change — no surrounding content modified. Indentation matches the surrounding RST blocks.

Verification

branch: hunter/issue-2166
files-changed: 1
commit: 6479b7f

…uilds

Adds a new section to the cuda.core installation guide explaining how to
download and install the latest top-of-tree wheel artifacts published by
CI on every push to main, mirroring the workflow used by numba-cuda-mlir.

Closes NVIDIA#2166
@copy-pr-bot
Copy link
Copy Markdown
Contributor

copy-pr-bot Bot commented Jun 7, 2026

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 Jun 7, 2026
@matysanchez
Copy link
Copy Markdown
Author

@leofang — when you have a moment, would you take a look? No rush.

I picked you based on merged 8 docs PRs in last 6 months; happy to address feedback or re-route to someone better if you're not the right person.

@matysanchez
Copy link
Copy Markdown
Author

@mdboom — when you have a moment, would you take a look? No rush.

I picked you based on merged 8 docs PRs in last 6 months; happy to address feedback or re-route to someone better if you're not the right person.

@leofang
Copy link
Copy Markdown
Member

leofang commented Jun 7, 2026

Please do not ping individual team members. We'll triage PRs during team sync.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document how to get the latest nightly in the developer guide

2 participants