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
9e03ca59
Commit
9e03ca59
authored
Jun 23, 2022
by
ltqin
Browse files
remove s_nop
parent
04fc8b61
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_skip_b_lds_v1.hpp
...operation/gpu/grid/gridwise_gemm_xdlops_skip_b_lds_v1.hpp
+4
-4
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdlops_skip_b_lds_v1.hpp
View file @
9e03ca59
...
@@ -587,7 +587,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdlops_skip_b_lds_v1
...
@@ -587,7 +587,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdlops_skip_b_lds_v1
read_a_lds_data
();
read_a_lds_data
();
read_b_last_half_data
();
read_b_last_half_data
();
s_nop
();
//
s_nop();
static_for
<
0
,
BaseMultK0
/
2
,
1
>
{}([
&
](
auto
ii
)
{
static_for
<
0
,
BaseMultK0
/
2
,
1
>
{}([
&
](
auto
ii
)
{
blockwise_gemm
.
Run
(
a_thread_buf
(
Number
<
ii
>
{}),
blockwise_gemm
.
Run
(
a_thread_buf
(
Number
<
ii
>
{}),
...
@@ -598,7 +598,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdlops_skip_b_lds_v1
...
@@ -598,7 +598,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdlops_skip_b_lds_v1
read_a_lds_data
();
read_a_lds_data
();
read_b_first_half_data
();
read_b_first_half_data
();
s_nop
();
//
s_nop();
static_for
<
BaseMultK0
/
2
,
BaseMultK0
,
1
>
{}([
&
](
auto
ii
)
{
static_for
<
BaseMultK0
/
2
,
BaseMultK0
,
1
>
{}([
&
](
auto
ii
)
{
blockwise_gemm
.
Run
(
a_thread_buf
(
Number
<
ii
-
BaseMultK0
/
2
>
{}),
blockwise_gemm
.
Run
(
a_thread_buf
(
Number
<
ii
-
BaseMultK0
/
2
>
{}),
...
@@ -626,7 +626,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdlops_skip_b_lds_v1
...
@@ -626,7 +626,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdlops_skip_b_lds_v1
read_a_lds_data
();
read_a_lds_data
();
read_b_last_half_data
();
read_b_last_half_data
();
s_nop
();
//
s_nop();
static_for
<
0
,
BaseMultK0
/
2
,
1
>
{}([
&
](
auto
ii
)
{
static_for
<
0
,
BaseMultK0
/
2
,
1
>
{}([
&
](
auto
ii
)
{
blockwise_gemm
.
Run
(
blockwise_gemm
.
Run
(
...
@@ -640,7 +640,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdlops_skip_b_lds_v1
...
@@ -640,7 +640,7 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdlops_skip_b_lds_v1
read_b_first_half_data
();
read_b_first_half_data
();
}
}
s_nop
();
//
s_nop();
static_for
<
BaseMultK0
/
2
,
BaseMultK0
,
1
>
{}([
&
](
auto
ii
)
{
static_for
<
BaseMultK0
/
2
,
BaseMultK0
,
1
>
{}([
&
](
auto
ii
)
{
blockwise_gemm
.
Run
(
a_thread_buf
(
Number
<
ii
-
BaseMultK0
/
2
>
{}),
blockwise_gemm
.
Run
(
a_thread_buf
(
Number
<
ii
-
BaseMultK0
/
2
>
{}),
...
...
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