mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
fix some syntax errors (#3658)
This commit is contained in:
@@ -1242,7 +1242,7 @@ inline __host__ __device__ float2_t type_convert<float2_t, pk_i4_t>(pk_i4_t x)
|
||||
|
||||
#ifdef CK_USE_PK4_LAYOUT_SHUFFLE
|
||||
float2_t res = {x_h, x_l};
|
||||
#elif
|
||||
#else
|
||||
float2_t res = {x_l, x_h};
|
||||
#endif
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user