Skip to content

Commit

Permalink
Fixed build for TENGINE_ARCH_ARM_82
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Kopytin committed Oct 30, 2023
1 parent 5f4e883 commit 7ab4a72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
#include <stdint.h>
#include <stdlib.h>
#include <math.h>
#include "compiler_fp16.h"
#include "graph/tensor.h"
#include "common/compiler_fp16.h"
#include "conv_dw_kernel_fp16_arm82.h"

void dw_k3s1p1_fp16_a76(__fp16* input, __fp16* kernel, __fp16* output, long channel_number, long input_w, long input_h, __fp16* bias);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
#include <arm_neon.h>
#include <sys/time.h>

#include "conv_kernel_arm.h"
#include "compiler_fp16.h"
#include "../conv_kernel_arm.h"
#include "common/compiler_fp16.h"

#define PER_OUT_CHAN 16

Expand Down

0 comments on commit 7ab4a72

Please sign in to comment.