Skip to content

Commit

Permalink
update workflow compiler to match (#572)
Browse files Browse the repository at this point in the history
Make the mlir-air compiler match the mlir-aie compiler. It's clang15 because aiecc crashed in tests when invoked from python when gcc11 was the compiler.

As a side effect it builds with many fewer warnings.
  • Loading branch information
fifield authored May 10, 2024
1 parent 0c74222 commit 532c480
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/buildAndTestRyzenAI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ jobs:
-DCMAKE_INSTALL_PREFIX=$PWD/../install \
-DCMAKE_CXX_COMPILER_LAUNCHER=ccache \
-DCMAKE_C_COMPILER_LAUNCHER=ccache \
-DCMAKE_C_COMPILER=clang-15 \
-DCMAKE_CXX_COMPILER=clang++-15 \
-DCMAKE_ASM_COMPILER=clang-15 \
-DCMAKE_EXE_LINKER_FLAGS_INIT="-fuse-ld=lld" \
-DCMAKE_MODULE_LINKER_FLAGS_INIT="-fuse-ld=lld" \
-DCMAKE_SHARED_LINKER_FLAGS_INIT="-fuse-ld=lld" \
Expand Down

0 comments on commit 532c480

Please sign in to comment.