You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @jgmelber. Did you check to see if xrtdeps.sh is doing anything in addition to installing the ub_package_list? I just created a 22.04 docker and ran sudo src/runtime_src/tools/scripts/xrtdeps.sh -docker, followed by build.sh -npu -opt and there were no problems.
I had to modify the
build.sh
script in order to build XRT for the XDNA NPU.ub_package_list
.build.sh
script in order to build XRT for NPU with the following command:./build.sh -npu -opt
.cmake_flags+=" -DCMAKE_PREFIX_PATH=$(pip show pybind11 | grep ^Location: | awk '{print $2}')/pybind11"
Is this expected or a bug?
The text was updated successfully, but these errors were encountered: