Skip to content

Commit

Permalink
add baseline results
Browse files Browse the repository at this point in the history
  • Loading branch information
ravishankar committed Nov 7, 2024
1 parent 1b1661b commit 28f4ac4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
16 changes: 8 additions & 8 deletions prec40M/baseline_r64_k50.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,20 +3,20 @@ Opened: /nvmessd1/fbv4/gt100_prec40M, size: 10612008, cache_size: 10612008
Reading truthset file /nvmessd1/fbv4/gt100_prec40M ...
Metadata: #pts = 13265, #dims = 100...
Using AVX2 distance computation DistanceL2Int8.
Resizing took: 1.41607s
Resizing took: 1.39346s
From graph header, expected_file_size: 7438757948, _max_observed_degree: 64, _start: 11890341, file_frozen_pts: 0
Loading vamana graph /nvmessd1/fbv4/avarhade/prec40M_memory_index_r64_l100.......done. Index has 40469609 nodes and 1819219872 out-edges, _start is set to 11890341
Num frozen points:0 _nd: 40469609 _start: 11890341 size(_location_to_tag): 0 size(_tag_to_location):0 Max points: 40469609
Index loaded
Using 48 threads to search
Using 1 threads to search
Ls QPS Avg dist cmps Mean Latency (mus) 99.9 Latency Recall@50
=================================================================================
50 17629.05 3687.22 2705.62 14582.74 62.96
60 14420.19 4195.96 3319.41 9059.50 65.92
70 12430.30 4685.40 3850.11 10474.53 68.19
80 12256.81 5171.15 3903.45 9068.07 70.07
90 11310.12 5654.48 4230.41 9502.88 71.76
100 10462.90 6129.37 4574.90 9994.75 73.17
50 750.71 3687.22 1332.03 15081.17 62.96
60 664.89 4195.96 1503.96 13729.61 65.92
70 595.61 4685.40 1678.89 12513.98 68.19
80 539.72 5171.15 1852.77 12737.32 70.07
90 493.28 5654.48 2027.21 12803.06 71.76
100 453.69 6129.37 2204.12 15871.16 73.17
Done searching. Now saving results
Writing bin: /home/rakri/avarhade/Dump/tmp_50_idx_uint32.bin
bin: #pts = 13265, #dims = 50, size = 2653008B
Expand Down
3 changes: 2 additions & 1 deletion run-search.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
cd build
./apps/search_memory_index --data_type int8 --dist_fn l2 --index_path_prefix /nvmessd1/fbv4/avarhade/prec40M_sorted_memory_index_r64_l100 --gt_file /nvmessd1/fbv4/gt100_prec40M --query_file /nvmessd1/fbv4/queries384d.bin --result_path /home/rakri/avarhade/Dump/tmp -K 50 -L 50 60 70 80 90 100 -T 48 > /home/rakri/avarhade/DiskANN/prec40M/sorted_r64_k50.txt
./apps/search_memory_index --data_type int8 --dist_fn l2 --index_path_prefix /nvmessd1/fbv4/avarhade/prec40M_sorted_memory_index_r64_l100 --gt_file /nvmessd1/fbv4/gt100_prec40M --query_file /nvmessd1/fbv4/queries384d.bin --result_path /home/rakri/avarhade/Dump/tmp -K 50 -L 50 60 70 80 90 100 -T 1 > /home/rakri/avarhade/DiskANN/prec40M/sorted_r64_k50.txt

0 comments on commit 28f4ac4

Please sign in to comment.