summaryrefslogtreecommitdiff
path: root/param.h
diff options
context:
space:
mode:
authorwjc404 <52632443+wjc404@users.noreply.github.com>2020-02-16 23:01:31 +0800
committerGitHub <noreply@github.com>2020-02-16 23:01:31 +0800
commitb0558c11b9b1eccdd84dbdee225dc41efb07a390 (patch)
tree1e84c1283d788fbc94564086600dcc0d10e6d0b1 /param.h
parentf566787e6e15fb7c6fc563c1c3b5b66b865aeb77 (diff)
downloadopenblas-b0558c11b9b1eccdd84dbdee225dc41efb07a390.tar.gz
openblas-b0558c11b9b1eccdd84dbdee225dc41efb07a390.tar.bz2
openblas-b0558c11b9b1eccdd84dbdee225dc41efb07a390.zip
Update param.h
Diffstat (limited to 'param.h')
-rw-r--r--param.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/param.h b/param.h
index e6ab93aa5..e479314d9 100644
--- a/param.h
+++ b/param.h
@@ -1722,16 +1722,16 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define XGEMM_DEFAULT_R xgemm_r
#define XGEMM_DEFAULT_Q 128
-#define CGEMM3M_DEFAULT_UNROLL_N 8
-#define CGEMM3M_DEFAULT_UNROLL_M 4
-#define ZGEMM3M_DEFAULT_UNROLL_N 8
-#define ZGEMM3M_DEFAULT_UNROLL_M 2
+#define CGEMM3M_DEFAULT_UNROLL_N 4
+#define CGEMM3M_DEFAULT_UNROLL_M 8
+#define ZGEMM3M_DEFAULT_UNROLL_N 4
+#define ZGEMM3M_DEFAULT_UNROLL_M 4
-#define CGEMM3M_DEFAULT_P 448
-#define ZGEMM3M_DEFAULT_P 224
+#define CGEMM3M_DEFAULT_P 320
+#define ZGEMM3M_DEFAULT_P 256
#define XGEMM3M_DEFAULT_P 112
-#define CGEMM3M_DEFAULT_Q 224
-#define ZGEMM3M_DEFAULT_Q 224
+#define CGEMM3M_DEFAULT_Q 320
+#define ZGEMM3M_DEFAULT_Q 256
#define XGEMM3M_DEFAULT_Q 224
#define CGEMM3M_DEFAULT_R 12288
#define ZGEMM3M_DEFAULT_R 12288