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
Hide 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
...
@@ -123,7 +123,7 @@ __global__ void
ignore
=
barrier_count_finished
;
ignore
=
barrier_count_finished
;
GridwiseGemm
::
GridwiseGemm
::
template
Run
2
<
HasMainKBlockLoop
,
GemmSpec
,
AsLayout
,
BsLayout
,
DsLayout
,
ELayout
>(
template
Run
<
HasMainKBlockLoop
,
GemmSpec
,
AsLayout
,
BsLayout
,
DsLayout
,
ELayout
>(
p_as_grid_
,
p_as_grid_
,
p_bs_grid_
,
p_bs_grid_
,
p_ds_grid_
,
p_ds_grid_
,
...
...
include/ck/tensor_operation/gpu/grid/gridwise_gemm_multiple_abd_xdl_cshuffle.hpp
View file @
77bdb740
...
@@ -956,22 +956,22 @@ struct GridwiseGemmMultipleABD_xdl_cshuffle
...
@@ -956,22 +956,22 @@ struct GridwiseGemmMultipleABD_xdl_cshuffle
typename
DsLayout
,
typename
DsLayout
,
typename
ELayout
,
typename
ELayout
,
typename
Block2ETileMap
>
typename
Block2ETileMap
>
__device__
static
void
Run
2
(
AsGridPointer
p_as_grid
,
__device__
static
void
Run
(
AsGridPointer
p_as_grid
,
BsGridPointer
p_bs_grid
,
BsGridPointer
p_bs_grid
,
DsGridPointer
p_ds_grid
,
DsGridPointer
p_ds_grid
,
void
*
__restrict__
p_e_grid_
,
void
*
__restrict__
p_e_grid_
,
void
*
__restrict__
p_shared
,
void
*
__restrict__
p_shared
,
const
AElementwiseOperation
&
a_element_op
,
const
AElementwiseOperation
&
a_element_op
,
const
BElementwiseOperation
&
b_element_op
,
const
BElementwiseOperation
&
b_element_op
,
const
CDEElementwiseOperation
&
cde_element_op
,
const
CDEElementwiseOperation
&
cde_element_op
,
const
index_t
M
,
const
index_t
M
,
const
index_t
N
,
const
index_t
N
,
const
index_t
K
,
const
index_t
K
,
const
std
::
array
<
index_t
,
NumATensor
>
StrideAs
,
const
std
::
array
<
index_t
,
NumATensor
>
StrideAs
,
const
std
::
array
<
index_t
,
NumBTensor
>
StrideBs
,
const
std
::
array
<
index_t
,
NumBTensor
>
StrideBs
,
const
std
::
array
<
index_t
,
NumDTensor
>
StrideDs
,
const
std
::
array
<
index_t
,
NumDTensor
>
StrideDs
,
const
index_t
StrideE
,
const
index_t
StrideE
,
const
Block2ETileMap
&
block_2_etile_map
)
const
Block2ETileMap
&
block_2_etile_map
)
{
{
using
AsGridDesc_M_K
=
using
AsGridDesc_M_K
=
remove_cvref_t
<
decltype
(
MakeAsGridDescriptor_M_K
<
AsLayout
,
GemmSpec
>
({},
{},
{}))
>
;
remove_cvref_t
<
decltype
(
MakeAsGridDescriptor_M_K
<
AsLayout
,
GemmSpec
>
({},
{},
{}))
>
;
...
...
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