Browse Source

reduced dgemm_unroll_m to work with 128-bit sve

tags/v0.3.19
Bine Brank 3 years ago
parent
commit
f4da23dcb6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      param.h

+ 1
- 1
param.h View File

@@ -3301,7 +3301,7 @@ is a big desktop or server with abundant cache rather than a phone or embedded d

/* When all BLAS3 routines are implemeted with SVE, DGEMM_DEFAULT_UNROLL_M should be "sve_vl".
Until then, just keep it different than DGEMM_DEFAULT_UNROLL_N to keep copy routines in both directions seperated. */
#define DGEMM_DEFAULT_UNROLL_M 4
#define DGEMM_DEFAULT_UNROLL_M 2
#define DGEMM_DEFAULT_UNROLL_N 8

#define CGEMM_DEFAULT_UNROLL_M 8


Loading…
Cancel
Save