"src/vscode:/vscode.git/clone" did not exist on "00899f191b1ffbe24bdaf982d8ebf6a4e29697c3"
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