#89 update unittest parameter

Former-commit-id: 4692890b67109edefbd0cc0a0a5a628f6433306d
This commit is contained in:
yudong.cai 2019-10-24 10:24:02 +08:00
parent 4f5906b9bc
commit d3d6077eb2

View File

@ -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
}