Skip to content

Commit

Permalink
Bench: 3704119
Browse files Browse the repository at this point in the history
  • Loading branch information
jhonnold committed Oct 19, 2023
1 parent f63212e commit 8743cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nn/accumulator.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8743cd8

Please sign in to comment.