From b64f45e7349874ea52cb3306ad808950047ffc18 Mon Sep 17 00:00:00 2001 From: luizanao Date: Fri, 26 Jan 2024 18:31:50 +0000 Subject: [PATCH] Allow gfx908 to build --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 144e5420e..b49a677f8 100644 --- a/setup.py +++ b/setup.py @@ -212,7 +212,7 @@ def rename_cpp_to_hip(cpp_files): # Defining a function to validate the GPU architectures and update them if necessary def validate_and_update_archs(archs): # List of allowed architectures - allowed_archs = ["native", "gfx90a", "gfx940", "gfx941", "gfx942"] + allowed_archs = ["native", "gfx90a", "gfx908", "gfx940", "gfx941", "gfx942"] # Validate if each element in archs is in allowed_archs assert all(