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
721 stars 113 forks source link

Remove slice #1715

Closed BenBrock closed 3 months ago

BenBrock commented 3 months ago

Remove index.hpp, which is only needed for matrix code currently not included. Remove slice, which was a non-standard range adaptor and the only place index was used in the oneDPL codebase.

BenBrock commented 3 months ago

Please ignore; meant to make this PR against distributed-ranges, and looks like I can't delete it, just close it.