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
6d55a91b
Commit
6d55a91b
authored
May 07, 2023
by
Po-Yen, Chen
Browse files
Fallback change on BaseArgument
parent
1dc80ab4
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_base.hpp
include/ck/tensor_operation/gpu/device/device_base.hpp
+1
-1
No files found.
include/ck/tensor_operation/gpu/device/device_base.hpp
View file @
6d55a91b
...
@@ -18,7 +18,7 @@ struct BaseArgument
...
@@ -18,7 +18,7 @@ struct BaseArgument
BaseArgument
(
const
BaseArgument
&
)
=
default
;
BaseArgument
(
const
BaseArgument
&
)
=
default
;
BaseArgument
&
operator
=
(
const
BaseArgument
&
)
=
default
;
BaseArgument
&
operator
=
(
const
BaseArgument
&
)
=
default
;
__host__
__device__
virtual
~
BaseArgument
()
{}
virtual
~
BaseArgument
()
{}
void
*
p_workspace_
=
nullptr
;
void
*
p_workspace_
=
nullptr
;
};
};
...
...
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