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 6, 2024
1 parent e5e5abd commit 042e6da
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 4 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,9 +25,9 @@
#include "ddc/uniform_point_sampling.hpp"

// Algorithms
#include "ddc/deepcopy.hpp"
#include "ddc/for_each.hpp"
#include "ddc/mirror.hpp"
#include "ddc/parallel_deepcopy.hpp"
#include "ddc/parallel_fill.hpp"
#include "ddc/parallel_for_each.hpp"
#include "ddc/reducer.hpp"
Expand Down
1 change: 0 additions & 1 deletion include/ddc/kernels/splines/spline_builder.hpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#pragma once
#include "ddc/chunk_span.hpp"
#include "ddc/deepcopy.hpp"
#include "ddc/discrete_domain.hpp"
#include "ddc/kokkos_allocator.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 042e6da

Please sign in to comment.