How gpuArray.randperm is implemented

I looked in to the docs but it doesn't have any reference to the algorithm.
Thank you.

 采纳的回答

randperm calls
[~,p] = sort(rand(1,N))
but obviously does everything on the GPU.

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Share and Distribute Software 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by