Skip to content

Commit f16e395

Browse files
authored
Change PPCG4 CGEMM_M to match kernel change
1 parent b1ee812 commit f16e395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

param.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1974,7 +1974,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
19741974
#define SGEMM_DEFAULT_UNROLL_N 4
19751975
#define DGEMM_DEFAULT_UNROLL_M 4
19761976
#define DGEMM_DEFAULT_UNROLL_N 4
1977-
#define CGEMM_DEFAULT_UNROLL_M 8
1977+
#define CGEMM_DEFAULT_UNROLL_M 2
19781978
#define CGEMM_DEFAULT_UNROLL_N 2
19791979
#define ZGEMM_DEFAULT_UNROLL_M 2
19801980
#define ZGEMM_DEFAULT_UNROLL_N 2

0 commit comments

Comments
 (0)