Skip to content

Commit 3623abc

Browse files
authored
Comment out the sme_abi header replacement
1 parent 0e51b75 commit 3623abc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kernel/arm64/sgemm_direct_alpha_beta_arm64_sme1.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <stdlib.h>
88
#include <inttypes.h>
99
#include <math.h>
10-
#include "sme_abi.h"
10+
//#include "sme_abi.h"
1111

1212
#if defined(DYNAMIC_ARCH)
1313
#define COMBINE(a,b) a ## b
@@ -214,3 +214,4 @@ void CNAME (BLASLONG M, BLASLONG N, BLASLONG K, float alpha, float * __restrict
214214
float beta, float * __restrict R, BLASLONG strideR){fprintf(stderr,"empty sgemm_direct_alpha_beta should not be called!!!\n");}
215215
#endif
216216

217+

0 commit comments

Comments
 (0)