Dateien
rocm-systems/projects/rocprofiler-sdk/benchmark/minimal.yaml
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

33 Zeilen
839 B
YAML

defaults:
rocprofv3:
# keys are not provided so --filter-rocprofv3 option isn't supported for this YAML input
- [--runtime-trace]
- [--sys-trace]
- [--kernel-trace]
- [--hip-trace]
- [--hsa-trace]
- [--memory-copy-trace]
- [--memory-allocation-trace]
- [--scratch-memory-trace]
- [--pmc, SQ_WAVES]
benchmark:
# these names can be used with --filter-benchmark option
- baseline
- disabled-sdk-contexts
- sdk-buffer-overhead
- sdk-callback-overhead
- tool-runtime-overhead
group:
- examples
jobs:
# explicitly specifies name, command, rocprofv3, and benchmark. inherits default group(s)
- name: hip-graph
command: [hip-graph, 8, 500]
rocprofv3:
- [--kernel-trace]
- [--hip-trace]
benchmark:
- baseline
- disabled-sdk-contexts