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've successfully built the mlir-aie, mlir-air, xaienginev2, and other related infrastructures, and the test example vector_matrix_multiplication is also built as expected. Now, I am looking for a tool to simulate this program without an on board execution. Is air-runner the right tool for this(Is this tool used to validate air disigned by user)?
And, I've found the documentation page and the manual for air-runner by using the -h option, but that document is quite vague and the manual info is too detailed. I would appreciate it if some examples could be provided to demonstrate how to use this tool in a real project.
The text was updated successfully, but these errors were encountered:
Hi @Albresky, air-runner isn't expected to be used to validate an air design. It is expected to simulate the execution of a design on a hypothetical spatial platform (which you could customize in the arch.json passed in as an argument). air-runner can generate a simulated execution trace, which details the parallelizm theoretically achievable by your design if executed on the specified architecture.
I've successfully built the
mlir-aie
,mlir-air
,xaienginev2
, and other related infrastructures, and the test example vector_matrix_multiplication is also built as expected. Now, I am looking for a tool to simulate this program without an on board execution. Isair-runner
the right tool for this(Is this tool used to validateair
disigned by user)?And, I've found the documentation page and the manual for air-runner by using the
-h
option, but that document is quite vague and the manual info is too detailed. I would appreciate it if some examples could be provided to demonstrate how to use this tool in a real project.The text was updated successfully, but these errors were encountered: