Skip to content

Commit 89a5394

Browse files
committed
remove unrelated diffs
1 parent db81e15 commit 89a5394

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

‎c/tests/CMakeLists.txt‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,7 @@ ConfigureTest(NAME IVF_FLAT_C_TEST PATH neighbors/run_ivf_flat_c.c neighbors/ann
8989
ConfigureTest(NAME IVF_PQ_C_TEST PATH neighbors/run_ivf_pq_c.c neighbors/ann_ivf_pq_c.cu)
9090
ConfigureTest(NAME IVF_SQ_C_TEST PATH neighbors/run_ivf_sq_c.c neighbors/ann_ivf_sq_c.cu)
9191
ConfigureTest(NAME CAGRA_C_TEST PATH neighbors/ann_cagra_c.cu)
92-
if(BUILD_MG_ALGOS)
93-
ConfigureTest(NAME MG_C_TEST PATH neighbors/run_mg_c.c neighbors/ann_mg_c.cu)
94-
endif()
92+
ConfigureTest(NAME MG_C_TEST PATH neighbors/run_mg_c.c neighbors/ann_mg_c.cu)
9593
ConfigureTest(
9694
NAME ALL_NEIGHBORS_C_TEST PATH neighbors/run_all_neighbors_c.c neighbors/all_neighbors_c.cu
9795
)

‎cpp/cmake/patches/faiss_override.json‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"patches" : [
88
{
99
"file" : "${current_json_dir}/faiss-1.14-cuvs-26.08.diff",
10-
"issue" : "Multiple fixes for cuVS compatibility. Update Faiss cuVS to be compatible with the new Dataset API: pass dataset_view and call make_padded_dataset_view beforehand. Loading an index built from a user-provided KNN graph passes dataset_view into cagra::index, not raw mdspan.",
10+
"issue" : "Multiple fixes for cuVS compatibility. Update Faiss cuVS to be compatible with new Dataset API: update_device_dataset_same_layout now takes dataset_view and make_padded_dataset_view must be called beforehand. Loading an index built from a user-provided KNN graph passes dataset_view into cagra::index, not raw mdspan.",
1111
"fixed_in" : ""
1212
}
1313
]

0 commit comments

Comments
 (0)