oneDPL
oneDPL copied to clipboard
Out of Place Esimd Radix Sort and Tests
- Adding out of place support to ESIMD radix sort [by key] (high level refactoring).
- Adding tests to test out of place sort [by key].
- Removing some unnecessary extra kernel names (Odd vs Even should be the same kernel, just with different runtime params)
TODO:
- Fix API (just adding
_out_of_placeis not ideal) - Add to documentation to reflect additional functionality