Skip to content

Commit 2802478

Browse files
authored
revert change to Loongson2k1000 zgemm
1 parent 910ab7f commit 2802478

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
@@ -2894,8 +2894,8 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28942894
#define CGEMM_DEFAULT_UNROLL_M 2
28952895
#define CGEMM_DEFAULT_UNROLL_N 2
28962896

2897-
#define ZGEMM_DEFAULT_UNROLL_M 2
2898-
#define ZGEMM_DEFAULT_UNROLL_N 2
2897+
#define ZGEMM_DEFAULT_UNROLL_M 1
2898+
#define ZGEMM_DEFAULT_UNROLL_N 4
28992899

29002900
#define SGEMM_DEFAULT_P 128
29012901
#define DGEMM_DEFAULT_P 128

0 commit comments

Comments
 (0)