Add support for gfx1153 (#3306)

[ROCm/composable_kernel commit: 678298d4c7]
This commit is contained in:
Matthias Gehre
2025-11-27 08:48:00 +01:00
committed by GitHub
parent 6f751b7a9b
commit 6c993365ac
8 changed files with 19 additions and 19 deletions

View File

@@ -21,7 +21,7 @@
#endif
#if defined(__gfx1100__) || defined(__gfx1101__) || defined(__gfx1102__) || \
defined(__gfx1103__) || defined(__gfx1150__) || defined(__gfx1151__) || \
defined(__gfx1152__) || defined(__gfx11_generic__)
defined(__gfx1152__) || defined(__gfx1153__) || defined(__gfx11_generic__)
#define __gfx11__
#endif
#if defined(__gfx1200__) || defined(__gfx1201__) || defined(__gfx12_generic__)