Does Metal have functionality similar to CUDA's thrust::sort or is one expected to write their own sort function?
2
votes
1 Answers
0
votes
Apple's Accelerate framework has useful vector operations in the vDSP package. Sorting, specifically, can be found here.
https://developer.apple.com/documentation/accelerate/vdsp/reversing_and_sorting_functions