mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-14 02:02:46 +00:00
ck: add tf32 in DTYPES to control instances build(#3317)
[ROCm/composable_kernel commit: 8fec8054b2]
This commit is contained in:
@@ -55,6 +55,11 @@
|
||||
#ifndef CK_ENABLE_FP32
|
||||
#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
|
||||
@@ -85,6 +90,12 @@
|
||||
#cmakedefine CK_ENABLE_FP32 @CK_ENABLE_FP32@
|
||||
#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@
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user