Skip to content

Gate ARM DNN RTCD source on DNN builds#471

Open
cookesan wants to merge 1 commit intoxiph:mainfrom
cookesan:cmake-arm-dnn-rtcd-gate
Open

Gate ARM DNN RTCD source on DNN builds#471
cookesan wants to merge 1 commit intoxiph:mainfrom
cookesan:cmake-arm-dnn-rtcd-gate

Conversation

@cookesan
Copy link
Copy Markdown

Summary:

  • Only add the ARM DNN runtime-dispatch source when DNN sources are enabled.
  • Match the x86 CMake path and Autotools gating so non-DNN ARM builds do not compile arm_dnn_map.c.

Testing:

  • git diff --check
  • cmake -S . -B build-local -DOPUS_BUILD_TESTING=ON -DOPUS_BUILD_PROGRAMS=ON
  • cmake --build build-local --parallel
  • ctest --test-dir build-local --output-on-failure

Fixes #443.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

arm_dnn_map.c.obj : error LNK2001: unresolved external symbol compute_activation_c

1 participant