occa icon indicating copy to clipboard operation
occa copied to clipboard

Add occa::array methods: sort and prefixSum

Open dmed256 opened this issue 5 years ago • 0 comments

Implement an initial array.sort() method based on the backend:

  • CPU: std::sort
  • GPU: bitonic sort

Eventually would be nice to have more performant kernels based on the type (e.g. Use OpenMP threads / radix sort)

dmed256 avatar Jan 19 '21 00:01 dmed256