mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-06-06 15:54:31 +00:00
Update conversion
This commit is contained in:
@@ -401,7 +401,8 @@ inline __host__ __device__ float32_t scaled_type_convert<float32_t, f4x32_t>(e8m
|
||||
{
|
||||
f4x32_t f4x32_array;
|
||||
f4x2_t fp4x2[16];
|
||||
} value{x};
|
||||
} value{};
|
||||
value.f4x32_array = x;
|
||||
union
|
||||
{
|
||||
uint32_t bitwise;
|
||||
|
||||
Reference in New Issue
Block a user