Files
rocm-systems/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/CMakeLists.txt
T
systems-assistant[bot] ad0fb25ed5 Add 'projects/rocprofiler-sdk/' from commit 'bf0fad1d5406fbc51403ba1aa9621a9d4a9bce2b'
git-subtree-dir: projects/rocprofiler-sdk
git-subtree-mainline: 50a90550e9
git-subtree-split: bf0fad1d54
2025-07-22 22:52:46 +00:00

11 خطوط
290 B
CMake

#
# PC sampling tests
#
set(ROCPROFV3_TESTS_PC_SAMPLING_SKIP_REGEX
"PC sampling unavailable|PC sampling configuration is not supported"
CACHE STRING "regex for skipping PC sampling test when not supported by given agents")
add_subdirectory(host-trap)
add_subdirectory(stochastic)