Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ToucheSir authored Dec 17, 2023
1 parent 11cc246 commit 2587e05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ext_amdgpu/basic.jl
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ end

@testset "cpu and gpu on RNGs" begin
crng = Random.default_rng()
grng = gpu(rng)
grng = gpu(crng)
@test grng isa AMDGPU.rocRAND.RNG
@test cpu(grng) === crng
end
Expand Down

0 comments on commit 2587e05

Please sign in to comment.