You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix Windows ROCm tarball extraction and compiler paths
- Add --strip-components=1 to tar to remove top-level directory
(therock-dist-windows-gfx1151-7.11.0rc2/)
- Update clang/clang++ paths to lib/llvm/bin/ (actual location in tarball)
- Clang is at lib/llvm/bin/clang.exe, not bin/clang.exe
- This matches the actual directory structure of the extracted tarball
0 commit comments