Skip to content

Commit

Permalink
Rename deepcopy files to parallel_deepcopy
Browse files Browse the repository at this point in the history
  • Loading branch information
tpadioleau committed Mar 5, 2024
1 parent 665fd3e commit e8b2ad9
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion include/ddc/chunk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@

#include "ddc/chunk_common.hpp"
#include "ddc/chunk_span.hpp"
#include "ddc/deepcopy.hpp"
#include "ddc/kokkos_allocator.hpp"
#include "ddc/parallel_deepcopy.hpp"

namespace ddc {

Expand Down
2 changes: 1 addition & 1 deletion include/ddc/ddc.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
#include "ddc/uniform_point_sampling.hpp"

// Algorithms
#include "ddc/deepcopy.hpp"
#include "ddc/fill.hpp"
#include "ddc/for_each.hpp"
#include "ddc/mirror.hpp"
#include "ddc/parallel_deepcopy.hpp"
#include "ddc/parallel_for_each.hpp"
#include "ddc/reducer.hpp"
#include "ddc/transform_reduce.hpp"
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ add_executable(ddc_tests
discrete_vector.cpp
discrete_space.cpp
parallel_for_each.cpp
deepcopy.cpp
parallel_deepcopy.cpp
)
target_compile_features(ddc_tests PUBLIC cxx_std_17)
target_link_libraries(ddc_tests
Expand Down
File renamed without changes.

0 comments on commit e8b2ad9

Please sign in to comment.