From 172fc80443e8748fa48c8af754a9a35c3831c133 Mon Sep 17 00:00:00 2001 From: David Galiffi Date: Mon, 12 May 2025 14:20:24 -0400 Subject: [PATCH] Fix openmp-target test on gfx950 (#204) for SWDEV530112 [ROCm/rocprofiler-systems commit: 45b600b34e267a9d683d1bb89a47937251ee56b2] --- .../rocprofiler-systems/examples/openmp/target/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/rocprofiler-systems/examples/openmp/target/CMakeLists.txt b/projects/rocprofiler-systems/examples/openmp/target/CMakeLists.txt index 93612bf7b7..9ac37181a0 100644 --- a/projects/rocprofiler-systems/examples/openmp/target/CMakeLists.txt +++ b/projects/rocprofiler-systems/examples/openmp/target/CMakeLists.txt @@ -52,6 +52,7 @@ set(DEFAULT_GPU_TARGETS "gfx940" "gfx941" "gfx942" + "gfx950" "gfx1030" "gfx1010" "gfx1100"