Commit d3d6077e authored by 蔡宇东's avatar 蔡宇东
Browse files

#89 update unittest parameter


Former-commit-id: 4692890b67109edefbd0cc0a0a5a628f6433306d
parent 4f5906b9
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -550,7 +550,7 @@ TEST(FAISSTEST, BENCHMARK) {
    test_ann_hdf5("glove-200-angular", "IVF16384,SQ8",       1, {8, 128});
#ifdef CUSTOMIZATION
    test_ann_hdf5("glove-200-angular", "IVF16384,SQ8Hybrid", 1, {8, 128});
    test_ivfsq8h_gpu("glove-200-angular", 2, {8, 128});
    test_ivfsq8h_gpu("glove-200-angular", 1, {8, 128});
#endif
}