From f4d0aeb8f388051b7e59ae82745bf562b66020e7 Mon Sep 17 00:00:00 2001 From: Kian Cossettini Date: Thu, 6 Nov 2025 16:04:47 -0500 Subject: [PATCH] Adjust host thread count for OpenMP-VV tests (#1742) Reducing test time --- .../rocprofiler-systems/examples/openmp/external/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/rocprofiler-systems/examples/openmp/external/CMakeLists.txt b/projects/rocprofiler-systems/examples/openmp/external/CMakeLists.txt index 31c47147e2..09a54f5b17 100644 --- a/projects/rocprofiler-systems/examples/openmp/external/CMakeLists.txt +++ b/projects/rocprofiler-systems/examples/openmp/external/CMakeLists.txt @@ -223,7 +223,7 @@ endif() set(OMPVV_OPENMP_VERSION 5.0) set(OMPVV_TDIR "tests/${OMPVV_OPENMP_VERSION}") -set(OMPVV_NUM_THREADS_HOST ${ROCPROFSYS_THREAD_COUNT}) +set(OMPVV_NUM_THREADS_HOST 128) # Smallest possible value of ROCPROFSYS_THREAD_COUNT. Avoids very long test times set(OMPVV_NUM_TEAMS_DEVICE 8) # default used by ompvv set(OMPVV_NUM_THREADS_DEVICE 8) # default used by ompvv