Add descriptions to avoid build issues (#619)

Co-authored-by: Rosty Geyyer <rosty.geyyer@amd.com>
This commit is contained in:
Rostyslav Geyyer
2023-03-06 15:11:58 -06:00
committed by GitHub
parent e4bf6d422e
commit 1e59eb3be5

View File

@@ -15,12 +15,12 @@ namespace ck {
/**
* @brief Blockwise softmax
*
* @tparam BlockSize
* @tparam AccDataType
* @tparam ThreadMap_M_K
* @tparam ThreadClusterDesc_M_K
* @tparam ThreadSliceDesc_M_K
* @tparam IgnoreNaN
* @tparam BlockSize Block size
* @tparam AccDataType Accumulator data type
* @tparam ThreadMap_M_K Thread id to m_k
* @tparam ThreadClusterDesc_M_K Threadwise cluster descriptor
* @tparam ThreadSliceDesc_M_K Threadwise slices descriptor
* @tparam IgnoreNaN Flag to ignore NaN, false by default
*/
template <index_t BlockSize,
typename AccDataType,