2
0

Temporarily disable sampled VM_IDs check (#55)

Temporarily disable sampled VM_IDs check

[ROCm/rocprofiler-sdk commit: 1d5ed0440d]
Este cometimento está contido em:
Indic, Vladimir
2024-12-06 14:45:33 +01:00
cometido por GitHub
ascendente 82261be227
cometimento f09ebc11c0
@@ -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(