From c9e936f4190b84b3cda501a5619472b63efc666a Mon Sep 17 00:00:00 2001 From: James Sandham <33790278+jsandham@users.noreply.github.com> Date: Wed, 3 Jul 2024 16:10:25 -0600 Subject: [PATCH] Support gfx12 (#258) --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 78c8e7de..39a07d02 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -94,6 +94,8 @@ set(DEFAULT_AMDGPU_TARGETS gfx1100 gfx1101 gfx1102 + gfx1200 + gfx1201 ) set(AMDGPU_TARGETS "${DEFAULT_AMDGPU_TARGETS}" CACHE STRING "List of specific machine types for library to target")