Skip to content

Commit bf546ed

Browse files
kshyattlkdvos
authored andcommitted
Update test/amd/tensors.jl
Co-authored-by: Lukas Devos <ldevos98@gmail.com>
1 parent b872bf6 commit bf546ed

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

test/amd/tensors.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ ad = adapt(Array)
55
const AMDGPUExt = Base.get_extension(TensorKit, :TensorKitAMDGPUExt)
66
@assert !isnothing(AMDGPUExt)
77
const ROCTensorMap = getglobal(AMDGPUExt, :ROCTensorMap)
8-
const rocrand = getglobal(AMDGPUExt, :rocrand)
9-
const rocrandn = getglobal(AMDGPUExt, :rocrandn)
10-
const rocrand! = getglobal(AMDGPUExt, :rocrand!)
118
using AMDGPU: rand as rocrand, rand! as rocrand!, randn as rocrandn, randn! as rocrandn!
129

1310
@isdefined(TestSetup) || include("../setup.jl")

0 commit comments

Comments
 (0)