Skip to content

Commit

Permalink
Update aiebu to use main-ge branch
Browse files Browse the repository at this point in the history
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.

Signed-off-by: Soren Soe <[email protected]>
  • Loading branch information
stsoe committed Feb 4, 2025
1 parent e4dfa20 commit f20aae7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions src/runtime_src/core/common/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down
2 changes: 1 addition & 1 deletion src/runtime_src/core/common/aiebu
Submodule aiebu updated 211 files

0 comments on commit f20aae7

Please sign in to comment.