Skip to content

Commit 7ab4a72

Browse files
author
Artem Kopytin
committed
Fixed build for TENGINE_ARCH_ARM_82
1 parent 5f4e883 commit 7ab4a72

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

source/device/cpu/op/conv/cortex-a/armv8.2/conv_dw_kernel_fp16_arm82.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@
2525
#include <stdint.h>
2626
#include <stdlib.h>
2727
#include <math.h>
28-
#include "compiler_fp16.h"
28+
#include "graph/tensor.h"
29+
#include "common/compiler_fp16.h"
2930
#include "conv_dw_kernel_fp16_arm82.h"
3031

3132
void dw_k3s1p1_fp16_a76(__fp16* input, __fp16* kernel, __fp16* output, long channel_number, long input_w, long input_h, __fp16* bias);

source/device/cpu/op/conv/cortex-a/armv8.2/conv_kernel_fp16_arm82.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@
2727
#include <arm_neon.h>
2828
#include <sys/time.h>
2929

30-
#include "conv_kernel_arm.h"
31-
#include "compiler_fp16.h"
30+
#include "../conv_kernel_arm.h"
31+
#include "common/compiler_fp16.h"
3232

3333
#define PER_OUT_CHAN 16
3434

0 commit comments

Comments
 (0)