mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-05-16 10:59:55 +00:00
Add support to gfx1153 and fix gfx115X WMMA config (#3496)
* Support for gfx115X
* Changes for gfx115X
* Add gfx1153
* Update changelog
---------
Co-authored-by: Illia Silin <98187287+illsilin@users.noreply.github.com>
[ROCm/composable_kernel commit: 1224bc0a82]
This commit is contained in:
committed by
GitHub
parent
502914e556
commit
604ba0e9cf
@@ -10,7 +10,8 @@
|
||||
namespace ck {
|
||||
|
||||
#if defined(__gfx1100__) || defined(__gfx1101__) || defined(__gfx1102__) || \
|
||||
defined(__gfx1103__) || defined(__gfx11_generic__)
|
||||
defined(__gfx1103__) || defined(__gfx1150__) || defined(__gfx1151__) || \
|
||||
defined(__gfx1152__) || defined(__gfx1153__) || defined(__gfx11_generic__)
|
||||
#define __gfx11__
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user