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
I tried to install all the toolchain, but I always encounter this error(error: use of undeclared identifier 'hsa_amd_signal_create_on_agent) when executing the following command.
Could you please let me know if I missed installing something?
Then, set ${ROCM_ROOT} to the ROCm install. Then, run the following command to build the mlir-aie toolchain targetting the VCK5000 pointing to the externally installed aie-rt and experimental ROCm runtime.
./utils/build-mlir-aie-pcie.sh llvm/build/ build install /opt/xaiengine ${ROCM_ROOT}/lib/cmake/hsa-runtime64/ ${ROCM_ROOT}/lib/cmake/hsakmt/
Thanks
Stanley
The text was updated successfully, but these errors were encountered:
Have you tried building just with the command ./utils/build-mlir-aie-pcie.sh <llvm dir>/<build dir>? That script should build our experimental ROCm runtime and point cmake to it. Let me know if that works.
I got the same error(error: use of undeclared identifier 'hsa_amd_signal_create_on_agent) when I was entering that command: ./utils/build-mlir-aie-pcie.sh /mnt/cehong/build_vitis_env/mlir-aie/llvm
I tried to install all the toolchain, but I always encounter this error(error: use of undeclared identifier 'hsa_amd_signal_create_on_agent) when executing the following command.
Could you please let me know if I missed installing something?
Thanks
Stanley
The text was updated successfully, but these errors were encountered: