From 1cc377fce351e871ae7dc3b5fc2436ec83ef58d5 Mon Sep 17 00:00:00 2001 From: Soren Soe <2106410+stsoe@users.noreply.github.com> Date: Mon, 3 Feb 2025 11:56:44 -0800 Subject: [PATCH] Update aiebu to use main-ge branch Make the aiebu submodule point at https://github.com/Xilinx/aiebu/tree/main-ge. The main-ge branch is a copy of gitenterprise version of aiebu. There will be additional fine tuning of the the aiebe:main-ge branch while we validate the branch with XRT. Update XRT's version of ELFIO to match that of aiebu (182248f) Signed-off-by: Soren Soe <2106410+stsoe@users.noreply.github.com> --- .gitmodules | 1 + src/runtime_src/core/common/CMakeLists.txt | 2 ++ src/runtime_src/core/common/aiebu | 2 +- src/runtime_src/core/common/elf | 2 +- 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index c1a86d31d45..30164da964f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,7 @@ [submodule "src/runtime_src/core/common/aiebu"] path = src/runtime_src/core/common/aiebu url = https://github.com/Xilinx/aiebu.git + branch = main-ge [submodule "src/runtime_src/aie-rt"] path = src/runtime_src/aie-rt url = https://github.com/Xilinx/aie-rt.git diff --git a/src/runtime_src/core/common/CMakeLists.txt b/src/runtime_src/core/common/CMakeLists.txt index e9e899fb88d..655792bded6 100644 --- a/src/runtime_src/core/common/CMakeLists.txt +++ b/src/runtime_src/core/common/CMakeLists.txt @@ -12,6 +12,8 @@ add_subdirectory(runner) if(CMAKE_VERSION VERSION_LESS "3.18.0") message(WARNING "CMake version is less than 3.18.0, build of submodule aiebu disabled") elseif (${XRT_NATIVE_BUILD} STREQUAL "yes") + set(AIEBU_FULL OFF) + set(AIEBU_SUBMODULE ON) xrt_add_subdirectory(aiebu) else() message(WARNING "Edge device, build of submodule aiebu disabled") diff --git a/src/runtime_src/core/common/aiebu b/src/runtime_src/core/common/aiebu index a322ef143bc..0830f10d7ef 160000 --- a/src/runtime_src/core/common/aiebu +++ b/src/runtime_src/core/common/aiebu @@ -1 +1 @@ -Subproject commit a322ef143bc18bd56396fd22c1309cf161aea9f2 +Subproject commit 0830f10d7ef93f3ffc7749a65eb9ade853ac76ff diff --git a/src/runtime_src/core/common/elf b/src/runtime_src/core/common/elf index 8ae6cec5d60..182248f364e 160000 --- a/src/runtime_src/core/common/elf +++ b/src/runtime_src/core/common/elf @@ -1 +1 @@ -Subproject commit 8ae6cec5d60495822ecd57d736f66149da9b1830 +Subproject commit 182248f364e6375eaad30cefdd6b67660abaa3b3