Skip to content

Commit

Permalink
amdaie_bootgen -> iree_aie_bootgen
Browse files Browse the repository at this point in the history
  • Loading branch information
makslevental committed Aug 17, 2024
1 parent 4867117 commit d31286c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ jobs:
pushd third_party/XRT
sed -i "s/\/Qspectre//g" src/CMake/nativeWin.cmake
git submodule update --recursive --init
# python ./src/runtime_src/tools/scripts/xrtdeps-win19.py --icd --opencl
popd
- name: Enable cache
Expand All @@ -109,7 +108,6 @@ jobs:
# also make into abs path
if [ x"${{ matrix.OS }}" == x"windows" ]; then
export BOOST_ROOT="/$(echo "${{ steps.install-boost.outputs.BOOST_ROOT }}" | sed -e 's/\\/\//g' -e 's/://')"
# export KHRONOS=/c/Xilinx/xrt/ext
fi
bash "build_tools/ci/build_test_cpp_${{ matrix.os }}.sh"
Expand Down
1 change: 1 addition & 0 deletions build_tools/cmake/iree_aie_rt.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ include(${CMAKE_CURRENT_LIST_DIR}/iree_aie_utils.cmake)
# cdo-drver
# ##############################################################################

set(_BOOTGEN_SOURCE_DIR ${IREE_AMD_AIE_SOURCE_DIR}/third_party/bootgen)
replace_string_in_file(${_BOOTGEN_SOURCE_DIR}/cdo-driver/cdo_driver.c "\"(Write64)" "\"cdo-driver: (Write64)")
replace_string_in_file(${_BOOTGEN_SOURCE_DIR}/cdo-driver/cdo_driver.c "\"(MaskWrite64)" "\"cdo-driver: (MaskWrite64)")
replace_string_in_file(${_BOOTGEN_SOURCE_DIR}/cdo-driver/cdo_driver.c "\"(NOP Command)" "\"cdo-driver: (NOP Command)")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -866,7 +866,7 @@ static LogicalResult generateXCLBin(
"-w"};

FailureOr<Path> bootgenBin =
findAMDAIETool("amdaie_bootgen", amdAIEInstallDir);
findAMDAIETool("iree_aie_bootgen", amdAIEInstallDir);

if (!succeeded(bootgenBin) ||
!runTool(bootgenBin.value().string(), flags, verbose)) {
Expand Down

0 comments on commit d31286c

Please sign in to comment.