SWDEV-516564 - SWDEV-512817 - Remove mentions of gfx940 and gfx941 (#30)

[ROCm/hip-tests commit: 902988494e]
This commit is contained in:
Brzak, Branislav
2025-03-19 15:42:18 +01:00
committed by GitHub
parent abfd06e5de
commit ee0e2af0e1
21 changed files with 45 additions and 79 deletions
@@ -82,7 +82,7 @@ set(NOT_FOR_gfx90a_AND_ABOVE_TEST
tex3DGrad.cc
)
set(gfx90a_AND_ABOVE_TARGETS gfx90a gfx940 gfx941 gfx942 gfx950)
set(gfx90a_AND_ABOVE_TARGETS gfx90a gfx942 gfx950)
function(CheckRejectedArchs OFFLOAD_ARCH_STR_LOCAL)
set(ARCH_CHECK -1 PARENT_SCOPE)
string(REGEX MATCHALL "--offload-arch=gfx[0-9a-z]+" OFFLOAD_ARCH_LIST ${OFFLOAD_ARCH_STR_LOCAL})