Temporarily disable sampled VM_IDs check (#55)
Temporarily disable sampled VM_IDs check
[ROCm/rocprofiler-sdk commit: 1d5ed0440d]
Cette révision appartient à :
+5
-2
@@ -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(
|
||||
|
||||
Référencer dans un nouveau ticket
Bloquer un utilisateur