From 02e3796ee13ab553aedb119fdf982a93a9caa169 Mon Sep 17 00:00:00 2001 From: Rostyslav Geyyer Date: Wed, 19 Mar 2025 20:19:46 +0000 Subject: [PATCH] Debug mfma arguments --- include/ck/utility/amd_xdlops.hpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/include/ck/utility/amd_xdlops.hpp b/include/ck/utility/amd_xdlops.hpp index d00c2ad554..1fbedde266 100644 --- a/include/ck/utility/amd_xdlops.hpp +++ b/include/ck/utility/amd_xdlops.hpp @@ -722,6 +722,11 @@ struct intrin_mfma_f32_16x16x128f8f6f4<16, 16> using arg_type = int32x8_t; + static_assert(0 == 0); + + printf("!!!!!!! %d %d %d %d ", arg_a[0], arg_a[1], arg_a[2], arg_a[3]); + printf("??????? %d %d %d %d ", arg_b[0], arg_b[1], arg_b[2], arg_b[3]); + reg_c.template AsType()(Number<0>{}) = __builtin_amdgcn_mfma_scale_f32_16x16x128_f8f6f4( arg_type{arg_a[0], arg_a[1], arg_a[2], arg_a[3], 0, 0, 0, 0},