Skip to content

Commit 274ff5c

Browse files
authored
update sgemm_q on skylakex cpus
1 parent eb2eddf commit 274ff5c

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
@@ -1699,7 +1699,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
16991699
#define SGEMM_DEFAULT_Q 320
17001700
#define DGEMM_DEFAULT_Q 128
17011701
#else
1702-
#define SGEMM_DEFAULT_Q 384
1702+
#define SGEMM_DEFAULT_Q 192
17031703
#define DGEMM_DEFAULT_Q 128
17041704
#endif
17051705
#define CGEMM_DEFAULT_Q 192

0 commit comments

Comments
 (0)