ARM Compute Library in C? #26279
Replies: 1 comment
-
Need to #include <onnxruntime/acl_provider_factory.h> |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
For the life of me I can't get ACL going in C.
OrtSessionOptionsAppendExecutionProvider_ACL(session_options, enable_fast_math);
The function doesn't exist.
GetAvailableProviders(&providers, &num_providers)
Available providers:
ACLExecutionProvider
CPUExecutionProvider
I do get these back.
I built ONNX with
./build.sh --config Release --build_shared_lib --parallel --use_acl --acl_libs /usr/local/lib --acl_home /home/dylanetaft/ComputeLibrary --skip_tests --cmake_extra_defines CMAKE_INSTALL_PREFIX=/usr/local
Beta Was this translation helpful? Give feedback.
All reactions