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
737 stars 188 forks source link

[BUG] IVF-flat needs specializations #1238

Open cjnolet opened 1 year ago

cjnolet commented 1 year ago

We should figure out a good granularity for which to do this- whether it's by specialize a couple expensive functions in detail or just by specializing the user facing APIs for IVF-flat. The IVF-flat googletest, specifically, is at the top of the list of items taking a long time to compile (measuring ~20minutes on a single arch).

tfeher commented 1 year ago

fixed by #1440