Skip to content

Commit

Permalink
aie-rt was merged so pointing to the new location
Browse files Browse the repository at this point in the history
  • Loading branch information
eddierichter-amd committed Nov 18, 2024
1 parent 67bcae9 commit 670ae93
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
url = https://github.com/Xilinx/cmakeModules.git
[submodule "runtime_lib/xaiengine/aie-rt"]
path = third_party/aie-rt
url = https://github.com/eddierichter-amd/aie-rt.git
branch = strix_2024.2_amdair_fix
url = https://github.com/stephenneuendorffer/aie-rt/tree/strix_2024.2
branch = strix_2024.2
[submodule "third_party/bootgen"]
path = third_party/bootgen
url = https://github.com/Xilinx/bootgen.git
Expand Down
2 changes: 1 addition & 1 deletion third_party/aie-rt
Submodule aie-rt updated from f3d53d to cc6824
2 changes: 1 addition & 1 deletion utils/build-mlir-aie-pcie.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ if [ -z "$LIBXAIE_DIR" ] || [ -z "$HSAKMT_DIR" ]; then
mkdir aie-rt-x86_64-hsa
mkdir aie-rt-x86_64-hsa/lib/
cd aie-rt
git checkout phoenix_v2023.2
git checkout strix_2024.2
cd driver/src
make -f Makefile.Linux CFLAGS="-D__AIEAMDAIR__"
cp -r ../include ../../../aie-rt-x86_64-hsa
Expand Down

0 comments on commit 670ae93

Please sign in to comment.