From 651ce5c272e88cf83443a5072be77f47d1ad7771 Mon Sep 17 00:00:00 2001 From: zjing14 Date: Sun, 16 Jun 2024 20:33:47 -0500 Subject: [PATCH] disabled lds direct load inline asm (#1331) [ROCm/composable_kernel commit: e02103168a21280d51faf9c5c4981d804e170c44] --- include/ck/ck.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ck/ck.hpp b/include/ck/ck.hpp index 55f5620616..32eea551f5 100644 --- a/include/ck/ck.hpp +++ b/include/ck/ck.hpp @@ -155,7 +155,7 @@ CK_DECLARE_ENV_VAR_BOOL(CK_LOGGING) #define CK_USE_AMD_V_DOT_DPP8_INLINE_ASM 1 // LDS direct loads using inline assembly -#define CK_USE_AMD_LDS_DIRECT_LOAD_INLINE_ASM 1 +#define CK_USE_AMD_LDS_DIRECT_LOAD_INLINE_ASM 0 // set stochastic rounding as default for f8 conversions #define CK_USE_SR_F8_CONVERSION 1