Skip to content

Commit 8c307e7

Browse files
committed
remove comment
1 parent b7e77c1 commit 8c307e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/neighbors/detail/cagra/search_single_cta.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ struct search : search_plan_impl<DataT, IndexT, DistanceT, SAMPLE_FILTER_T, Outp
258258
smem_size,
259259
hash_bitlen,
260260
hashmap.data(),
261-
(small_hash_bitlen > 0 ? 1u : 0u), // 转换为uint32_t
261+
(small_hash_bitlen > 0 ? 1u : 0u),
262262
small_hash_reset_interval,
263263
num_seeds,
264264
sample_filter,

0 commit comments

Comments
 (0)