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
Currently, lists::drop_list_duplicates API is declared in a separate header. The API should belong to the stream_compaction family, so we can move the declaration into the lists/stream_compaction.hpp header.
The text was updated successfully, but these errors were encountered:
However, there is another approach for re-locating this API: Moving it into set_operations.hpp, because this is equivalent to array_distinct in other framework which stays together with other array_ ops.
Currently,
lists::drop_list_duplicates
API is declared in a separate header. The API should belong to thestream_compaction
family, so we can move the declaration into thelists/stream_compaction.hpp
header.The text was updated successfully, but these errors were encountered: