Discrete random sampling: benchmark alternative implementation #1491
Labels
feature request
New feature or request
improvement
Improvement / enhancement to an existing function
PR #1470 adds warp / block level random sampling primitives. It is possible to have an alternative implementation that would do a full inclusive scan, and just generate one random number to pick the sample. It shall be tested which implementation is faster.
See details in discussion https://github.com/rapidsai/raft/pull/1470/files#r1185066302
The text was updated successfully, but these errors were encountered: