Open
Description
Some sampling/sampled-fetch/read API tests fail on windows L0 only at O0 opt level.
I've added tests for this here: #18485
These tests fail with
SYCL exception caught! : The program was built for 1 devices
Build program log for 'Intel(R) Arc(TM) A770 Graphics':
error: Inconsistent use of image!
error: backend compiler failed build.
on L0 backend, only on windows. This error goes away if fetch_image (using either sampled or unsampled image)/ sample_image calls are commented out. This only occurs on L0 backend, pointing to issues with spirv implementations for this backend.
This could be related to, and help diagnose driver issues of other failed tests: see #18727