File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1669,14 +1669,22 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1669
1669
#else
1670
1670
1671
1671
#define SGEMM_DEFAULT_UNROLL_M 16
1672
+ #ifndef DYNAMIC_ARCH
1672
1673
#define DGEMM_DEFAULT_UNROLL_M 16
1674
+ #else
1675
+ #define DGEMM_DEFAULT_UNROLL_M 4
1676
+ #endif
1673
1677
#define QGEMM_DEFAULT_UNROLL_M 2
1674
1678
#define CGEMM_DEFAULT_UNROLL_M 8
1675
1679
#define ZGEMM_DEFAULT_UNROLL_M 4
1676
1680
#define XGEMM_DEFAULT_UNROLL_M 1
1677
1681
1678
1682
#define SGEMM_DEFAULT_UNROLL_N 4
1683
+ #ifndef DYNAMIC_ARCH
1679
1684
#define DGEMM_DEFAULT_UNROLL_N 2
1685
+ #else
1686
+ #define DGEMM_DEFAULT_UNROLL_N 8
1687
+ #endif
1680
1688
#define QGEMM_DEFAULT_UNROLL_N 2
1681
1689
#define CGEMM_DEFAULT_UNROLL_N 2
1682
1690
#define ZGEMM_DEFAULT_UNROLL_N 2
You can’t perform that action at this time.
0 commit comments