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
b637c77d
"test/vscode:/vscode.git/clone" did not exist on "570ff3ddbe52d6e1d5e89284d8f3456c0ba34c23"
Commit
b637c77d
authored
Dec 19, 2022
by
Anthony Chang
Browse files
format
parent
8dad40d0
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
42 additions
and
42 deletions
+42
-42
include/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops.hpp
...e/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops.hpp
+42
-42
No files found.
include/ck/tensor_operation/gpu/block/blockwise_gemm_xdlops.hpp
View file @
b637c77d
...
...
@@ -348,7 +348,7 @@ struct BlockwiseGemmXdlops_k0mk1_k0nk1_m0n0m1n1m2m3m4n2_v1
__host__
__device__
static
constexpr
auto
MakeCThreadIndexAdaptor8DTo2D
()
{
if
constexpr
(
TransposeC
)
if
constexpr
(
TransposeC
)
{
constexpr
auto
c_thread_desc
=
GetCThreadDescriptor_M0_N0_M1_N1_M2_N2_N3_N4
();
constexpr
auto
m0
=
c_thread_desc
.
GetLength
(
Number
<
0
>
{});
...
...
@@ -1002,7 +1002,7 @@ struct BlockwiseGemmXdlops_v2
__host__
__device__
static
constexpr
auto
MakeCThreadIndexAdaptor8DTo2D
()
{
if
constexpr
(
TransposeC
)
if
constexpr
(
TransposeC
)
{
constexpr
auto
c_thread_desc
=
GetCThreadDescriptor_M0_N0_M1_N1_M2_N2_N3_N4
();
constexpr
auto
m0
=
c_thread_desc
.
GetLength
(
Number
<
0
>
{});
...
...
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