The select_k header is in the raft_runtime directory, but it is not part of the precompiled libraft library and the header file requires CUDA to compile (transitively via select_k-inl.cuh). Based on the current intended scope of raft_runtime, select_k should be moved out of that directory.
The
select_kheader is in theraft_runtimedirectory, but it is not part of the precompiled libraft library and the header file requires CUDA to compile (transitively viaselect_k-inl.cuh). Based on the current intended scope ofraft_runtime,select_kshould be moved out of that directory.