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
2efa20ad
Commit
2efa20ad
authored
Aug 31, 2023
by
Bartlomiej Wroblewski
Browse files
Review: Rename mfma_input_type to dpp_input_type
parent
4bb61e35
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
include/ck/tensor_operation/gpu/block/blockwise_gemm_dpp.hpp
include/ck/tensor_operation/gpu/block/blockwise_gemm_dpp.hpp
+3
-3
No files found.
include/ck/tensor_operation/gpu/block/blockwise_gemm_dpp.hpp
View file @
2efa20ad
...
@@ -279,13 +279,13 @@ struct BlockwiseGemmDpp_k0mk1_k0nk1_m0n0m1n1m2n2
...
@@ -279,13 +279,13 @@ struct BlockwiseGemmDpp_k0mk1_k0nk1_m0n0m1n1m2n2
[
Number
<
b_thread_desc_
.
CalculateOffset
(
make_tuple
(
0
,
0
,
0
,
k
+
i
))
>
{}];
[
Number
<
b_thread_desc_
.
CalculateOffset
(
make_tuple
(
0
,
0
,
0
,
k
+
i
))
>
{}];
});
});
using
mfma
_input_type
=
typename
vector_type
<
FloatAB
,
dpp_gemm
.
K1PerDpp
>::
type
;
using
dpp
_input_type
=
typename
vector_type
<
FloatAB
,
dpp_gemm
.
K1PerDpp
>::
type
;
constexpr
index_t
c_offset
=
constexpr
index_t
c_offset
=
c_thread_desc_
.
CalculateOffset
(
make_tuple
(
m0
,
n0
,
0
));
c_thread_desc_
.
CalculateOffset
(
make_tuple
(
m0
,
n0
,
0
));
dpp_gemm
.
template
Run
(
a_thread_vec
.
template
AsType
<
mfma
_input_type
>(),
dpp_gemm
.
template
Run
(
a_thread_vec
.
template
AsType
<
dpp
_input_type
>(),
b_thread_vec
.
template
AsType
<
mfma
_input_type
>(),
b_thread_vec
.
template
AsType
<
dpp
_input_type
>(),
c_thread_buf
.
GetVectorTypeReference
(
Number
<
c_offset
>{}));
c_thread_buf
.
GetVectorTypeReference
(
Number
<
c_offset
>{}));
});
});
});
});
...
...
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