From b2b6fa1aa969d65e74eaa34b172fa15b762a4618 Mon Sep 17 00:00:00 2001 From: yadaish Date: Mon, 1 Dec 2025 05:44:21 +0000 Subject: [PATCH] update --- .../pipeline/mixed_prec_flatmm_pipeline_agmem_bgmem_creg_v1.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>;