Skip to content

Commit

Permalink
Reduce vector offset in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lowener committed Oct 25, 2023
1 parent 83e2958 commit b7e0c8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/test/neighbors/ann_ivf_pq.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
namespace raft::neighbors::ivf_pq {

struct test_ivf_sample_filter {
static constexpr unsigned offset = 3000;
static constexpr unsigned offset = 1500;
};

struct ivf_pq_inputs {
Expand Down

0 comments on commit b7e0c8d

Please sign in to comment.