You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The tests for the by_segment and multi-value binary search algorithms need to be refactored to use the test framework used by the rest of the pstl algorithms. Specific issues to be addressed by this include
Updating USM tests to use std::vector<usm::alloc> instead of raw allocations.
Using invoke_on_all_hetero_policies and the approach from test1buffer, test2buffers, etc. as is done for other tests
The text was updated successfully, but these errors were encountered:
The tests for the by_segment and multi-value binary search algorithms need to be refactored to use the test framework used by the rest of the pstl algorithms. Specific issues to be addressed by this include
std::vector<usm::alloc>
instead of raw allocations.invoke_on_all_hetero_policies
and the approach fromtest1buffer
,test2buffers
, etc. as is done for other testsThe text was updated successfully, but these errors were encountered: