mirror of
https://github.com/vee1e/tflite-micro.git
synced 2026-09-01 17:57:27 +00:00
Exclude Cadence NNlib function xa_nn_norm3D_16 from build (#3352)
The function causes an internal compiler error on some hifi4 cores. The function isn't currently used by any kernels. BUG=478153404
This commit is contained in:
parent
7ff5cb833b
commit
d4e767053b
1 changed files with 2 additions and 1 deletions
|
|
@ -116,7 +116,8 @@ else ifeq ($(TARGET_ARCH), $(filter $(TARGET_ARCH), hifi3 hifi4))
|
|||
|
||||
ifeq ($(TARGET_ARCH), hifi4)
|
||||
EXCLUDED_NNLIB_SRCS += \
|
||||
$(NNLIB_PATH)/algo/kernels/activations/hifi4/xa_nn_activations_asym8_asym8.c
|
||||
$(NNLIB_PATH)/algo/kernels/activations/hifi4/xa_nn_activations_asym8_asym8.c \
|
||||
$(NNLIB_PATH)/algo/kernels/norm/hifi4/xa_nn_norm3D_16.c
|
||||
endif
|
||||
|
||||
THIRD_PARTY_KERNEL_CC_SRCS := $(filter-out $(EXCLUDED_NNLIB_SRCS), $(THIRD_PARTY_KERNEL_CC_SRCS))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue