From 1cacb713c5dcee53d85a530dcbd8f370fb8f36d3 Mon Sep 17 00:00:00 2001 From: "Po-Yen, Chen" Date: Sat, 23 Mar 2024 22:51:18 -0400 Subject: [PATCH] Default use CK_TILE_FLOAT_TO_FP8_STOCHASTIC rounding mode --- include/ck_tile/core/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck_tile/core/config.hpp b/include/ck_tile/core/config.hpp index d915df6e4c..7b7dc880fe 100644 --- a/include/ck_tile/core/config.hpp +++ b/include/ck_tile/core/config.hpp @@ -36,7 +36,7 @@ #define CK_TILE_FLOAT_TO_FP8_STOCHASTIC 1 #ifndef CK_TILE_FLOAT_TO_FP8_DEFAULT -#define CK_TILE_FLOAT_TO_FP8_DEFAULT CK_TILE_FLOAT_TO_FP8_STANDARD +#define CK_TILE_FLOAT_TO_FP8_DEFAULT CK_TILE_FLOAT_TO_FP8_STOCHASTIC #endif // in the old rocm period, we have to use tuple array implementation to implement this