mirror of
https://github.com/amd/blis.git
synced 2026-04-20 15:48:50 +00:00
Fix typo in 24x8m DGEMM sup kernel causing incorrect result.
- Corrected a typo in dgemm kernel implementation, beta=0 and n_left=6 edge kernel. Thanks to Shubham Sharma<shubham.sharma3@amd.com> for helping with debugging. AMD-Internal: [CPUPL-6443] Change-Id: Ifa1e16ec544b7e85c21651bc23c4c27e86d6730b
This commit is contained in:
@@ -36627,7 +36627,7 @@
|
||||
jz(.SUB18DROWSTORBZ) \
|
||||
\
|
||||
label(.SUB18DCOLSTORBZ) \
|
||||
STORE_COLSTORED_C_18x6_Bn \
|
||||
STORE_COLSTORED_C_18x6_B0 \
|
||||
jmp(.CONCLUDE) \
|
||||
\
|
||||
label(.SUB18DROWSTORBZ) \
|
||||
|
||||
Reference in New Issue
Block a user