From 8743cd8890815b4713925b78b4d2af6e581a4c89 Mon Sep 17 00:00:00 2001 From: Jay Honnold Date: Wed, 18 Oct 2023 18:56:50 -0700 Subject: [PATCH] Bench: 3704119 --- src/nn/accumulator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/nn/accumulator.h b/src/nn/accumulator.h index a0b559bd..79c12b1e 100644 --- a/src/nn/accumulator.h +++ b/src/nn/accumulator.h @@ -24,8 +24,8 @@ #include "../util.h" #if defined(__AVX512F__) && defined(__AVX512BW__) -#define UNROLL 1024 -#define NUM_REGS 32 +#define UNROLL 512 +#define NUM_REGS 16 #define regi_t __m512i #define regi_load _mm512_load_si512 #define regi_sub _mm512_sub_epi16