From ee835f6b6982c8fc9ac585c0a13425f9a35fe72a Mon Sep 17 00:00:00 2001 From: Rostyslav Geyyer <46627076+geyyer@users.noreply.github.com> Date: Mon, 6 Mar 2023 15:11:58 -0600 Subject: [PATCH] Add descriptions to avoid build issues (#619) Co-authored-by: Rosty Geyyer [ROCm/composable_kernel commit: 1e59eb3be5a970ad3996d52984919a9edd7ce58f] --- .../tensor_operation/gpu/block/blockwise_softmax.hpp | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/ck/tensor_operation/gpu/block/blockwise_softmax.hpp b/include/ck/tensor_operation/gpu/block/blockwise_softmax.hpp index d9f3bc7b43..7e62a822a8 100644 --- a/include/ck/tensor_operation/gpu/block/blockwise_softmax.hpp +++ b/include/ck/tensor_operation/gpu/block/blockwise_softmax.hpp @@ -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