@@ -1168,10 +1168,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
11681168#define ZGEMM_DEFAULT_Q 192
11691169#define XGEMM_DEFAULT_Q 128
11701170
1171- #define CGEMM3M_DEFAULT_UNROLL_N 4
1172- #define CGEMM3M_DEFAULT_UNROLL_M 8
1173- #define ZGEMM3M_DEFAULT_UNROLL_N 2
1174- #define ZGEMM3M_DEFAULT_UNROLL_M 8
1171+ #define CGEMM3M_DEFAULT_UNROLL_N 8
1172+ #define CGEMM3M_DEFAULT_UNROLL_M 4
1173+ #define ZGEMM3M_DEFAULT_UNROLL_N 8
1174+ #define ZGEMM3M_DEFAULT_UNROLL_M 2
11751175
11761176#define CGEMM3M_DEFAULT_P 448
11771177#define ZGEMM3M_DEFAULT_P 224
@@ -1287,11 +1287,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
12871287#define XGEMM_DEFAULT_R xgemm_r
12881288#define XGEMM_DEFAULT_Q 128
12891289
1290- #define CGEMM3M_DEFAULT_UNROLL_N 4
1291- #define CGEMM3M_DEFAULT_UNROLL_M 8
1292- #define ZGEMM3M_DEFAULT_UNROLL_N 2
1293- #define ZGEMM3M_DEFAULT_UNROLL_M 8
1294-
1290+ #define CGEMM3M_DEFAULT_UNROLL_N 8
1291+ #define CGEMM3M_DEFAULT_UNROLL_M 4
1292+ #define ZGEMM3M_DEFAULT_UNROLL_N 8
1293+ #define ZGEMM3M_DEFAULT_UNROLL_M 2
12951294
12961295#define CGEMM3M_DEFAULT_P 448
12971296#define ZGEMM3M_DEFAULT_P 224
0 commit comments