- 
                Notifications
    
You must be signed in to change notification settings  - Fork 115
 
Open
Description
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/include/oneapi/dpl/pstl/utils_ranges.h
Line 381 in 2e31d5c
| drop_view_simple(_R __rng, _Size __size) : __r(__rng), __n(__size) { assert(__n >= 0 && __n <= __r.size()); } | 
Metadata
Metadata
Assignees
Labels
No labels