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
457385b2
".github/vscode:/vscode.git/clone" did not exist on "c1edb03c372c12f92b1b5580b718e8cf2196016c"
Commit
457385b2
authored
Feb 06, 2023
by
Rosty Geyyer
Browse files
Update check if argument is supported
parent
a31c0d70
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
example/20_grouped_conv_bwd_weight/run_grouped_conv_bwd_weight_example.inc
...d_conv_bwd_weight/run_grouped_conv_bwd_weight_example.inc
+1
-1
No files found.
example/20_grouped_conv_bwd_weight/run_grouped_conv_bwd_weight_example.inc
View file @
457385b2
...
@@ -113,7 +113,7 @@ bool run_grouped_conv_bwd_weight(const ExecutionConfig& config,
...
@@ -113,7 +113,7 @@ bool run_grouped_conv_bwd_weight(const ExecutionConfig& config,
std
::
cerr
<<
"wrong! device_conv with the specified compilation parameters does "
std
::
cerr
<<
"wrong! device_conv with the specified compilation parameters does "
"not support this Conv problem"
"not support this Conv problem"
<<
std
::
endl
;
<<
std
::
endl
;
return
fals
e
;
return
tru
e
;
}
}
float
avg_time
=
invoker
.
Run
(
argument
,
StreamConfig
{
nullptr
,
config
.
time_kernel
});
float
avg_time
=
invoker
.
Run
(
argument
,
StreamConfig
{
nullptr
,
config
.
time_kernel
});
...
...
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