[libclc] libclc: Add missing gfx950 target (PR #131585)

Matt Arsenault via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 17 02:18:19 PDT 2025


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

None

>From eb26250b07b3e8201f116e3d3fa1466c94e949ce Mon Sep 17 00:00:00 2001
From: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: Mon, 17 Mar 2025 16:15:06 +0700
Subject: [PATCH] libclc: Add missing gfx950 target

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

diff --git a/libclc/CMakeLists.txt b/libclc/CMakeLists.txt
index f2d156b9b0fb7..426f210a73fcc 100644
--- a/libclc/CMakeLists.txt
+++ b/libclc/CMakeLists.txt
@@ -212,7 +212,7 @@ set( cayman_aliases aruba )
 set( tahiti_aliases pitcairn verde oland hainan bonaire kabini kaveri hawaii
   mullins tonga tongapro iceland carrizo fiji stoney polaris10 polaris11
   gfx602 gfx705 gfx805
-  gfx900 gfx902 gfx904 gfx906 gfx908 gfx909 gfx90a gfx90c gfx942
+  gfx900 gfx902 gfx904 gfx906 gfx908 gfx909 gfx90a gfx90c gfx942 gfx950
   gfx1010 gfx1011 gfx1012 gfx1013
   gfx1030 gfx1031 gfx1032 gfx1033 gfx1034 gfx1035 gfx1036
   gfx1100 gfx1101 gfx1102 gfx1103



More information about the cfe-commits mailing list