Skip to content

Commit 6362c34

Browse files
authored
Update param.h
1 parent f60840c commit 6362c34

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

param.h

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -695,14 +695,14 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
695695

696696
#define CGEMM3M_DEFAULT_UNROLL_N 4
697697
#define CGEMM3M_DEFAULT_UNROLL_M 8
698-
#define ZGEMM3M_DEFAULT_UNROLL_N 8
699-
#define ZGEMM3M_DEFAULT_UNROLL_M 2
698+
#define ZGEMM3M_DEFAULT_UNROLL_N 4
699+
#define ZGEMM3M_DEFAULT_UNROLL_M 4
700700

701701
#define CGEMM3M_DEFAULT_P 320
702-
#define ZGEMM3M_DEFAULT_P 224
702+
#define ZGEMM3M_DEFAULT_P 256
703703
#define XGEMM3M_DEFAULT_P 112
704704
#define CGEMM3M_DEFAULT_Q 320
705-
#define ZGEMM3M_DEFAULT_Q 224
705+
#define ZGEMM3M_DEFAULT_Q 256
706706
#define XGEMM3M_DEFAULT_Q 224
707707
#define CGEMM3M_DEFAULT_R 12288
708708
#define ZGEMM3M_DEFAULT_R 12288
@@ -1598,14 +1598,14 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15981598

15991599
#define CGEMM3M_DEFAULT_UNROLL_N 4
16001600
#define CGEMM3M_DEFAULT_UNROLL_M 8
1601-
#define ZGEMM3M_DEFAULT_UNROLL_N 8
1602-
#define ZGEMM3M_DEFAULT_UNROLL_M 2
1601+
#define ZGEMM3M_DEFAULT_UNROLL_N 4
1602+
#define ZGEMM3M_DEFAULT_UNROLL_M 4
16031603

16041604
#define CGEMM3M_DEFAULT_P 320
1605-
#define ZGEMM3M_DEFAULT_P 224
1605+
#define ZGEMM3M_DEFAULT_P 256
16061606
#define XGEMM3M_DEFAULT_P 112
16071607
#define CGEMM3M_DEFAULT_Q 320
1608-
#define ZGEMM3M_DEFAULT_Q 224
1608+
#define ZGEMM3M_DEFAULT_Q 256
16091609
#define XGEMM3M_DEFAULT_Q 224
16101610
#define CGEMM3M_DEFAULT_R 12288
16111611
#define ZGEMM3M_DEFAULT_R 12288

0 commit comments

Comments
 (0)