Skip to content

Commit 7c4f363

Browse files
authored
switch PPCG4 SGEMM kernel to 4x4
1 parent 54afc24 commit 7c4f363

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
@@ -2243,7 +2243,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
22432243
#define GEMM_DEFAULT_OFFSET_B 1024
22442244
#define GEMM_DEFAULT_ALIGN 0x0ffffUL
22452245

2246-
#define SGEMM_DEFAULT_UNROLL_M 16
2246+
#define SGEMM_DEFAULT_UNROLL_M 4
22472247
#define SGEMM_DEFAULT_UNROLL_N 4
22482248
#define DGEMM_DEFAULT_UNROLL_M 4
22492249
#define DGEMM_DEFAULT_UNROLL_N 4

0 commit comments

Comments
 (0)