[Test] Disable mma layout for amd hardware (#384)

Disable mma layout testing by looking at is_hip instead of wave size.
This fixes tests on Navi GPUs with wave size == 32.
This commit is contained in:
Alexander Efimov
2023-11-13 17:52:35 +01:00
committed by Jason Furmanek
parent 181bdbd410
commit 096def0c9b

View File

@@ -2830,7 +2830,7 @@ def _get_warp_size():
return _triton.get_warp_size()
if _get_warp_size() == 64:
if is_hip():
layouts = [
# MmaLayout(version=1, warps_per_cta=[1, 4]),
# MmaLayout(version=(2, 0), warps_per_cta=[1, 4]),