Skip to content

Commit

Permalink
Add inplace test for rand
Browse files Browse the repository at this point in the history
  • Loading branch information
kshyatt committed May 30, 2020
1 parent 81e74cc commit d890445
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/curand.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Random.seed!(rng, 1, 0)

# in-place
for (f,T) in ((rand!,Float32),
(rand!,Cuint),
(randn!,Float32),
(rand_logn!,Float32),
(rand_poisson!,Cuint)),
Expand Down

0 comments on commit d890445

Please sign in to comment.