rapidsai / raft

RAFT contains fundamental widely-used algorithms and primitives for machine learning and information retrieval. The algorithms are CUDA-accelerated and form building blocks for more easily writing high performance applications.
https://docs.rapids.ai/api/raft/stable/
Apache License 2.0
680 stars 180 forks source link

Fix compilation error when _CLK_BREAKDOWN is defined in cagra. #2350

Closed jiangyinzuo closed 1 week ago

jiangyinzuo commented 1 month ago

PR #1740 forgot to rename BLOCK_SIZE in #ifdef _CLK_BREAKDOWN blocks.

The use of RAFT_LOG_DEBUG in kernel function results in compilation errors, replace it with printf.

Also remove an unused function in search_single_cta_kernel-inl.cuh

After merging: