Skip to content

Commit

Permalink
Merge JuliaGPU#187
Browse files Browse the repository at this point in the history
187: Add inplace test for rand r=maleadt a=kshyatt

Port over JuliaGPU/CuArrays.jl#727

Co-authored-by: Katharine Hyatt <[email protected]>
  • Loading branch information
bors[bot] and kshyatt authored May 30, 2020
2 parents 4246a3e + d890445 commit c610254
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 c610254

Please sign in to comment.