Skip to content

Commit

Permalink
run remaining float tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tarang-jain committed Oct 3, 2024
1 parent 932ae8a commit eac9bba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpp/test/neighbors/ann_ivf_pq/test_float_int64_t.cu
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ INSTANTIATE(f32_f32_i64,

TEST_BUILD_SEARCH(f32_f32_i64_filter)
INSTANTIATE(f32_f32_i64_filter,
enum_variety_ip() + enum_variety_l2() + enum_variety_l2sqrt() + enum_variety_ip() +
enum_variety_cosine());
defaults() + small_dims() + big_dims_moderate_lut() + enum_variety_l2() +
enum_variety_l2sqrt() + enum_variety_ip() + enum_variety_cosine());

} // namespace cuvs::neighbors::ivf_pq

0 comments on commit eac9bba

Please sign in to comment.