Skip to content

Commit 5d0525d

Browse files
committed
Rand fxns
1 parent 1c420b0 commit 5d0525d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ext/TensorKitAMDGPUExt/roctensormap.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ for (fname, felt) in ((:zeros, :zero), (:ones, :one))
4040
end
4141
end
4242

43-
for randfun in (:curand, :curandn)
43+
for randfun in (:rocrand, :rocrandn)
4444
randfun! = Symbol(randfun, :!)
4545
@eval begin
4646
# converting `codomain` and `domain` into `HomSpace`

0 commit comments

Comments
 (0)