Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
composable_kernel
Commits
1e59eb3b
Unverified
Commit
1e59eb3b
authored
Mar 06, 2023
by
Rostyslav Geyyer
Committed by
GitHub
Mar 06, 2023
Browse files
Add descriptions to avoid build issues (#619)
Co-authored-by:
Rosty Geyyer
<
rosty.geyyer@amd.com
>
parent
e4bf6d42
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
include/ck/tensor_operation/gpu/block/blockwise_softmax.hpp
include/ck/tensor_operation/gpu/block/blockwise_softmax.hpp
+6
-6
No files found.
include/ck/tensor_operation/gpu/block/blockwise_softmax.hpp
View file @
1e59eb3b
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment