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
since the ArmNN support is quite outdated : 20.02 is 3yo, relying on boost 1.59 (8yo)
I cannot even benchmark "vanilla" build or "minimal" build against these builds.
I know these EP are marked as "preview" on the website, but these are not preview issue, it feels like these options are left aside or deprecated. Are they reason for that ? Are they benchmarks or other considerations I should know ?
I could go for a "vanilla" build or a "minimal" build but I'd like to avoid it unless I find good reason to do so.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm building a C++ inference program for aarch64 based on
onnxruntime
, I do not target android or iOS, strictly Linux on embedded targets.My concern is the following :
v1.13.1
,1.14.1
and1.15.0
#16176), and rely on ACL 20.02 which is already 3 years old. And the documentation is outdated (doesn't mention the--use_acl
flag of thebuild.sh
script).I cannot even benchmark "vanilla" build or "minimal" build against these builds.
I know these EP are marked as "preview" on the website, but these are not preview issue, it feels like these options are left aside or deprecated. Are they reason for that ? Are they benchmarks or other considerations I should know ?
I could go for a "vanilla" build or a "minimal" build but I'd like to avoid it unless I find good reason to do so.
Thanks for the help
Beta Was this translation helpful? Give feedback.
All reactions