[libclc] libclc: Add gfx1250 and gfx1251 to amdgpu target list (PR #162034)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Sun Oct 5 18:45:26 PDT 2025


https://github.com/arsenm created https://github.com/llvm/llvm-project/pull/162034

None

>From ab3593a1696a4b3dc476a47ead30403e2eeed2b2 Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Mon, 6 Oct 2025 10:44:14 +0900
Subject: [PATCH] libclc: Add gfx1250 and gfx1251 to amdgpu target list

---
 libclc/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt
index 7960f3494770e..ba0fc4b38ce81 100644
--- a/libclc/CMakeLists.txt
+++ b/libclc/CMakeLists.txt
@@ -225,7 +225,7 @@ set( tahiti_aliases pitcairn verde oland hainan bonaire kabini kaveri hawaii
   gfx1030 gfx1031 gfx1032 gfx1033 gfx1034 gfx1035 gfx1036
   gfx1100 gfx1101 gfx1102 gfx1103
   gfx1150 gfx1151 gfx1152 gfx1153
-  gfx1200 gfx1201
+  gfx1200 gfx1201 gfx1250 gfx1251
 )
 
 # pkg-config file



More information about the cfe-commits mailing list