Skip to content

Commit

Permalink
Use more sensible header macro name
Browse files Browse the repository at this point in the history
Signed-off-by: JackAKirk <[email protected]>
  • Loading branch information
JackAKirk committed Oct 11, 2024
1 parent 1df1cb1 commit 210dade
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/dft/backends/cufft/execute_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ inline CUstream setup_stream(const std::string &func, sycl::interop_handle ih, c

} // namespace oneapi::mkl::dft::cufft::detail

#endif
#endif // _ONEMKL_DFT_SRC_CUFFT_EXECUTE_HPP_
2 changes: 1 addition & 1 deletion src/dft/backends/rocfft/execute_helper.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ inline void execute_checked(const std::string &func, hipStream_t stream, const r

} // namespace oneapi::mkl::dft::rocfft::detail

#endif
#endif // _ONEMKL_DFT_SRC_ROCFFT_EXECUTE_HELPER_HPP_
6 changes: 3 additions & 3 deletions src/dft/execute_helper_generic.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@
* SPDX-License-Identifier: Apache-2.0
*******************************************************************************/

#ifndef _ONEMKL_DFT_SRC_CUFFT_EXECUTE_GENERIC_HPP_
#define _ONEMKL_DFT_SRC_CUFFT_EXECUTE_GENERIC_HPP_
#ifndef _ONEMKL_DFT_SRC_EXECUTE_GENERIC_HPP_
#define _ONEMKL_DFT_SRC_EXECUTE_GENERIC_HPP_

#if __has_include(<sycl/sycl.hpp>)
#include <sycl/sycl.hpp>
Expand Down Expand Up @@ -50,4 +50,4 @@ static inline void fft_enqueue_task(HandlerT&& cgh, FnT&& f) {

} // namespace oneapi::mkl::dft::detail

#endif
#endif // _ONEMKL_DFT_SRC_EXECUTE_GENERIC_HPP_

0 comments on commit 210dade

Please sign in to comment.