Skip to content

Commit

Permalink
remove unused types
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Nov 4, 2024
1 parent 36d153d commit 312a804
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions examples/08_inplace_FFT/08_inplace_FFT.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,6 @@ using execution_space = Kokkos::DefaultExecutionSpace;
template <typename T>
using RightView2D = Kokkos::View<T **, Kokkos::LayoutRight, execution_space>;

template <std::size_t DIM>
using axis_type = KokkosFFT::axis_type<DIM>;
template <std::size_t DIM>
using shape_type = KokkosFFT::shape_type<DIM>;

int main(int argc, char *argv[]) {
Kokkos::initialize(argc, argv);
{
Expand Down

0 comments on commit 312a804

Please sign in to comment.