oneapi-src / oneDPL

oneAPI DPC++ Library (oneDPL) https://software.intel.com/content/www/us/en/develop/tools/oneapi/components/dpc-library.html
Apache License 2.0
720 stars 114 forks source link

Implement TODO: move the loop into peer algorithms #1724

Closed dmitriy-sobolev closed 1 month ago

dmitriy-sobolev commented 1 month ago

This essentially implements this TODO:

// TODO: move the whole loop to be a part of peer algorithms

This will allow adding one more peer algorithm which iterates over radix bits rather than radix states; or it will be easier to experiment at least.