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
f00229b2
Commit
f00229b2
authored
May 10, 2023
by
Po-Yen, Chen
Browse files
Fix formatting error
parent
5757f2e8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v1.hpp
...nsor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v1.hpp
+9
-4
No files found.
include/ck/tensor_operation/gpu/grid/gridwise_gemm_xdl_cshuffle_v1.hpp
View file @
f00229b2
...
@@ -827,7 +827,9 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdl_cshuffle_v1
...
@@ -827,7 +827,9 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdl_cshuffle_v1
b_block_slice_copy_step
,
b_block_slice_copy_step
,
blockwise_gemm
,
blockwise_gemm
,
c_thread_buf
,
c_thread_buf
,
num_k_block_main_loop
,
loop_start
,
loop_end
);
num_k_block_main_loop
,
loop_start
,
loop_end
);
// shuffle C and write out
// shuffle C and write out
{
{
...
@@ -1030,9 +1032,12 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdl_cshuffle_v1
...
@@ -1030,9 +1032,12 @@ struct GridwiseGemm_k0mk1_k0nk1_mn_xdl_cshuffle_v1
asm
volatile
(
"; [POYENC] kernel end"
::
);
asm
volatile
(
"; [POYENC] kernel end"
::
);
__builtin_amdgcn_sched_barrier
(
0
);
__builtin_amdgcn_sched_barrier
(
0
);
if
(
blockIdx
.
x
==
0
&&
threadIdx
.
x
==
0
)
{
if
(
blockIdx
.
x
==
0
&&
threadIdx
.
x
==
0
)
printf
(
"[POYENC] prolog: %ld, hot-loop: %ld, epilog: %ld
\n
"
,
{
loop_start
-
kernel_start
,
loop_end
-
loop_start
,
kernel_end
-
loop_end
);
printf
(
"[POYENC] prolog: %ld, hot-loop: %ld, epilog: %ld
\n
"
,
loop_start
-
kernel_start
,
loop_end
-
loop_start
,
kernel_end
-
loop_end
);
}
}
}
}
}
}
...
...
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