Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][InvokeSimd] Fix two XFAIL tests (#14906)
For reference_argument.cpp, the test `RUN` line was wrong, and I added the real error message to the `CHECK` string. For `simd32_platform_error.cpp`, all Intel GPUs we test on report as support SIMD32 (for the ones that don't in hardware, it is probably emulated but it definitely works), so they don't throw this error so we can't test it, so just remove the test. Closes: intel/llvm#14643 Closes: intel/llvm#14644 Signed-off-by: Sarnie, Nick <[email protected]>
- Loading branch information