mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 19:09:59 +00:00
ck:tf32:complement CK_ENABLE_TF32 controls (#3426)
[ROCm/composable_kernel commit: ba897f8435]
This commit is contained in:
@@ -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@
|
||||
|
||||
Reference in New Issue
Block a user