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

Performance improvements: insert `break` into `__early_exit_find_or` #1624

Closed SergeyKopienko closed 1 month ago

SergeyKopienko commented 1 month ago

In this error we fixing performance issue in the __early_exit_find_or::operator() :

This performance issue has been found during preparation of the PR https://github.com/oneapi-src/oneDPL/pull/1617