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 efb436c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-llvm-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ jobs:
python3 -m venv .venv
source .venv/bin/activate
# Reuse the requirements from mlir
# mlir-xten is an extension to mlir and should work under the same environment.
- name: Install requirements.txt
run: |
pip install -r ./llvm-project/mlir/python/requirements.txt
Expand All @@ -49,7 +51,7 @@ jobs:
shell: bash
id: build-llvm
run: |
cmake -G Ninja \
cmake -GNinja \
-Bbuild \
llvm-project/llvm \
-DCMAKE_BUILD_TYPE=Release \
Expand All @@ -66,4 +68,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 efb436c

Please sign in to comment.