Skip to content

Commit c3895b5

Browse files
authored
Fix SGEMM returning wrong results in multithreaded operation on NeoverseV2
1 parent 986ba29 commit c3895b5

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

param.h

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*****************************************************************************
1+
https://github.com/numpy/numpy/issues/30816https://github.com/numpy/numpy/issues/30816https://github.com/numpy/numpy/issues/30816/*****************************************************************************
22
Copyright (c) 2011-2023, 2025 The OpenBLAS Project
33
All rights reserved.
44

@@ -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)