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
d88c2b2d
Commit
d88c2b2d
authored
Sep 17, 2021
by
Jing Zhang
Browse files
adjust
parent
3d34cf56
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
composable_kernel/include/tensor_operation/gridwise_gemm_dlops_v2.hpp
...ernel/include/tensor_operation/gridwise_gemm_dlops_v2.hpp
+2
-2
No files found.
composable_kernel/include/tensor_operation/gridwise_gemm_dlops_v2.hpp
View file @
d88c2b2d
...
...
@@ -357,12 +357,12 @@ struct GridwiseGemmDlops_km_kn_mn_v3
true
>
b_thread_even_buf
,
b_thread_odd_buf
;
const
auto
E0
=
b_e0_e1_n_ho_wo_e2_global_desc
.
GetLength
(
I0
);
constexpr
auto
HasMainE0BlockLoop
=
false
;
if
constexpr
(
HasMainE0BlockLoop
)
{
const
auto
E0
=
b_e0_e1_n_ho_wo_e2_global_desc
.
GetLength
(
I0
);
index_t
e0_block_data_begin
=
0
;
do
...
...
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