update test parameter

Former-commit-id: 0871f4f0acd87280b5327caf4f14dae5b0d5e165
This commit is contained in:
yudong.cai 2019-10-23 17:46:27 +08:00
parent 635434126c
commit 52ca4c4ae2

View File

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