mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 14:59:17 +00:00
Fix the DL kernel issues on Navi3x. (#998)
* apply the patch for dl kernels on gfx11 * build DL kernels on navi32 CI
This commit is contained in:
@@ -66,6 +66,10 @@
|
||||
#define CK_USE_AMD_V_FMAC_F32
|
||||
#define CK_USE_AMD_V_DOT2_F32_F16
|
||||
#define CK_USE_AMD_V_DOT4_I32_I8
|
||||
#elif defined(__gfx1100__) || defined(__gfx1101__) || defined(__gfx1102__)
|
||||
#define CK_USE_AMD_V_FMAC_F32
|
||||
#define CK_USE_AMD_V_DOT2_F32_F16
|
||||
#define CK_USE_AMD_V_DOT4_I32_I8_GFX11
|
||||
#endif
|
||||
|
||||
// MFMA instruction
|
||||
|
||||
Reference in New Issue
Block a user