Commit 7151ae71 authored by 蔡宇东's avatar 蔡宇东
Browse files

#89 update SQ8Hybrid-gpu log


Former-commit-id: 41c47d26f5b47e7dccab1cb5c2bddf0fcf2ada11
parent ac76c308
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -475,7 +475,7 @@ void test_ivfsq8h_gpu(const std::string& ann_test_name,
        long *I = new  faiss::Index::idx_t[NQ * K];
        float *D = new float[NQ * K];

        printf ("\n%s | %s | nprobe=%lu\n", ann_test_name.c_str(), index_key.c_str(), nprobe);
        printf ("\n%s | %s-gpu | nprobe=%lu\n", ann_test_name.c_str(), index_key.c_str(), nprobe);
        printf ("============================================================================================\n");
        for (size_t t_nq = 10; t_nq <= NQ; t_nq *= 10) {    // nq = {10, 100, 1000}
            for (size_t t_k = 100; t_k <= K; t_k *= 10) {   //  k = {100, 1000}