-
Notifications
You must be signed in to change notification settings - Fork 197
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mdspan-ify several raft::random rng functions (#857)
Add overloads taking the output vector as mdspan, of the following `raft::random` functions: * normal * lognormal * uniform * gumbel * logistic * exponential * rayleigh * laplace I plan to finish the remaining `raft::random` functions as part of this PR. However, this PR should be ready to merge now. Authors: - Mark Hoemmen (https://github.com/mhoemmen) Approvers: - Corey J. Nolet (https://github.com/cjnolet) URL: #857
- Loading branch information
Showing
2 changed files
with
296 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.