Skip to content

Commit 31a0718

Browse files
kshyattlkdvos
andauthored
Update test/cuda/tensors.jl
Co-authored-by: Lukas Devos <[email protected]>
1 parent 1038e66 commit 31a0718

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/cuda/tensors.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const CuTensorMap = getglobal(CUDAExt, :CuTensorMap)
88
const curand = getglobal(CUDAExt, :curand)
99
const curandn = getglobal(CUDAExt, :curandn)
1010
const curand! = getglobal(CUDAExt, :curand!)
11-
const curandn! = getglobal(CUDAExt, :curandn!)
11+
using CUDA: rand as curand, rand! as curand!, randn as curandn, randn! as curandn!
1212

1313
@isdefined(TestSetup) || include("../setup.jl")
1414
using .TestSetup

0 commit comments

Comments
 (0)