-
Notifications
You must be signed in to change notification settings - Fork 94
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
Could not run Programming Examples on HX 370 #1946
Comments
Thanks for the interest in running our examples on the latest and greatest hardware. The passthrough example should work with the Makefile in the yet to be merged PR #1879. You are correct to use |
Thanks, I will try it. |
This enabled some examples, more to follow soon. Thanks for trying! |
Hi @jgmelber, I reinstall the environment, and run the Then I try to run the example under |
Only some of the programming examples are enabled at this time. Which are you trying? Can you also share the version of xchesscc you have installed? You will need the version from the early access release of the Ryzen AI Software 1.3: Vitis AIE Essentials. It looks like you're using the Peano compiler in this example, the version of AIE in Strix laptops is not currently supported with that single core compiler. |
Hi @jgmelber, Thanks! I was running the The version of xchesscc is About Install AIETools part, I am doing the Option B. I will change to the option A. Can you tell me which example can work on Strix successfully? Thanks! |
Hi @jgmelber, I am attempting to download Vitis™ AIE Essentials from the [Ryzen AI Software 1.3 Early Access] site, but I am prompted to obtain approval through the Ryzen AI Software Early Access Secure Site Request. I submitted this request previously but have not yet received a response. Could you suggest a way to proceed? Thank you for your assistance. |
You should have access to the EA site now. |
I just bought a beelink SER9 mini pc with HX370 CPU. I have successfully installed the xrt and mlir-aie on it. Here is the output of the
xrt-smi examine
command:However, when I tried to run the programming examples, I found only the examples with no kernel (passthrough_dmas) could run while all examples with kernels (passthrough_kernel) could not run with the error of
std::runtime_error
. Also, I found in the AIE Dialect, the supported devices arenpu1, npu1_<1, 2, 3, 4>col, and npu2
. I tried to usednpu2
but it still doesn't work. May I ask how to use all AIE cores in the HX 370? Thanks a lot!The text was updated successfully, but these errors were encountered: