From f863920fe826c10795b34b9b56075e34bebfe471 Mon Sep 17 00:00:00 2001 From: Yuuichi Asahi Date: Fri, 1 Nov 2024 21:19:37 +0900 Subject: [PATCH] remove unnecessary comments --- common/src/KokkosFFT_Extents.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/common/src/KokkosFFT_Extents.hpp b/common/src/KokkosFFT_Extents.hpp index e094dcf4..95a4dc34 100644 --- a/common/src/KokkosFFT_Extents.hpp +++ b/common/src/KokkosFFT_Extents.hpp @@ -16,9 +16,6 @@ namespace KokkosFFT { namespace Impl { -/* Input and output extents exposed to the fft library - i.e extents are converted into Layout Right -*/ /// \brief Compute input, output and fft extents required for FFT /// libraries based on the input view, output view, axes and shape. /// Extents are converted into Layout Right