Skip to content

Commit d6bff7c

Browse files
FMarnohjabird
andauthored
Update factorize_for_wg description
Co-authored-by: HJA Bird <[email protected]>
1 parent 012c478 commit d6bff7c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/portfft/common/workgroup.hpp

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,10 @@ struct wg_factorization {
6767
Idx factor_sg_m;
6868
};
6969

70-
/**
71-
*
72-
* Calculate a valid factorization for workgroup dfts, assuming there is sufficient local memory.
73-
*
70+
/** Calculate a valid factorization for workgroup dfts, assuming there is sufficient local memory.
7471
* @tparam Scalar scalar type of the transform data
7572
* @param fft_size the number of elements in the transforms
7673
* @param subgroup_size the size of subgroup used for the transform
77-
*
7874
* @return a factorization for workgroup dft or null if the size won't work with the implemenation of workgroup dfts.
7975
*/
8076
template <typename Scalar>

0 commit comments

Comments
 (0)