Commit 74138d12 authored by 蔡宇东's avatar 蔡宇东
Browse files

update test parameter


Former-commit-id: b1d3697d16fac1b3e8192fa595f13ec920cfc65f
parent f9930876
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -540,7 +540,7 @@ TEST(FAISSTEST, sift1m_L2) {
    test_ann_hdf5("glove-200-angular", "IVF16384,SQ8",       1, {8, 128});
    test_ann_hdf5("glove-200-angular", "IVF16384,SQ8Hybrid", 1, {8, 128});
#ifdef CUSTOMIZATION
    test_ivfsq8h_gpu("glove-200-angular", 2, {128, 1024});
    test_ivfsq8h_gpu("glove-200-angular", 2, {8, 128});
#endif
}