Skip to content

Commit 8507c61

Browse files
Katharine HyattKatharine Hyatt
authored andcommitted
Typo fix
1 parent c86b0ce commit 8507c61

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
@@ -86,7 +86,7 @@ for randfun in (:rocrand, :rocrandn)
8686
end
8787

8888
function $randfun!(rng::Random.AbstractRNG, t::ROCTensorMap)
89-
$randfun!(rng, b.data)
89+
$randfun!(rng, t.data)
9090
return t
9191
end
9292
end

0 commit comments

Comments
 (0)