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
Whilst these are not currently exposed in thrust itself, it might be opportune to seize the initiative, as many of the above are both useful and used. Thank you.
The text was updated successfully, but these errors were encountered:
The following algorithms appear to be missing, even though they are all part of the so called ParallelSTL set of standard algorithms:
adjacent_find
find_end
find_first_of
inplace_merge
is_heap
is_heap_until
lexicographical_compare
nth_element
partial_sort
partial_sort_copy
rotate
rotate_copy
search
search_n
shift_left
shift_right
uninitialized_default_construct
uninitialized_default_construct_n
uninitialized_move
uninitialized_move_n
uninitialized_value_construct
uninitialized_value_construct_n
Whilst these are not currently exposed in
thrust
itself, it might be opportune to seize the initiative, as many of the above are both useful and used. Thank you.The text was updated successfully, but these errors were encountered: