Skip to content
This repository was archived by the owner on Mar 26, 2026. It is now read-only.

Add a MatMul Layer example#34

Open
chekalexey wants to merge 17 commits intoembedded-dev-research:mainfrom
chekalexey:MatMulLayer
Open

Add a MatMul Layer example#34
chekalexey wants to merge 17 commits intoembedded-dev-research:mainfrom
chekalexey:MatMulLayer

Conversation

@chekalexey
Copy link
Copy Markdown
Collaborator

No description provided.

Comment thread app/layer_example/CMakeLists.txt Outdated

include_directories(${ARM_DIR})
include_directories(${ARM_DIR}/include)
link_directories(${ARM_DIR}/build)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
link_directories(${ARM_DIR}/build)
target_link_directories(MatMul PUBLIC ${ARM_DIR}/build)

Copy link
Copy Markdown
Member

@aobolensk aobolensk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To ensure that ARM Compute Library is built before your sample, you can add:

add_dependencies(<MatMul/or other sample name> build_compute_library)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants