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
77bdb740
Commit
77bdb740
authored
Oct 29, 2023
by
Jing Zhang
Browse files
clean
parent
092f54b4
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
17 deletions
+17
-17
include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_multi_abd_xdl_fixed_nk.hpp
...evice/impl/device_grouped_gemm_multi_abd_xdl_fixed_nk.hpp
+1
-1
include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_abd_xdl_cshuffle.hpp
...tion/gpu/grid/gridwise_gemm_multiple_abd_xdl_cshuffle.hpp
+16
-16
No files found.
include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_multi_abd_xdl_fixed_nk.hpp
View file @
77bdb740
...
...
@@ -123,7 +123,7 @@ __global__ void
ignore
=
barrier_count_finished
;
GridwiseGemm
::
template
Run
2
<
HasMainKBlockLoop
,
GemmSpec
,
AsLayout
,
BsLayout
,
DsLayout
,
ELayout
>(
template
Run
<
HasMainKBlockLoop
,
GemmSpec
,
AsLayout
,
BsLayout
,
DsLayout
,
ELayout
>(
p_as_grid_
,
p_bs_grid_
,
p_ds_grid_
,
...
...
include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_abd_xdl_cshuffle.hpp
View file @
77bdb740
...
...
@@ -956,7 +956,7 @@ struct GridwiseGemmMultipleABD_xdl_cshuffle
typename
DsLayout
,
typename
ELayout
,
typename
Block2ETileMap
>
__device__
static
void
Run
2
(
AsGridPointer
p_as_grid
,
__device__
static
void
Run
(
AsGridPointer
p_as_grid
,
BsGridPointer
p_bs_grid
,
DsGridPointer
p_ds_grid
,
void
*
__restrict__
p_e_grid_
,
...
...
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