From fc2037870f6dfee2dbdfe0c5aa8fdeeed03a06fb Mon Sep 17 00:00:00 2001 From: vedithal-amd Date: Tue, 22 Jul 2025 13:02:14 -0400 Subject: [PATCH] fix build (#823) [ROCm/rocprofiler-compute commit: c4d129def5b925906f8ae30095f9458bfeaeece4] --- projects/rocprofiler-compute/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/projects/rocprofiler-compute/CMakeLists.txt b/projects/rocprofiler-compute/CMakeLists.txt index ac0438b59a..43d605d289 100644 --- a/projects/rocprofiler-compute/CMakeLists.txt +++ b/projects/rocprofiler-compute/CMakeLists.txt @@ -221,7 +221,6 @@ add_test( --junitxml=tests/test_profile_dispatch.xml ${COV_OPTION} ${PROJECT_SOURCE_DIR}/tests/test_profile_general.py WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}) -set_property(TEST test_profile_ipblocks PROPERTY COST 5) add_test( NAME test_profile_mem @@ -257,7 +256,6 @@ add_test( set_tests_properties( test_profile_kernel_execution - test_profile_ipblocks test_profile_dispatch test_profile_mem test_profile_join