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
In this case I get errors with f.(CuArray(ones(5)), Random.default_rng()) and f.(CuArray(ones(5)), (Random.default_rng(),)) on both Julia 1.10 and 1.11.
With CUDA v5.5.2 and Julia 1.10.3 this works:
However with Julia 1.11.0 it errors:
I know there are some complexities with broadcasting random numbers (#1480) but I wonder if this is an intended regression.
My
CUDA.versioninfo()
is:The text was updated successfully, but these errors were encountered: