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_ROCM
Commits
730ec369
Commit
730ec369
authored
Feb 13, 2025
by
ozturkosu
Browse files
update
parent
86d8c257
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletion
+9
-1
include/ck/tensor_operation/gpu/grid/block_to_ctile_map.hpp
include/ck/tensor_operation/gpu/grid/block_to_ctile_map.hpp
+9
-1
No files found.
include/ck/tensor_operation/gpu/grid/block_to_ctile_map.hpp
View file @
730ec369
...
@@ -1412,10 +1412,18 @@ struct BlockToCTileMap_GemmStreamK
...
@@ -1412,10 +1412,18 @@ struct BlockToCTileMap_GemmStreamK
}
}
};
};
// template <uint32_t MPerBlock_,
// uint32_t NPerBlock_,
// uint32_t KPerBlock_,
// StreamKReductionStrategy ReductionStrategy_ = StreamKReductionStrategy::Atomic,
// uint32_t TileSwizzleSubM_ = 8,
// index_t GroupNum = 8,
// index_t M01_ = 4>
template
<
uint32_t
MPerBlock_
,
template
<
uint32_t
MPerBlock_
,
uint32_t
NPerBlock_
,
uint32_t
NPerBlock_
,
uint32_t
KPerBlock_
,
uint32_t
KPerBlock_
,
StreamKReductionStrategy
ReductionStrategy_
=
StreamKReductionStrategy
::
Atomic
,
StreamKReductionStrategy
ReductionStrategy_
=
StreamKReductionStrategy
::
Reduction
,
uint32_t
TileSwizzleSubM_
=
8
,
uint32_t
TileSwizzleSubM_
=
8
,
index_t
GroupNum
=
8
,
index_t
GroupNum
=
8
,
index_t
M01_
=
4
>
index_t
M01_
=
4
>
...
...
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