We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 012c478 commit d6bff7cCopy full SHA for d6bff7c
src/portfft/common/workgroup.hpp
@@ -67,14 +67,10 @@ struct wg_factorization {
67
Idx factor_sg_m;
68
};
69
70
-/**
71
- *
72
- * Calculate a valid factorization for workgroup dfts, assuming there is sufficient local memory.
73
+/** Calculate a valid factorization for workgroup dfts, assuming there is sufficient local memory.
74
* @tparam Scalar scalar type of the transform data
75
* @param fft_size the number of elements in the transforms
76
* @param subgroup_size the size of subgroup used for the transform
77
78
* @return a factorization for workgroup dft or null if the size won't work with the implemenation of workgroup dfts.
79
*/
80
template <typename Scalar>
0 commit comments