From 7b2e154c3cf97d73e184f93ca7ff88a2b256b008 Mon Sep 17 00:00:00 2001 From: yadaish Date: Mon, 24 Nov 2025 10:45:56 +0000 Subject: [PATCH] update --- include/ck_tile/core/numeric/pk_int4.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_tile/core/numeric/pk_int4.hpp b/include/ck_tile/core/numeric/pk_int4.hpp index aa67019ead..f0a681cb17 100644 --- a/include/ck_tile/core/numeric/pk_int4.hpp +++ b/include/ck_tile/core/numeric/pk_int4.hpp @@ -155,7 +155,7 @@ CK_TILE_HOST_DEVICE fp16x2_t pk_int4_t_to_halfx2_t(const pk_int4_t& x) CK_TILE_HOST_DEVICE fp16x2_t pk_int4_t_to_halfx2_t(const pk_int4_t& x, float scale) { - TODO(yadai): confirm quanzation algorithm + // TODO(yadai): confirm quanzation algorithm // auto float_vec2 = pk_int4_t_to_fp32x2_t(x); auto float_vec2 = pk_int4_t_to_fp32x2_t_signed_conversion(x); float_vec2.x = float_vec2.x * scale;