Skip to content

Commit

Permalink
fix: rocm types
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuuichi Asahi committed Dec 18, 2024
1 parent 1d33d7a commit 34ed2b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fft/src/KokkosFFT_ROCM_types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ struct ScopedRocfftPlanDescription {
}

rocfft_plan_description &description() { return m_description; }
}
};

/// \brief A class that wraps rocfft for RAII
template <typename T>
Expand Down Expand Up @@ -101,7 +101,7 @@ struct ScopedRocfftPlan {
auto reversed_fft_extents =
convert_int_type_and_reverse<int, std::size_t>(fft_extents);

status = rocfft_plan_description_set_data_layout(
rocfft_status status = rocfft_plan_description_set_data_layout(
scoped_description.description(), // description handle
in_array_type, // input array type
out_array_type, // output array type
Expand Down

0 comments on commit 34ed2b3

Please sign in to comment.