d07bf508a9
The Omnitrace program is being renamed. Full name: "ROCm Systems Profiler" Package name: "rocprofiler-systems" Binary / Library names: "rocprof-sys-*" --------- Co-authored-by: Xuan Chen <xuchen@amd.com> Signed-off-by: David Galiffi <David.Galiffi@amd.com>
32 строки
942 B
CMake
32 строки
942 B
CMake
# -------------------------------------------------------------------------------------- #
|
|
#
|
|
# User API tests
|
|
#
|
|
# -------------------------------------------------------------------------------------- #
|
|
|
|
rocprofiler_systems_add_test(
|
|
NAME user-api
|
|
TARGET user-api
|
|
LABELS "loops"
|
|
REWRITE_ARGS -e -v 2 -l --min-instructions=8 -E custom_push_region
|
|
RUNTIME_ARGS
|
|
-e
|
|
-v
|
|
1
|
|
-l
|
|
--min-instructions=8
|
|
-E
|
|
custom_push_region
|
|
--label
|
|
file
|
|
line
|
|
return
|
|
args
|
|
RUN_ARGS 10 ${NUM_THREADS} 1000
|
|
ENVIRONMENT "${_base_environment}"
|
|
REWRITE_RUN_PASS_REGEX "Pushing custom region :: run.10. x 1000"
|
|
RUNTIME_PASS_REGEX "Pushing custom region :: run.10. x 1000"
|
|
SAMPLING_PASS_REGEX "Pushing custom region :: run.10. x 1000"
|
|
BASELINE_FAIL_REGEX "Pushing custom region"
|
|
REWRITE_FAIL_REGEX "0 instrumented loops in procedure")
|