How gpuArray.randperm is implemented

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

 Risposta accettata

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

Più risposte (0)

Categorie

Scopri di più su Share and Distribute Software in Centro assistenza e File Exchange

Tag

Community Treasure Hunt

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

Start Hunting!

Translated by