We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11cc246 commit 2587e05Copy full SHA for 2587e05
test/ext_amdgpu/basic.jl
@@ -88,7 +88,7 @@ end
88
89
@testset "cpu and gpu on RNGs" begin
90
crng = Random.default_rng()
91
- grng = gpu(rng)
+ grng = gpu(crng)
92
@test grng isa AMDGPU.rocRAND.RNG
93
@test cpu(grng) === crng
94
end
0 commit comments