mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-05 22:22:27 +00:00
Add descriptions to avoid build issues (#619)
Co-authored-by: Rosty Geyyer <rosty.geyyer@amd.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user