You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[SYCL] Make device_has test correctly handle changed metadata (#8161)
The sycl/test/check_device_code/device_has.cpp test currently enforces
strict ordering of the expected metadata in the resulting IR, but there
is no guarantee about this ordering and future changes could make some
of the metadata appear earlier, e.g. through consolidation with other
metadata nodes. This test should not care about the order however, so
this commit removes the ordering requirements.
Signed-off-by: Larsen, Steffen <[email protected]>
0 commit comments