Skip to content

Commit db00d5c

Browse files
authored
Fix SGEMM returning wrong results in multithreading on NeoverseV2
1 parent 986ba29 commit db00d5c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

param.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3662,6 +3662,8 @@ is a big desktop or server with abundant cache rather than a phone or embedded d
36623662

36633663
#elif defined(NEOVERSEN2) || defined(NEOVERSEV2)
36643664

3665+
#define GEMM_DIVIDE_LIMIT 3
3666+
36653667
#if defined(XDOUBLE) || defined(DOUBLE)
36663668
#define SWITCH_RATIO 8
36673669
#else

0 commit comments

Comments
 (0)