I noticed that partialsort!
is not yet defined forCuArray
, I don’t need the n
largest in any particular order, either.
Thank you!
I noticed that partialsort!
is not yet defined forCuArray
, I don’t need the n
largest in any particular order, either.
Thank you!
Sorting is not implemented in CUDA.jl. See https://github.com/JuliaGPU/CUDA.jl/pull/431 for a WIP PR.