Skip to content

Commit

Permalink
bump mlir and print cmakecache
Browse files Browse the repository at this point in the history
  • Loading branch information
pilkicTT committed Aug 28, 2024
1 parent f4464bf commit 61b0dee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,11 @@ jobs:
shell: bash
run: |
source env/activate
cat third_party/tt-mlir/build/CMakeCache.txt || true
cmake -G Ninja -B build .
cat third_party/tt-mlir/build/CMakeCache.txt || true
cmake --build build
cat third_party/tt-mlir/build/CMakeCache.txt || true
- name: Run Test
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion third_party/tt-mlir
Submodule tt-mlir updated 153 files

0 comments on commit 61b0dee

Please sign in to comment.