We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 01657b3 + d2906e8 commit 8ea938fCopy full SHA for 8ea938f
1 file changed
interface/gemm.c
@@ -184,11 +184,11 @@ static int init_amxtile_permission() {
184
}
185
#endif
186
187
-#ifdef SMP
188
#ifdef DYNAMIC_ARCH
189
extern char* gotoblas_corename(void);
190
191
+#ifdef SMP
192
#if defined(DYNAMIC_ARCH) || defined(NEOVERSEV1)
193
static inline int get_gemm_optimal_nthreads_neoversev1(double MNK, int ncpu) {
194
return
0 commit comments