From 87f3cd1ddd271a4945daa130fbb86fe667296840 Mon Sep 17 00:00:00 2001 From: Po Yen Chen Date: Mon, 8 Apr 2024 12:35:14 +0000 Subject: [PATCH] Use CK_TILE_FLOAT_TO_FP8_STANDARD as default fp8 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 7b7dc880fe..d915df6e4c 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_STOCHASTIC +#define CK_TILE_FLOAT_TO_FP8_DEFAULT CK_TILE_FLOAT_TO_FP8_STANDARD #endif // in the old rocm period, we have to use tuple array implementation to implement this