Skip to content

Commit 3c3160f

Browse files
committed
Fixed issue with dgemm performance regression
Using block size KC=256 for all sizes on zen3 architecture Change-Id: I9fb571e014d152e9156e6549b4d2c0407f6733bb AMD-Internal: [CPUPL-1401]
1 parent fa6e373 commit 3c3160f

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

frame/3/gemm/bli_gemm_front.c

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -172,13 +172,6 @@ void bli_gemm_front
172172
rntm
173173
);
174174

175-
#ifdef BLIS_CONFIG_ZEN3
176-
// On AMD Zen3 platform we support changing
177-
// the blocksize at runtime to get optimial
178-
// performance
179-
BLIS_GEMM_DYNAMIC_BLOCK_SIZE_UPDATE(cntx, rntm, c_local);
180-
#endif
181-
182175
obj_t* cp = &c_local;
183176
obj_t* betap = beta;
184177

0 commit comments

Comments
 (0)