Skip to content

Commit bdece1f

Browse files
authored
Temporarily disable sampled VM_IDs check (#55)
Temporarily disable sampled VM_IDs check [ROCm/rocprofiler-sdk commit: 1d5ed04]
1 parent c0f0f5a commit bdece1f

File tree

1 file changed

+5
-2
lines changed
  • tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation

1 file changed

+5
-2
lines changed

tests/rocprofv3/pc-sampling/host-trap/exec-mask-manipulation/validate.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -357,8 +357,11 @@ def validate_json_exec_mask_manipulation(data_json, all_sampled=False):
357357
sampled_simd_waveslots_pairs,
358358
)
359359
)
360-
# all samples should belong to the same VMID
361-
assert len(sampled_vmids) == 1
360+
361+
# Apparently, not all dispatches must belong to the same VMID,
362+
# so I'm temporarily disabling the following check.
363+
# # all samples should belong to the same VMID
364+
# assert len(sampled_vmids) == 1
362365

363366

364367
def test_validate_pc_sampling_exec_mask_manipulation_json(

0 commit comments

Comments
 (0)