You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there anything blocking an implementation of rand(rng, n)?
Not really, just somebody improving the current implementation. A literal port of the CUDA.jl RNG is going to be tricky though, as it contains a lot of low-level hackery.
maleadt
changed the title
missing support for rand(rng, n)
Add support for rand(rng, n)
Jan 6, 2025
Currently we have the following error (show for CUDA but the same happens with Metal).
Is there anything blocking an implementation of
rand(rng, n)
? Notice that the following works fine instead:The text was updated successfully, but these errors were encountered: