Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[BUILD] Fix Triton build for Apple silicon macOS. (triton-lang#3443)
Linux and macOS use different processor/ISA string identifiers for their ARM64 variants. So the macOS build was falling thru in cmake config, then later trying to link against x86 libraries and failing to find them in the LLVM librarries bundle for macOS-ARM.
- Loading branch information