pathfinder: also find ptxas in the nvidia/cu13/bin wheel layout - #2741
Draft
rwgk wants to merge 4 commits into
Draft
pathfinder: also find ptxas in the nvidia/cu13/bin wheel layout#2741rwgk wants to merge 4 commits into
rwgk wants to merge 4 commits into
Conversation
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. |
Contributor
Author
|
/ok to test |
|
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
Triggered by #2739.
ptxaswas not present in Pathfinder's supported binary utility registry. This PR adds it toSUPPORTED_BINARY_UTILITIES, enablingfind_nvidia_binary_utility("ptxas")on Linux and Windows through the existing NVIDIA wheel, Conda, and CUDA Toolkit search pipeline.For NVIDIA wheels, discovery prefers the CUDA 13
nvidia/cu13/binlocation while retainingnvidia/cuda_nvcc/binas a fallback. The CUDA 13 wheel-layout consistency test now coversptxasas well.The PR also adds the
cuda-pathfinder1.8.1 release notes, covering this change and thecuobjdumpCUDA 13 wheel-layout fix from #2739, and registers 1.8.1 in the documentation version switcher.Unrelated test dependency
This PR also adds
pytest-run-parallel>=0.4.1to Pathfinder's normal test dependencies. This is unrelated toptxasdiscovery. Pathfinder already uses the plugin'sthread_unsafemarker andthread_unsafe_fixturesconfiguration option, so installing the plugin prevents unknown-marker and unknown-config warnings in standard test environments.Version
0.4.1is the minimum compatible with the current pytest dependency; leaving the upper bound open allows normal ecosystem updates. The Pixi lockfile currently resolvespytest-run-parallel0.10.0.Testing
test-cu13dependency group and confirmed that Pathfinder resolvesptxasto the file supplied bynvidia-cuda-nvcc13.3.73 undersite-packages/nvidia/cu13/bin, rather than/usr/local/cuda-13.3/bin.1610 passed, 5 skipped.pre-commit run --all-files.Checklist