-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue Building MLIR-AIR on Hawk Point Mini PC #858
Comments
Hi @ngdymx, sorry for the late reply. Could you please try changing the libxaie path to point to |
Hi @erwei-xilinx , Thanks for your help, I have successfully set up the environment. ![]() |
I'll go and update the mlir-air installation guide to add this step. |
Hi @erwei-xilinx , When I ran the ![]() And ran the ![]() Did I miss anything? |
The first log says the test has passed. The warning message says that torch-mlir is not found, but that's fine as torch-mlir is an optional frontend to air. The second log suggests that no AIETools has been found in the mlir-aie build. Please refer to this guide on building mlir-aie with AIETools: https://github.com/Xilinx/mlir-aie?tab=readme-ov-file#install-aietools Without the AIETools the compilation will still finish, and the compiler can generate mlir-aie irs, but cannot generate binaries because that would require the AIETools. |
I have never seen this before, unfortunately. Not sure why it just fails to access the ROCm isn't a hard requirement. Either ROCm or XRT would work, and I see that you have the XRT successfully linked. |
Hi team,
I set up the environment following the tutorial outlined in
docs/buildingRyzenLin.md
, and worked on Hawk Point Mini PC: GMKtec NucBox K8 : AMD Ryzen™ 7 8845HS.When running the following commands:
./utils/build-mlir-aie-local.sh llvm mlir-aie/cmake/modulesXilinx aienginev2 mlir-aie
I encountered an error shown below:
Error:
I’m unsure how to resolve this issue. Could you please help me with it? Thanks
The text was updated successfully, but these errors were encountered: