llvm
llvm copied to clipboard
[BINDLESS][L0][E2E] set SAMPLED_IMAGE_FETCH_1D_SUPPORT true
Level zero is the only backend that supports 1D fetch. However it was marked as unsupported. This PR fixes that and adds corresponding tests.
As with other fetch cases, O0 builds fail on windows for L0 using fetch 1D (see https://github.com/intel/llvm/issues/18919).