SYCLomatic
SYCLomatic copied to clipboard
[SYCLomatic] Use oneDPL provided sort_by_key
oneDPL has added a sort_by_key API, so its best to use that when we can. This enables optimizations like radix sort for key types which allow it.
It seems there is an issue with same mangled name for a kernel. I will see if it is something with the test, or with oneDPL...