Files
rocm-systems/projects/rocprofiler-sdk/benchmark/example.yml
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

51 строка
1.4 KiB
YAML

defaults:
rocprofv3:
# keys such as "runtime", "kernel", etc. below can be used with --filter-rocprofv3 option
runtime: [--runtime-trace]
sys: [--sys-trace]
kernel: [--kernel-trace]
hip: [--hip-trace]
hsa: [--hsa-trace]
memcpy: [--memory-copy-trace]
malloc: [--memory-allocation-trace]
scratch: [--scratch-memory-trace]
counters: [--pmc, SQ_WAVES]
benchmark:
- baseline
- disabled-sdk-contexts
- sdk-buffer-overhead
- sdk-callback-overhead
- tool-runtime-overhead
group:
- examples
environment:
ROCR_VISIBLE_DEVICES: "0,2"
HIP_VISIBLE_DEVICES: "0,2"
jobs:
# explicitly specifies name, group, and command. inherits default rocprofv3 commands and benchmark modes
- name: hip-in-libraries
group: [examples, multigpu, multistream]
command: [hip-in-libraries]
# explicitly specifies name, group, command, and rocprofv3. inherits default benchmark modes
- name: transpose
group: [examples, multithreaded, multigpu, multistream]
command: [transpose, 4, 500, 10]
launcher: [mpirun, -n, 1]
rocprofv3:
- [-r, --pmc, SQ_WAVES]
- [--kernel-trace]
- [--hip-trace]
# explicitly specifies name, command, rocprofv3, and benchmark. inherits default group(s)
- name: hip-graph
command: [hip-graph, 8, 500]
rocprofv3:
- [--kernel-trace]
- [--hip-trace]
- [--hsa-trace]
benchmark:
- baseline
- disabled-sdk-contexts