Skip to content

Commit 0e0c246

Browse files
authored
Fix validate-openmp-target-sampling-perfetto test (#231)
Fixed the kernel names used for validation --------- Signed-off-by: David Galiffi <David.Galiffi@amd.com> [ROCm/rocprofiler-systems commit: 867020c]
1 parent 916aac1 commit 0e0c246

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

projects/rocprofiler-systems/tests/rocprof-sys-openmp-tests.cmake

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,19 @@ rocprofiler_systems_add_validation_test(
7474
PERFETTO_METRIC "rocm_kernel_dispatch"
7575
PERFETTO_FILE "perfetto-trace.proto"
7676
LABELS "openmp;openmp-target"
77-
ARGS --label-substrings Z4vmulIiEvPT_S1_S1_i_l51.kd -c 12 -d 0 -p)
77+
ARGS --label-substrings
78+
Z4vmulIiEvPT_S1_S1_i_l51.kd
79+
Z4vmulIfEvPT_S1_S1_i_l51.kd
80+
Z4vmulIdEvPT_S1_S1_i_l51.kd
81+
-c
82+
4
83+
4
84+
4
85+
-d
86+
0
87+
0
88+
0
89+
-p)
7890

7991
set(_ompt_sampling_environ
8092
"${_ompt_environment}"

0 commit comments

Comments
 (0)