Skip to content

Commit 9e50d7c

Browse files
committed
Update NEON benchmarks to use a vector size of 64 for SQ8-to-SQ8 functions
1 parent 5c22af8 commit 9e50d7c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/benchmark/spaces_benchmarks/bm_spaces_sq8_sq8.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ cpu_features::Aarch64Features opt = cpu_features::GetAarch64Info().features;
4545
// NEON SQ8-to-SQ8 functions
4646
#ifdef OPT_NEON
4747
bool neon_supported = opt.asimd;
48-
INITIALIZE_BENCHMARKS_SET_IP(BM_VecSimSpaces_SQ8_SQ8, SQ8_SQ8, NEON, 16, neon_supported);
49-
INITIALIZE_BENCHMARKS_SET_Cosine(BM_VecSimSpaces_SQ8_SQ8, SQ8_SQ8, NEON, 16, neon_supported);
48+
INITIALIZE_BENCHMARKS_SET_IP(BM_VecSimSpaces_SQ8_SQ8, SQ8_SQ8, NEON, 64, neon_supported);
49+
INITIALIZE_BENCHMARKS_SET_Cosine(BM_VecSimSpaces_SQ8_SQ8, SQ8_SQ8, NEON, 64, neon_supported);
5050
#endif // NEON
5151
// SVE SQ8-to-SQ8 functions
5252
#ifdef OPT_SVE

0 commit comments

Comments
 (0)