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_ROCM
Commits
0285bf05
"example/vscode:/vscode.git/clone" did not exist on "ce526211233896f3a4fc3bf540c0d2ff5ca41da4"
Commit
0285bf05
authored
Jan 21, 2025
by
rtmadduri
Browse files
building locally
parent
f0d626c3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
13 deletions
+7
-13
include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_xdl_splitk_cshuffle.hpp
...u/device/impl/device_grouped_gemm_xdl_splitk_cshuffle.hpp
+6
-11
test/grouped_gemm/test_grouped_gemm_util.hpp
test/grouped_gemm/test_grouped_gemm_util.hpp
+1
-2
No files found.
include/ck/tensor_operation/gpu/device/impl/device_grouped_gemm_xdl_splitk_cshuffle.hpp
View file @
0285bf05
...
...
@@ -430,17 +430,12 @@ struct DeviceGroupedGemmXdlSplitKCShuffle : public DeviceGroupedGemmSplitK<ALayo
}
}
ave_time
=
launch_and_time_kernel
(
stream_config
,
kernel
,
dim3
(
arg
.
grid_size_
),
dim3
(
BlockSize
),
0
,
cast_pointer_to_constant_address_space
(
arg
.
p_workspace_
),
arg
.
gemm_kernel_args_
.
size
(),
PassThrough
{},
PassThrough
{},
PassThrough
{});
ave_time
=
launch_and_time_kernel
(
stream_config
,
kernel
,
dim3
(
arg
.
grid_size_
),
dim3
(
BlockSize
),
0
,
arg
.
gemm_kernel_args_
[
0
].
karg_
);
};
constexpr
index_t
minimum_occupancy
=
...
...
test/grouped_gemm/test_grouped_gemm_util.hpp
View file @
0285bf05
...
...
@@ -203,7 +203,6 @@ struct DeviceGroupedGemmSplitkInstanceWrapper
PassThrough
,
PassThrough
,
GemmSpec
,
1
,
128
,
128
,
128
,
...
...
@@ -230,7 +229,7 @@ struct DeviceGroupedGemmSplitkInstanceWrapper
BBlockLdsAddExtraM
::
value
,
1
,
1
,
S
<
16
,
1
,
8
>
,
S
<
1
,
16
,
1
,
8
>
,
CDEBlockTransferScalarPerVector_NPerBlock
>
;
bool
IsSupported
(
const
std
::
vector
<
int
>&
Ms
,
...
...
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