pathfinder: extended bin search paths with nvidia/cu13/bin#1846
Merged
rwgk merged 3 commits intoNVIDIA:mainfrom Apr 2, 2026
Merged
pathfinder: extended bin search paths with nvidia/cu13/bin#1846rwgk merged 3 commits intoNVIDIA:mainfrom
rwgk merged 3 commits intoNVIDIA:mainfrom
Conversation
This comment has been minimized.
This comment has been minimized.
rwgk
reviewed
Apr 1, 2026
cuda_pathfinder/cuda/pathfinder/_binaries/supported_nvidia_binaries.py
Outdated
Show resolved
Hide resolved
cuda_pathfinder/cuda/pathfinder/_binaries/supported_nvidia_binaries.py
Outdated
Show resolved
Hide resolved
|
isVoid
added a commit
to NVIDIA/numba-cuda
that referenced
this pull request
Apr 2, 2026
## Use `cuda-pathfinder` to locate `nvdisasm` solves #9 Together with NVIDIA/cuda-python#1846 , this also enables usage of the wheel-installed nvdisasm: `nvidia-cuda-nvdisasm`. Updates `run_nvdisasm` in `codegen.py` to use `cuda.pathfinder.find_nvidia_binary_utility("nvdisasm")` to locate the `nvdisasm` binary instead of assuming it is available on the system `PATH`. ## Things done: - This allows nvdisasm to be discovered from python package installations without requiring it to be on `PATH`. - Bumps the minimum cuda-pathfinder dependency from `>=1.3.4` to >=`1.4.0` for find_nvidia_binary_utility support. --------- Co-authored-by: Michael Wang <isVoid@users.noreply.github.com>
Collaborator
|
Released with https://github.com/NVIDIA/cuda-python/releases/tag/cuda-pathfinder-v1.5.1 just now. |
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
closes
Add
nvidia/cu13/binas an additional search path for site-packages binaries infind_nvidia_binary_utility.Motivation
numba-cudato locatenvdisasmwhen installed viacuda-toolkit[nvdisasm], which reside undernvidia/cu13/binChecklist