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
683 stars 180 forks source link

Fix bibtex of SC 2023 paper in README.md [skip ci] #2289

Closed jiangyinzuo closed 1 month ago

jiangyinzuo commented 2 months ago

I copied the bibtex from https://dl.acm.org/doi/10.1145/3581784.3607062

The former bibtex refers to SC' 2023 conference instead of the paper “Parallel Top-K Algorithms on GPU: A Comprehensive Study and New Methods”.

copy-pr-bot[bot] commented 2 months ago

This pull request requires additional validation before any workflows can run on NVIDIA's runners.

Pull request vetters can view their responsibilities here.

Contributors can view more details about this message here.

cjnolet commented 1 month ago

/ok to test

jiangyinzuo commented 1 month ago

duplicate with #2318