intel / llvm

Intel staging area for llvm.org contribution. Home for Intel LLVM-based projects.
Other
1.21k stars 724 forks source link

[SYCL][SPV_INTEL_bindless_images] Add OpConvertHandleToSampledImageINTEL back to the extension #13392

Closed wenju-he closed 1 month ago

wenju-he commented 4 months ago

Is your feature request related to a problem? Please describe

Implementation of bindless sampled image in intel gpu backend will use a single 64-bit handle. Conversion from integer handle to sampled image is required. Sampler won't be present in OpConvertHandleToSampledImageINTEL.

@DBDuncan could you review this request?

ProGTX commented 1 month ago

This should have been fixed in https://github.com/intel/llvm/pull/13753

wenju-he commented 1 month ago

thank you @DBDuncan @ProGTX, closing this issue