ck:tf32:complement CK_ENABLE_TF32 controls (#3426)

[ROCm/composable_kernel commit: ba897f8435]
This commit is contained in:
yinglu
2025-12-19 09:17:29 +08:00
committed by GitHub
parent 4b5c3e24ef
commit 9c8de3ca24
13 changed files with 665 additions and 645 deletions

View File

@@ -56,10 +56,8 @@
#define CK_ENABLE_FP32 "ON"
#endif
#ifndef CK_ENABLE_TF32
#if defined(__gfx942__) || defined(__gfx95__)
#define CK_ENABLE_TF32 "ON"
#endif
#endif
#ifndef CK_ENABLE_FP64
#define CK_ENABLE_FP64 "ON"
#endif
@@ -91,10 +89,8 @@
#endif
#ifndef CK_ENABLE_TF32
#if defined(__gfx942__) || defined(__gfx95__)
#cmakedefine CK_ENABLE_TF32 @CK_ENABLE_TF32@
#endif
#endif
#ifndef CK_ENABLE_FP64
#cmakedefine CK_ENABLE_FP64 @CK_ENABLE_FP64@