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 build it for a Ryzen AI system,
so when I build it,
I use this code
'
source /settings64.sh
./utils/build-mlir-aie.sh /
'.
And my situation is like this:::
I'm just beginner in mlir so there is no target device,
but just want to check how mlir is compiled so I want to see code is running on x86(cpu).
When I try to build tutorial2-a, this error occurs.
When I check directory mlir-aie/install/runtime_lib, There is just 86_64, and aarch64 is not in there.
What should i do to fix that?
The text was updated successfully, but these errors were encountered: