microsoft / microsoft/onnxruntime

error when compile with ComputeLibrary-21.08

Open
#9,174 4 comments 1 reaction 1 assignee View on GitHub

@jywu-mysoft is already working on this.

Since Sep 24, 2021.

contributions welcome ep:ACL
Dominant language
C++
Stars
21.9k
Forks
4.2k
Avg merge
4d 8h
Merged PRs (30d)
179

Description

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??

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.