Skip to content

Commit

Permalink
THUNDERX2T99: Performance fix for ZGEMM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashwin Sekhar T K committed Feb 28, 2017
1 parent 67473d0 commit a86474c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/others/parameter.c
Original file line number Diff line number Diff line change
Expand Up @@ -752,7 +752,7 @@ void blas_set_parameter(void)
cgemm_r = 4096;

zgemm_p = 128;
zgemm_q = 160;
zgemm_q = 112;
zgemm_r = 4096;

dgemm_prefetch_size_a = 3584;
Expand Down

0 comments on commit a86474c

Please sign in to comment.