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
750 stars 191 forks source link

[FEA] List of work items deferred from RNG improvements PR 434 #493

Open vinaydes opened 2 years ago

vinaydes commented 2 years ago

Following is the list of work items that could not be included in the RNG improvement PR #434:

  1. Revisit cpp/test/random/rng.cu: Details.
  2. Add Swift method of bounded random integer generation.
  3. Move Box Muller transform to device specific namespace.
  4. Add constructors for distribution parameter classes, such as UniformDistParams, NormalIntDistParams.
  5. Reconcile the difference Address discrepancy between Philox and PCG next_float() call. Details
vinaydes commented 2 years ago

Item "1. Revisit ...", addressed in PR #513 Item "5. Reconcile ...", also addressed with PR #513

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

github-actions[bot] commented 2 years ago

This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.