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
fa21bcde
"vscode:/vscode.git/clone" did not exist on "45171174b872c189ad4eec92ddaad69a6c06fd0f"
Commit
fa21bcde
authored
Sep 06, 2022
by
Po-Yen, Chen
Browse files
Use more reasonable return value for Invoker::Run()
parent
5b63400a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/tensor_operation/gpu/device/device_permute.hpp
include/ck/tensor_operation/gpu/device/device_permute.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/device/device_permute.hpp
View file @
fa21bcde
...
...
@@ -60,7 +60,7 @@ struct InvokerBase : BaseInvoker
const
auto
*
argument
=
dynamic_cast
<
const
Argument
*>
(
arg
);
if
(
!
argument
)
{
return
false
;
return
0.
f
;
}
return
Derived
::
Run
(
*
argument
,
stream_config
);
...
...
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