Uh oh!
There was an error while loading. Please reload this page.
Fix Windows binary utility discovery on Arm64 - #2586
Open
isVoid wants to merge 4 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
isVoid
commented
Aug 10, 2026
ContributorAuthor
/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 freeto 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.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-sys/nsight-computealiases through the same rules.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.bin/compute-sanitizer.bat, which launchescompute-sanitizer/compute-sanitizer.exe.target-windows-x64andtarget-windows-armv8.ncu.bat, with direct executables under architecture-specifictargetdirectories.The existing
IS_WINDOWSmacro is intentionally unchanged.Backward compatibility
Testing
pixi run pytest tests/: 1296 passed, 4 skipped.mypy-pathfinder: passed.