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
340cb150
"tests/pipelines/vscode:/vscode.git/clone" did not exist on "d114d80fd2b5a1b7c5f3d2ec67b92a442d8f18f9"
Commit
340cb150
authored
Feb 16, 2023
by
Rosty Geyyer
Browse files
Added comments on Dl op split_k>1 support
parent
9cdaae76
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
example/20_grouped_conv_bwd_weight/run_grouped_conv_bwd_weight_example.inc
...d_conv_bwd_weight/run_grouped_conv_bwd_weight_example.inc
+2
-0
No files found.
example/20_grouped_conv_bwd_weight/run_grouped_conv_bwd_weight_example.inc
View file @
340cb150
...
@@ -16,6 +16,8 @@ bool run_grouped_conv_bwd_weight(const ExecutionConfig& config,
...
@@ -16,6 +16,8 @@ bool run_grouped_conv_bwd_weight(const ExecutionConfig& config,
{
{
ck
::
index_t
split_k
;
ck
::
index_t
split_k
;
// Set split_k = 2 for xdl op, split_k = 1 for dl
// Set split_k = 2 for xdl op, split_k = 1 for dl
// Dl op doesn't support split_k > 1
// TODO: Add Dl op split_k > 1 support
if
(
!
(
ck
::
get_device_name
()
==
"gfx906"
||
ck
::
get_device_name
()
==
"gfx1030"
))
if
(
!
(
ck
::
get_device_name
()
==
"gfx906"
||
ck
::
get_device_name
()
==
"gfx1030"
))
{
{
split_k
=
2
;
split_k
=
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