-
Notifications
You must be signed in to change notification settings - Fork 159
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
[Compile FE] Build ARM32 target #8379
Comments
TODO
|
Issues; build host architecture executables are needed for compile time file generations
--> try with (1) build only these modules in host (x86-64) (2) provide these executables to cross build by environment variables (3) cross build |
For protobuf, |
Run tests in RPi4
Issue:
Run test result in RPi4/Ubuntu18.04
|
HDF5 uses
Try: build native ARM32, get the values, set to cache (how?)
--> doesn't work. need to patch not to run Try: patch after download
|
--> install has problem --> fixed |
|
tests are disabled as gtest isn't found in cross compile.
--> fixed in cmake and seems to work |
How to enable
Maybe ?
|
Higher version of CMake (Ubuntu 20.04 and Tizen) fails for some |
This does not solve infinite recursive loop of GTest. I have succeed with the following patch : bd2bb66 |
OK thanks for the check! |
How to do value test of circle2circle and luci-interpreter with executables from cross build?
Try
To run python test script in RPi4/Ubuntu18.05,
|
Have you figure out how arm32 cross build succeed w.r.t neon_tensor_utils.cc issue( #8480 (comment) ) ? |
Nope... I'm working on to validate excution result of luci-interpreter. |
If luci-interperter is runnable on arm32 device, build semms OK. It is very strange. |
Test in ARM32;
|
|
With neon,
|
IDK why this diff results in mismatch. |
Using neon + ruy gives this difference. |
done except for build test in CI, which added another issue |
I'd like to ask a question related to the following PR #14535 where I'm attempting to update the protobuf version. There used to be a patch applied to the protobuf source and it was introduced as a part of this issue's resolution #8505 Since the new version of Protobuf does not contain the |
I do not know. If you like to upgrade protobuf, which ARM32 build maybe affected, please check ARM32 build |
Let's enable build compiler frontend for ARM32 target.
Why ARM32 not AArch64?
The text was updated successfully, but these errors were encountered: