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
b5bae9d6
"benchmarks/git@developer.sourcefind.cn:norm/vllm.git" did not exist on "e0c6f556e85053059c74ab6b5cee396baf3b4316"
Commit
b5bae9d6
authored
Nov 30, 2022
by
letaoqin
Browse files
format
parent
7b91495a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
example/09_convnd_fwd/convnd_fwd_dl_common.hpp
example/09_convnd_fwd/convnd_fwd_dl_common.hpp
+3
-1
No files found.
example/09_convnd_fwd/convnd_fwd_dl_common.hpp
View file @
b5bae9d6
...
@@ -140,7 +140,9 @@ bool run_grouped_conv_fwd_dl(bool do_verification,
...
@@ -140,7 +140,9 @@ bool run_grouped_conv_fwd_dl(bool do_verification,
if
(
!
conv
.
IsSupportedArgument
(
argument
))
if
(
!
conv
.
IsSupportedArgument
(
argument
))
{
{
std
::
cout
<<
"wrong! device_conv with the specified compilation parameters does not support this Conv problem"
<<
std
::
endl
;
std
::
cout
<<
"wrong! device_conv with the specified compilation parameters does not "
"support this Conv problem"
<<
std
::
endl
;
return
true
;
return
true
;
}
}
...
...
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