Skip to content

error when compile with ComputeLibrary-21.08 #9174

Open
@Newer2019

Description

@Newer2019

onnxruntime 1.8.0
ComputeLibrary-21.08

after compile acl,
then run:
./build.sh --config Release --build_shared_lib --parallel --use_acl
--acl_home $HOME_BUILD/ComputeLibrary-21.08
--acl_libs $HOME_BUILD/ComputeLibrary-21.08/build

onnxruntime/onnxruntime/core/providers/acl/nn/conv.cc:32:10: fatal error: arm_compute/runtime/NEON/functions/assembly/NEDepthwiseConvolutionAssemblyDispatch.h: 没有那个文件或目录
#include "arm_compute/runtime/NEON/functions/assembly/NEDepthwiseConvolutionAssemblyDispatch.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.

there is no assembly/NEDepthwiseConvolutionAssemblyDispatch.h in v21.08 and v21.05

when i compile with acl 19.08, it works.

please help, how to compile with acl 21.08??

Metadata

Metadata

Assignees

Labels

contributions welcomeexternal contributions welcomeep:ACLissues related to ACL execution provider

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions