"cacheflow/git@developer.sourcefind.cn:SIYIXNI/vllm.git" did not exist on "057daef778ec4e951841f44afda1cd0b1eb50ee4"
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> ...@@ -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());
} }
......
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