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
a99df863
Commit
a99df863
authored
Jun 07, 2023
by
Po-Yen, Chen
Browse files
Add missing __device__ specifier
parent
89f46609
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
include/ck/utility/amd_wave_read_first_lane.hpp
include/ck/utility/amd_wave_read_first_lane.hpp
+1
-1
No files found.
include/ck/utility/amd_wave_read_first_lane.hpp
View file @
a99df863
...
@@ -59,7 +59,7 @@ struct get_carrier<3>
...
@@ -59,7 +59,7 @@ struct get_carrier<3>
}
}
// method to trigger template substitution failure
// method to trigger template substitution failure
carrier
(
const
carrier
&
other
)
noexcept
__device__
carrier
(
const
carrier
&
other
)
noexcept
{
{
copy_n
(
other
.
bytes
.
begin
(),
bytes
.
size
(),
bytes
.
begin
());
copy_n
(
other
.
bytes
.
begin
(),
bytes
.
size
(),
bytes
.
begin
());
}
}
...
...
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