mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
Add support for gfx1153 (#3306)
This commit is contained in:
@@ -57,7 +57,7 @@ inline bool is_gfx11_supported()
|
||||
return get_device_name() == "gfx1100" || get_device_name() == "gfx1101" ||
|
||||
get_device_name() == "gfx1102" || get_device_name() == "gfx1103" ||
|
||||
get_device_name() == "gfx1150" || get_device_name() == "gfx1151" ||
|
||||
get_device_name() == "gfx1152";
|
||||
get_device_name() == "gfx1152" || get_device_name() == "gfx1153";
|
||||
}
|
||||
|
||||
inline bool is_gfx12_supported()
|
||||
|
||||
Reference in New Issue
Block a user