diff --git a/include/ck_tile/ops/flatmm/pipeline/mixed_prec_flatmm_pipeline_agmem_bgmem_creg_v1.hpp b/include/ck_tile/ops/flatmm/pipeline/mixed_prec_flatmm_pipeline_agmem_bgmem_creg_v1.hpp index 9925cc0691..25f0de72be 100644 --- a/include/ck_tile/ops/flatmm/pipeline/mixed_prec_flatmm_pipeline_agmem_bgmem_creg_v1.hpp +++ b/include/ck_tile/ops/flatmm/pipeline/mixed_prec_flatmm_pipeline_agmem_bgmem_creg_v1.hpp @@ -288,7 +288,7 @@ struct F16xMXF4FlatmmPipelineAGmemBGmemCRegV1 uint32_t uscale = uint32_t(scale.data) << float_mantissa; */ - float scale_f32 = type_cast(scale.data); + float scale_f32 = type_convert(scale.data); using ComputeV2Type = std::conditional_t, fp16x2_t, bf16x2_t>;