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
99c9d3b7
Unverified
Commit
99c9d3b7
authored
Dec 01, 2023
by
Chao Liu
Committed by
GitHub
Dec 01, 2023
Browse files
format (#45)
parent
e94e60e8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
include/ck/tile_program/block_tile/block_gemm_areg_bsmem_creg_problem.hpp
...program/block_tile/block_gemm_areg_bsmem_creg_problem.hpp
+0
-1
include/ck/tile_program/tile/static_distributed_tensor.hpp
include/ck/tile_program/tile/static_distributed_tensor.hpp
+1
-1
No files found.
include/ck/tile_program/block_tile/block_gemm_areg_bsmem_creg_problem.hpp
View file @
99c9d3b7
...
...
@@ -26,7 +26,6 @@ struct BlockGemmARegBSmemCRegProblem
static
constexpr
index_t
kBlockSize
=
kBlockSize_
;
};
}
// namespace block
}
// namespace tile_program
}
// namespace ck
include/ck/tile_program/tile/static_distributed_tensor.hpp
View file @
99c9d3b7
...
...
@@ -59,7 +59,7 @@ struct StaticDistributedTensor
template
<
index_t
...
YSliceOrigins
,
index_t
...
YSliceLengths
>
__host__
__device__
auto
GetYSlicedThreadData
(
Sequence
<
YSliceOrigins
...
>
,
Sequence
<
YSliceLengths
...
>
)
const
Sequence
<
YSliceLengths
...
>
)
const
{
static_assert
(
sizeof
...(
YSliceOrigins
)
==
StaticTileDistribution
::
NDimY
&&
sizeof
...(
YSliceLengths
)
==
StaticTileDistribution
::
NDimY
,
...
...
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