Skip to content

Commit a137c74

Browse files
committed
formated.
1 parent 8c307e7 commit a137c74

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

cpp/src/neighbors/detail/cagra/search_single_cta_kernel-inl.cuh

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)