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
Summary: stable_sort.pass does not check stability when the algorithm is executed with device policies.
Stability, however, is checked in stable_sort_by_key.pass, which shares the same implementation, but it is an implementation details we should not rely on.
Summary:
stable_sort.pass
does not check stability when the algorithm is executed with device policies.Stability, however, is checked in
stable_sort_by_key.pass
, which shares the same implementation, but it is an implementation details we should not rely on.There is a TODO in the test:
oneDPL/test/parallel_api/algorithm/alg.sorting/alg.stable.sort/stable_sort.pass.cpp
Line 36 in f49feb4
The text was updated successfully, but these errors were encountered: