Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
w8501 committed Jul 28, 2023
1 parent ea5e585 commit c5d1522
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/layer/arm/gemm_arm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ void pack_A_tile(const Mat& A, Mat& AT, int i, int max_ii, int k, int max_kk)
const int A_hstep = A.dims == 3 ? (int)A.cstep : A.w;
float* pp = AT;


int ii = 0;
#if __ARM_NEON
#if __aarch64__
Expand Down

0 comments on commit c5d1522

Please sign in to comment.