We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae73a2 commit dd1f645Copy full SHA for dd1f645
1 file changed
param.h
@@ -1669,14 +1669,22 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1669
#else
1670
1671
#define SGEMM_DEFAULT_UNROLL_M 16
1672
+#ifndef DYNAMIC_ARCH
1673
#define DGEMM_DEFAULT_UNROLL_M 16
1674
+#else
1675
+#define DGEMM_DEFAULT_UNROLL_M 4
1676
+#endif
1677
#define QGEMM_DEFAULT_UNROLL_M 2
1678
#define CGEMM_DEFAULT_UNROLL_M 8
1679
#define ZGEMM_DEFAULT_UNROLL_M 4
1680
#define XGEMM_DEFAULT_UNROLL_M 1
1681
1682
#define SGEMM_DEFAULT_UNROLL_N 4
1683
1684
#define DGEMM_DEFAULT_UNROLL_N 2
1685
1686
+#define DGEMM_DEFAULT_UNROLL_N 8
1687
1688
#define QGEMM_DEFAULT_UNROLL_N 2
1689
#define CGEMM_DEFAULT_UNROLL_N 2
1690
#define ZGEMM_DEFAULT_UNROLL_N 2
0 commit comments