Skip to content

Commit 3ecbfb4

Browse files
author
Yuuichi Asahi
committed
remove unused lines
1 parent fbb74ae commit 3ecbfb4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

common/unit_test/Test_Transpose.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ void make_transposed(const ViewType1& x, const ViewType2& xT,
6060
static_assert(ViewType1::rank() == DIM && ViewType2::rank() == DIM,
6161
"make_transposed: Rank of Views must be equal to Rank of "
6262
"transpose axes.");
63-
64-
// if (!KokkosFFT::Impl::is_transpose_needed(map)) {
65-
// Kokkos::deep_copy(xT, x);
66-
// return;
67-
// }
6863
auto h_x = Kokkos::create_mirror_view_and_copy(Kokkos::HostSpace{}, x);
6964
auto h_xT = Kokkos::create_mirror_view(xT);
7065

0 commit comments

Comments
 (0)