File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
cpp/src/neighbors/detail/cagra Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -1793,9 +1793,10 @@ struct alignas(kCacheLineBytes) persistent_runner_t : public persistent_runner_b
17931793 float persistent_device_usage) -> uint64_t
17941794 {
17951795 return uint64_t (graph.data_handle ()) ^ dataset_desc.get ().team_size ^ num_itopk_candidates ^
1796- block_size ^ smem_size ^ hash_bitlen ^ use_small_hash ^ small_hash_reset_interval ^ num_random_samplings ^
1797- rand_xor_mask ^ num_seeds ^ itopk_size ^ search_width ^ min_iterations ^ max_iterations ^
1798- uint64_t (persistent_lifetime * 1000 ) ^ uint64_t (persistent_device_usage * 1000 );
1796+ block_size ^ smem_size ^ hash_bitlen ^ use_small_hash ^ small_hash_reset_interval ^
1797+ num_random_samplings ^ rand_xor_mask ^ num_seeds ^ itopk_size ^ search_width ^
1798+ min_iterations ^ max_iterations ^ uint64_t (persistent_lifetime * 1000 ) ^
1799+ uint64_t (persistent_device_usage * 1000 );
17991800 }
18001801
18011802 persistent_runner_t (
You can’t perform that action at this time.
0 commit comments