From ddb8d062f5213d13ed042dbe6248c6ef9c5ece80 Mon Sep 17 00:00:00 2001 From: Giovanni LB Date: Tue, 30 Apr 2024 00:25:10 -0300 Subject: [PATCH] Adding missing architectures to featureTests Change-Id: Ie37f039036cee487c93d746e677f1310294b246d [ROCm/rocprofiler commit: 79fc1a6fefc736916b99e1afff379af3e6357094] --- projects/rocprofiler/script/run-ci.py | 2 +- .../rocprofiler/tests-v2/featuretests/profiler/CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler/script/run-ci.py b/projects/rocprofiler/script/run-ci.py index 5124389150..122a94b4c6 100755 --- a/projects/rocprofiler/script/run-ci.py +++ b/projects/rocprofiler/script/run-ci.py @@ -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="+", ) diff --git a/projects/rocprofiler/tests-v2/featuretests/profiler/CMakeLists.txt b/projects/rocprofiler/tests-v2/featuretests/profiler/CMakeLists.txt index 4284b52890..168fc9e3e1 100644 --- a/projects/rocprofiler/tests-v2/featuretests/profiler/CMakeLists.txt +++ b/projects/rocprofiler/tests-v2/featuretests/profiler/CMakeLists.txt @@ -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