Skip to content

Conversation

@rparolin
Copy link
Collaborator

@rparolin rparolin commented Jan 23, 2026

Summary

Adds a new API to locate CUDA binary utilities (e.g., nvdisasm, cuobjdump, nvcc) following the same search strategy as the existing library and header finders.

Motivation

Numba-CUDA and other projects need to locate CUDA binary utilities like nvdisasm for disassembly and debugging. This change enables using cuda.pathfinder for all CUDA resource discovery, providing a consistent interface across libraries, headers, and binaries.

Closes #762

@copy-pr-bot
Copy link
Contributor

copy-pr-bot bot commented Jan 23, 2026

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.

@rparolin
Copy link
Collaborator Author

/ok to test

@rparolin
Copy link
Collaborator Author

/ok to test

@github-actions
Copy link

@rparolin rparolin changed the title initial commit [cuda.pathfinder] Add support for finding CUDA binary utilities (#762) Jan 23, 2026
@rparolin rparolin changed the title [cuda.pathfinder] Add support for finding CUDA binary utilities (#762) [cuda.pathfinder] Add support for finding CUDA binary utilities Jan 23, 2026
@rparolin
Copy link
Collaborator Author

/ok to test

@rparolin rparolin requested review from leofang and rwgk January 24, 2026 00:55
@rparolin rparolin marked this pull request as ready for review January 24, 2026 00:56
@copy-pr-bot
Copy link
Contributor

copy-pr-bot bot commented Jan 24, 2026

Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually.

Contributors can view more details about this message here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[FEA]: Support for finding binary utilities like nvdisasm

1 participant