Temporarily disable sampled VM_IDs check (#55)
Temporarily disable sampled VM_IDs check
This commit is contained in:
committad av
GitHub
förälder
78d8f4b8ea
incheckning
1d5ed0440d
@@ -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(
|
||||
|
||||
Referens i nytt ärende
Block a user