Skip to content

Commit b28f75c

Browse files
committed
set GEMM_PREFERED_SIZE for HASWELL
Haswell likes a GEMM_PREFERED_SIZE of 16 to improve the split that the threading code does to make it a nice multiple of the SIMD kernel size
1 parent d321448 commit b28f75c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

param.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1508,6 +1508,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15081508
#define SYMV_P 8
15091509

15101510
#define SWITCH_RATIO 32
1511+
#define GEMM_PREFERED_SIZE 16
15111512

15121513
#ifdef ARCH_X86
15131514

0 commit comments

Comments
 (0)