Skip to content

Commit d71fe4e

Browse files
authored
Remove GEMM_DEFAULT_UNROLL_MN parameters for Haswell and ZEN (introduced in PR747)
1 parent a554712 commit d71fe4e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

param.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,9 +644,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
644644
#define CGEMM_DEFAULT_UNROLL_N 2
645645
#define ZGEMM_DEFAULT_UNROLL_N 2
646646
#define XGEMM_DEFAULT_UNROLL_N 1
647-
647+
/*
648648
#define SGEMM_DEFAULT_UNROLL_MN 32
649649
#define DGEMM_DEFAULT_UNROLL_MN 32
650+
*/
650651
#endif
651652

652653
#ifdef ARCH_X86
@@ -1552,9 +1553,10 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15521553
#define CGEMM_DEFAULT_UNROLL_N 2
15531554
#define ZGEMM_DEFAULT_UNROLL_N 2
15541555
#define XGEMM_DEFAULT_UNROLL_N 1
1555-
1556+
/*
15561557
#define SGEMM_DEFAULT_UNROLL_MN 32
15571558
#define DGEMM_DEFAULT_UNROLL_MN 32
1559+
*/
15581560
#endif
15591561

15601562
#ifdef ARCH_X86

0 commit comments

Comments
 (0)