Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SYCL][Graph] Fix E2E Filecheck regex
CI is showing fails like https://github.com/intel/llvm/actions/runs/11969728548/job/33373742453?pr=15843 where the test is expecting output like: ``` .phKernelAlternatives = {0x12ed110, 0x1501ac0, 0x1502b60} ``` but the `SYCL_UR_TRACE` output is formed like: ``` .phKernelAlternatives = 0x23b4070 {0x25529d0, 0x2555000, 0x25560a0} ``` Update the Filecheck regex
- Loading branch information