Author: Matt Arsenault Date: 2025-10-06T01:56:17Z New Revision: 6f3d765d04041412e9801187eb261253c3ceb2a1
URL: https://github.com/llvm/llvm-project/commit/6f3d765d04041412e9801187eb261253c3ceb2a1 DIFF: https://github.com/llvm/llvm-project/commit/6f3d765d04041412e9801187eb261253c3ceb2a1.diff LOG: libclc: Add gfx1250 and gfx1251 to amdgpu target list (#162034) Added: Modified: libclc/CMakeLists.txt Removed: ################################################################################ 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 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
