Skip to content

Commit

Permalink
remove unnecessary changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Jan 15, 2025
1 parent 45cc295 commit 1d427ec
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 104 deletions.
79 changes: 0 additions & 79 deletions fft/src/KokkosFFT_Core.cpp

This file was deleted.

17 changes: 0 additions & 17 deletions fft/src/KokkosFFT_Core.hpp

This file was deleted.

2 changes: 0 additions & 2 deletions fft/src/KokkosFFT_Cuda_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ template <typename ExecutionSpace>
auto direction_type(Direction direction) {
return direction == Direction::forward ? CUFFT_FORWARD : CUFFT_INVERSE;
}

#endif

} // namespace Impl
} // namespace KokkosFFT

Expand Down
2 changes: 0 additions & 2 deletions fft/src/KokkosFFT_HIP_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,9 +238,7 @@ template <typename ExecutionSpace>
auto direction_type(Direction direction) {
return direction == Direction::forward ? HIPFFT_FORWARD : HIPFFT_BACKWARD;
}

#endif

} // namespace Impl
} // namespace KokkosFFT

Expand Down
2 changes: 0 additions & 2 deletions fft/src/KokkosFFT_ROCM_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -363,9 +363,7 @@ template <typename ExecutionSpace>
auto direction_type(Direction direction) {
return direction == Direction::forward ? ROCFFT_FORWARD : ROCFFT_BACKWARD;
}

#endif

} // namespace Impl
} // namespace KokkosFFT

Expand Down
2 changes: 0 additions & 2 deletions fft/src/KokkosFFT_SYCL_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -225,9 +225,7 @@ template <typename ExecutionSpace>
auto direction_type(Direction direction) {
return direction == Direction::forward ? MKL_FFT_FORWARD : MKL_FFT_BACKWARD;
}

#endif

} // namespace Impl
} // namespace KokkosFFT

Expand Down

0 comments on commit 1d427ec

Please sign in to comment.