From f09ebc11c0a88eda59d17ab71f8a690ae1091f7b Mon Sep 17 00:00:00 2001 From: "Indic, Vladimir" Date: Fri, 6 Dec 2024 14:45:33 +0100 Subject: [PATCH] Temporarily disable sampled VM_IDs check (#55) Temporarily disable sampled VM_IDs check [ROCm/rocprofiler-sdk commit: 1d5ed0440daa0da36d5159474eabe6c1d2b40e1d] --- .../host-trap/exec-mask-manipulation/validate.py | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py index c1bf132524..13f83ebcf2 100644 --- a/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py +++ b/projects/rocprofiler-sdk/tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py @@ -357,8 +357,11 @@ def validate_json_exec_mask_manipulation(data_json, all_sampled=False): sampled_simd_waveslots_pairs, ) ) - # all samples should belong to the same VMID - assert len(sampled_vmids) == 1 + + # Apparently, not all dispatches must belong to the same VMID, + # so I'm temporarily disabling the following check. + # # all samples should belong to the same VMID + # assert len(sampled_vmids) == 1 def test_validate_pc_sampling_exec_mask_manipulation_json(