llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[BINDLESS][L0][E2E] set SAMPLED_IMAGE_FETCH_1D_SUPPORT true

Open JackAKirk opened this issue 4 months ago • 0 comments

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).

JackAKirk avatar Jun 17 '25 11:06 JackAKirk