Commit a99df863 authored by Po-Yen, Chen's avatar Po-Yen, Chen
Browse files

Add missing __device__ specifier

parent 89f46609
......@@ -59,7 +59,7 @@ struct get_carrier<3>
}
// 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());
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment