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

Remove `views::slice` and `index<...>` tuple. #1716

Closed BenBrock closed 1 month ago

BenBrock commented 1 month 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.