Fix Windows binary utility discovery on Arm64 - #2586
Open
isVoid wants to merge 7 commits into
Open
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. |
isVoid
marked this pull request as ready for review
August 10, 2026 07:11
Contributor
Author
|
/ok to test daf96fb |
|
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
bin/compute-sanitizer.batlauncher, withcompute-sanitizer/compute-sanitizer.exeas the compatibility fallback.nsysto the native machine target only:target-windows-x64/nsys.exeon x64 ortarget-windows-armv8/nsys.exeon Arm64. There is no cross-architecture fallback.ncu.batlauncher, then fall back to the native machine binary:target/windows-desktop-win7-x64/ncu.exeon x64 ortarget/windows-desktop-win10-t23x-a64/ncu.exeon Arm64.nsight-sysandnsight-computeGUI launcher names; they are not aliases for thensysandncuCLIs.Binary layout survey
nvcc,nvdisasm,cuobjdump,nvprune,fatbinary,bin2c, andnvlinkremain atbin/<utility>.exein both CUDA 13.3 x64 and CUDA 13.4 x64/Arm64. The installed executable architecture changes with the CTK installer, but the path does not.nsight-sys.exeandnsight-compute.exeremain underbin. They launch the Nsight Systems and Nsight Compute GUIs and are distinct from thensysandncuCLIs.bin/compute-sanitizer.bat, which launchescompute-sanitizer/compute-sanitizer.exe.target-windows-x64andtarget-windows-armv8.nsysrequest.ncu.bat, with direct executables under architecture-specifictargetdirectories.ncurequest.The existing
IS_WINDOWSmacro is intentionally unchanged.Backward compatibility
nsight-sysandnsight-computecontinue to resolve their literal GUI launchers instead of being rewritten to the CLI names.Testing
pixi run --manifest-path cuda_pathfinder -e cu13 test: 1305 passed, 4 skipped.mypy-pathfinder: passed.pixi run --manifest-path cuda_pathfinder -e docs build-docs: passed with Sphinx warnings treated as errors.