"conda/git@developer.sourcefind.cn:OpenDAS/torch-sparce.git" did not exist on "9a38487d90edc119633771c6253dc2f7110e22b6"
Unverified Commit 1e59eb3b authored by Rostyslav Geyyer's avatar Rostyslav Geyyer Committed by GitHub
Browse files

Add descriptions to avoid build issues (#619)


Co-authored-by: default avatarRosty Geyyer <rosty.geyyer@amd.com>
parent e4bf6d42
...@@ -15,12 +15,12 @@ namespace ck { ...@@ -15,12 +15,12 @@ namespace ck {
/** /**
* @brief Blockwise softmax * @brief Blockwise softmax
* *
* @tparam BlockSize * @tparam BlockSize Block size
* @tparam AccDataType * @tparam AccDataType Accumulator data type
* @tparam ThreadMap_M_K * @tparam ThreadMap_M_K Thread id to m_k
* @tparam ThreadClusterDesc_M_K * @tparam ThreadClusterDesc_M_K Threadwise cluster descriptor
* @tparam ThreadSliceDesc_M_K * @tparam ThreadSliceDesc_M_K Threadwise slices descriptor
* @tparam IgnoreNaN * @tparam IgnoreNaN Flag to ignore NaN, false by default
*/ */
template <index_t BlockSize, template <index_t BlockSize,
typename AccDataType, typename AccDataType,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment