Skip to content

Commit

Permalink
Update compat note
Browse files Browse the repository at this point in the history
  • Loading branch information
christiangnrd committed May 30, 2024
1 parent ae4da19 commit c992bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/usage/array.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ julia> a = Random.rand!(GPUArrays.default_rng(MtlArray), a)
```

!!! note
`MPSMatrixRandom` functionality requires Metal.jl > v1.1
`MPSMatrixRandom` functionality requires Metal.jl >= v1.2

!!! warning
`Random.rand!(::MPS.RNG, args...)` and `Random.randn!(::MPS.RNG, args...)` have a framework limitation that requires the byte offset and byte size of the destination array to be a multiple of 4.

0 comments on commit c992bac

Please sign in to comment.