Skip to content

Commit

Permalink
Update buildAndTestAieTools.yml (#578)
Browse files Browse the repository at this point in the history
  • Loading branch information
fifield authored May 15, 2024
1 parent 6f03b9a commit 920e285
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/buildAndTestAieTools.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,12 +109,12 @@ jobs:
pip install -r python/requirements.txt
pip install joblib
pushd runtime_lib/xaiengine/aie-rt/driver/src
pushd third_party/aie-rt/driver/src
make -f Makefile.Linux CFLAGS="-D__AIEAMDAIR__"
popd
mkdir -p /install/aie-rt/lib
cp -a runtime_lib/xaiengine/aie-rt/driver/src/*.so* /install/aie-rt/lib
cp -a runtime_lib/xaiengine/aie-rt/driver/include /install/aie-rt
cp -a third_party/aie-rt/driver/src/*.so* /install/aie-rt/lib
cp -a third_party/aie-rt/driver/include /install/aie-rt
VERSION=$(utils/clone-llvm.sh --get-wheel-version)
pip -q download mlir==$VERSION \
Expand Down
2 changes: 1 addition & 1 deletion utils/clone-mlir-aie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ pushd $target_dir
git fetch --depth=1 origin $HASH
git checkout $HASH
git submodule update --init
cd runtime_lib/xaiengine/aie-rt
cd third_party/aie-rt
git checkout -b phoenix_v2023.2 origin/phoenix_v2023.2
popd

0 comments on commit 920e285

Please sign in to comment.