Xilinx / mlir-aie

An MLIR-based toolchain for AMD AI Engine-enabled devices.
Other
280 stars 79 forks source link

ASPLOS Tutorial XRT Build Issues #1414

Open ypapadop-amd opened 4 months ago

ypapadop-amd commented 4 months ago
  1. [Install XRT prerequisites] can clobber a Ubuntu 22.04 LTS installation since it pip install pybind11 instead of install the OS's pybind11-dev. See https://github.com/Xilinx/XRT/issues/8109
  2. [Build XRT] did not do anything unless I had XILINX_VITIS=path-to-vitis in as an environment variable. Calling source path-to-vitis/settings64.sh failed compilation though.
  3. [Build XRT] make package may be redundant, after build the packages were already there.

This tutorial is great!

jgmelber commented 4 months ago

Thanks for going through the tutorial. It seems like this issue should be reported here: https://github.com/Xilinx/XRT

ypapadop-amd commented 4 months ago

Which issue? 1 is already reported, 2 and 3 are part of the tutorial as well.