llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][Bindless] Add mipmap interop + slight redesign + bug fix

Open Seanst98 opened this issue 1 year ago • 0 comments

Mipmap interop:

  • Remove "interop" image type as it is redundant for image creation
  • Add a vulkan mipmap interop test

Slight redesign:

  • Simplify external resources

Modify the bindless spec to reflect these changes

Fix Vulkan interop tests to prevent memory leak issue by freeing mapped memory

Corresponding UR PR: https://github.com/oneapi-src/unified-runtime/pull/1351

Seanst98 avatar Feb 16 '24 15:02 Seanst98