Skip to content
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions libs/full/include/include/hpx/include/parallel_copy.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@
#pragma once

#include <hpx/modules/algorithms.hpp>
#include <hpx/parallel/segmented_algorithms/copy.hpp>
1 change: 1 addition & 0 deletions libs/full/segmented_algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set(segmented_algorithms_headers
hpx/parallel/segmented_algorithms/adjacent_difference.hpp
hpx/parallel/segmented_algorithms/adjacent_find.hpp
hpx/parallel/segmented_algorithms/all_any_none.hpp
hpx/parallel/segmented_algorithms/copy.hpp
hpx/parallel/segmented_algorithms/count.hpp
hpx/parallel/segmented_algorithms/detail/dispatch.hpp
hpx/parallel/segmented_algorithms/detail/reduce.hpp
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include <hpx/parallel/segmented_algorithms/adjacent_difference.hpp>
#include <hpx/parallel/segmented_algorithms/adjacent_find.hpp>
#include <hpx/parallel/segmented_algorithms/all_any_none.hpp>
#include <hpx/parallel/segmented_algorithms/copy.hpp>
#include <hpx/parallel/segmented_algorithms/count.hpp>
Comment thread
arpittkhandelwal marked this conversation as resolved.
#include <hpx/parallel/segmented_algorithms/exclusive_scan.hpp>
#include <hpx/parallel/segmented_algorithms/fill.hpp>
Expand Down
Loading
Loading