Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL] Make device_has test correctly handle changed metadata (intel#…
…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 <steffen.larsen@intel.com>
- Loading branch information