Skip to content

Commit 2565d6f

Browse files
committed
Improve: Turin benchmarks
1 parent 4e98366 commit 2565d6f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

scripts/bench.cxx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -965,6 +965,11 @@ int main(int argc, char **argv) {
965965
sparse_<u32_k>("intersect_u32_ice", simsimd_intersect_u32_ice, simsimd_intersect_u32_accurate);
966966
#endif
967967

968+
#if SIMSIMD_TARGET_TURIN
969+
sparse_<u16_k>("intersect_u16_turin", simsimd_intersect_u16_turin, simsimd_intersect_u16_accurate);
970+
sparse_<u32_k>("intersect_u32_turin", simsimd_intersect_u32_turin, simsimd_intersect_u32_accurate);
971+
#endif
972+
968973
#if SIMSIMD_TARGET_SKYLAKE
969974
dense_<f32_k>("dot_f32_skylake", simsimd_dot_f32_skylake, simsimd_dot_f32_accurate);
970975
dense_<f32_k>("cos_f32_skylake", simsimd_cos_f32_skylake, simsimd_cos_f32_accurate);

0 commit comments

Comments
 (0)