mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-26 08:00:13 +00:00
adding fp16 direct that reads pre-vectorized data
[ROCm/composable_kernel commit: 79d9b1084b]
This commit is contained in:
@@ -47,3 +47,11 @@ struct static_const_reduce_n<1>
|
||||
return f(Number<0>{});
|
||||
}
|
||||
};
|
||||
|
||||
#if 0
|
||||
template<class F>
|
||||
__host__ __device__ constexpr auto unpacker(F f)
|
||||
{
|
||||
return [=](auto xs_array){ f(xs...); };
|
||||
}
|
||||
#endif
|
||||
Reference in New Issue
Block a user