Skip to content

Commit

Permalink
Add tracked branch to .gitmodules
Browse files Browse the repository at this point in the history
  • Loading branch information
josel-amd committed Aug 19, 2024
1 parent 20aca78 commit 01c2ca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-llvm-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
-DLLVM_EXTERNAL_PROJECTS=mlir-xten \
-DMLIR_XTEN_ENABLE_TORCH=OFF \
-DLLVM_EXTERNAL_MLIR_XTEN_SOURCE_DIR=.
ninja -C build check-xten-all
ninja -C build check-xten-all
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[submodule "llvm-project"]
path = llvm-project
url = https://github.com/Xilinx/llvm-project.git
branch = feature/fused-ops

0 comments on commit 01c2ca4

Please sign in to comment.