"git@developer.sourcefind.cn:SIYIXNI/vllm.git" did not exist on "3363c27d1954fd63741020dbf5e48bc9b9735cd7"
Commit 33c770bd authored by Jing Zhang's avatar Jing Zhang
Browse files

clean

parent 28c3ce6a
......@@ -23,6 +23,7 @@ struct PassThroughPack2
__host__ __device__ constexpr void operator()(ck::f8x2_t& y, const ck::half2_t& x) const
{
// fake conversion
uint16_t t = ck::bit_cast<uint32_t>(x);
y = ck::bit_cast<ck::f8x2_t>(t);
}
......
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