Xilinx/mlir-aie

ASPLOS Tutorial XRT Build Issues

ypapadop-amd opened this issue · 2 comments

  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 Xilinx/XRT#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!

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

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