"aten/git@developer.sourcefind.cn:OpenDAS/torch-cluster.git" did not exist on "a7c265bf7560acc1a4cb85e1ffbc418a3bcaf710"
Commit 33c770bd authored by Jing Zhang's avatar Jing Zhang
Browse files

clean

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