Adding missing architectures to featureTests

Change-Id: Ie37f039036cee487c93d746e677f1310294b246d
Cette révision appartient à :
Giovanni LB
2024-04-30 00:25:10 -03:00
révisé par Giovanni Baraldi
Parent 604738fd8d
révision 79fc1a6fef
2 fichiers modifiés avec 2 ajouts et 2 suppressions
+1 -1
Voir le fichier
@@ -298,7 +298,7 @@ def parse_cdash_args(args):
parser.add_argument(
"--gpu-targets",
help="GPU build architectures",
default="gfx900 gfx906 gfx908 gfx90a gfx1030 gfx1100".split(),
default="gfx900 gfx906 gfx908 gfx90a gfx942 gfx1030 gfx1031 gfx1032 gfx1100 gfx1101 gfx1102".split(),
type=str,
nargs="+",
)
+1 -1
Voir le fichier
@@ -308,7 +308,7 @@ function(generate_hsaco TARGET_ID INPUT_FILE OUTPUT_FILE)
PARENT_SCOPE)
endfunction(generate_hsaco)
set(GPU_LIST "gfx900" "gfx906" "gfx908" "gfx90a" "gfx1030" "gfx1100")
set(GPU_LIST "gfx900" "gfx906" "gfx908" "gfx90a" "gfx942" "gfx1030" "gfx1031" "gfx1032" "gfx1100" "gfx1101" "gfx1102")
foreach(target_id ${GPU_LIST})
# generate kernel bitcodes
generate_hsaco(${target_id} ${CMAKE_CURRENT_SOURCE_DIR}/apps/copy.cl