We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assert
assert call used in Kernel code: required to remove it :
drop_view_simple(_R __rng, _Size __size) : __r(__rng), __n(__size) { assert(__n >= 0 && __n <= __r.size()); }
Link to oneDPL source code:
oneDPL
oneDPL/include/oneapi/dpl/pstl/utils_ranges.h
Line 381 in 2e31d5c
The text was updated successfully, but these errors were encountered:
Is it in the tests or in the library itself?
Sorry, something went wrong.
It's in oneDPL library code.
No branches or pull requests
assert
call used in Kernel code: required to remove it :Link to
oneDPL
source code:oneDPL/include/oneapi/dpl/pstl/utils_ranges.h
Line 381 in 2e31d5c
The text was updated successfully, but these errors were encountered: