Is any implementation of sortperm running on multiple threads available?

As it says: Even experimental code would help. Thanks!

Edit: Found this great piece of code: Parallel quicksort openmp - #18 by pitsianis I sort of remembered having seen it, but could not find it again.

1 Like

Since this post (well over a year old), have any packages implemented a multithreaded sortperm?

AcceleratedKernels.jl has such an implementation.

1 Like

Thank you!