We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86b0ce commit 8507c61Copy full SHA for 8507c61
1 file changed
ext/TensorKitAMDGPUExt/roctensormap.jl
@@ -86,7 +86,7 @@ for randfun in (:rocrand, :rocrandn)
86
end
87
88
function $randfun!(rng::Random.AbstractRNG, t::ROCTensorMap)
89
- $randfun!(rng, b.data)
+ $randfun!(rng, t.data)
90
return t
91
92
0 commit comments