-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
So this
rand
is basically an alternative to theGPUArrays.gpu_rand
?
This is rand
from Random
, made compatible by redefining default_rng
on the device and using our own RNG. So yes, this is definitely the path forward, but we'll obviously have to flesh out the implementation by making sure the necessary APIs are GPU compatible and either overriding more calls or extending the RNG.
Originally posted by @maleadt in JuliaGPU/CUDA.jl#772 (comment)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request