Add perfetto validation to rccl ctests (#246)

Check for the "RCCL Communication Send / Receive" data counters

Signed-off-by: David Galiffi <David.Galiffi@amd.com>

[ROCm/rocprofiler-systems commit: 6dd1ee78bf]
This commit is contained in:
David Galiffi
2025-06-13 17:09:49 -04:00
committed by GitHub
parent fe985ec077
commit 7503cc7202
@@ -82,4 +82,11 @@ foreach(_TARGET ${RCCL_TEST_TARGETS})
-s
1
ENVIRONMENT "${_rccl_environment}")
rocprofiler_systems_add_validation_test(
NAME rccl-test-${_NAME}-sampling
PERFETTO_METRIC "rocm_rccl_api"
PERFETTO_FILE "perfetto-trace.proto"
LABELS "rccl-tests;rcclp"
ARGS --counter-names "RCCL Comm" -p)
endforeach()