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
b250bbb8
Commit
b250bbb8
authored
May 04, 2023
by
Po-Yen, Chen
Browse files
Add comment to credit the implementation source
parent
5ca5ecfc
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v1.hpp
...nsor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v1.hpp
+1
-0
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v1.hpp
View file @
b250bbb8
...
...
@@ -143,6 +143,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdl_cshuffle_v1
#define INTEGER_DIVIDE_CEIL(x, y) (((x) + (y)-1) / (y))
__host__
__device__
static
auto
CalculateGridSize
(
index_t
M
,
index_t
N
)
{
// reference the implementation of class 'BlockToCTileMap_M00_N0_M01Adapt'
return
std
::
make_tuple
(
INTEGER_DIVIDE_CEIL
(
M
,
MPerBlock
)
*
INTEGER_DIVIDE_CEIL
(
N
,
NPerBlock
),
1
,
1
);
}
...
...
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