[codex] Regenerate CUDA bindings docs references#2167
Draft
kkraus14 wants to merge 5 commits into
Draft
Conversation
Contributor
Collaborator
Author
|
/ok to test |
Contributor
@kkraus14, there was an error processing your request: See the following link for more information: https://docs.gha-runners.nvidia.com/cpr/e/1/ |
a246c7f to
4ccb9c1
Compare
Contributor
|
Auto-sync is disabled for draft pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
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.
What changed
cuda.bindingsgenerated Cython and module docs from the cybind docs reference fixes.:func:,:py:obj:, and:ref:roles when the corresponding Python API/object exists.cudaGraphKernelNodeUpdatesApplyas literal text instead of linking them to an incorrect Python object.Split
This is split out of #2159 so that #2159 stays focused on lychee/link checking.
The generator-side changes are in cybind MR !402:
https://gitlab-master.nvidia.com/leof/cybind/-/merge_requests/402
Validation
UV_CACHE_DIR=/tmp/uv-cache uv run --group test pytest -p no:cacheprovider cybind/tests/test_legacy_cython_gen.py -qUV_CACHE_DIR=/tmp/uv-cache uv run ruff check --no-cache cybind/_doc_gen.py cybind/legacy_cython_gen/main.py cybind/tests/test_legacy_cython_gen.pyPATH=/home/keith/git/cuda-python-private/.pixi/envs/cuda13/bin:$PATH UV_CACHE_DIR=/tmp/uv-cache uv run cybind --ctk-target-version 13.3.0 --generate driver runtime nvrtc --output-dir /tmp/cybind-cuda-python-regenerated21pixi run --manifest-path cuda_bindings -e docs build-docs