Skip to content

Commit

Permalink
bump tt-mlir version and workaround issue on CI (#190)
Browse files Browse the repository at this point in the history
For some reason on CI, the `TT_RUNTIME_ENABLE_TTNN` flag ends up
as OFF. Setting the flag explicitly in `build_mlir.sh` script.

Bumping the tt-mlir version as well, to unblock work on multiple
milestones.
  • Loading branch information
pilkicTT authored Aug 28, 2024
1 parent f4464bf commit 64c8dd6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/build_mlir.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ c_compiler=${C_COMPILER:-clang}
cxx_compiler=${CXX_COMPILER:-clang++}

source env/activate
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=$build_type -DCMAKE_C_COMPILER=$c_compiler -DCMAKE_CXX_COMPILER=$cxx_compiler -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DTTMLIR_ENABLE_RUNTIME=ON
cmake -G Ninja -B build -DCMAKE_BUILD_TYPE=$build_type -DCMAKE_C_COMPILER=$c_compiler -DCMAKE_CXX_COMPILER=$cxx_compiler -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DTTMLIR_ENABLE_RUNTIME=ON -DTT_RUNTIME_ENABLE_TTNN=ON

cmake --build build
2 changes: 1 addition & 1 deletion third_party/tt-mlir
Submodule tt-mlir updated 153 files

0 comments on commit 64c8dd6

Please sign in to comment.