Skip to content

Commit 5a20bc5

Browse files
authored
Merge pull request #4401 from martin-frbg/fix4398
Update CGEMM MN for Loongson2K1000
2 parents 9d89bcf + 2802478 commit 5a20bc5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

param.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2891,8 +2891,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28912891
#define DGEMM_DEFAULT_UNROLL_M 8
28922892
#define DGEMM_DEFAULT_UNROLL_N 4
28932893

2894-
#define CGEMM_DEFAULT_UNROLL_M 1
2895-
#define CGEMM_DEFAULT_UNROLL_N 4
2894+
#define CGEMM_DEFAULT_UNROLL_M 2
2895+
#define CGEMM_DEFAULT_UNROLL_N 2
28962896

28972897
#define ZGEMM_DEFAULT_UNROLL_M 1
28982898
#define ZGEMM_DEFAULT_UNROLL_N 4

0 commit comments

Comments
 (0)