przemektmalon
przemektmalon
With this commit, it is now possible to "fetch" sampled image data by passing integer coordinates to the `read_image` funtion.
The following PI functions have been added to support importing various external handle types for both memory and semaphores: - `piextImportExternalMemory` - `piextImportExternalSemaphore` The following PI functions and their corresponding...
The interop import API has been adapted to cater to multiple external memory and semaphore handle types. This enables memory and semaphores to be imported by single functions irregardless of...
This patch introduces new SYCL and UR extensions for exporting memory. - SYCL: `sycl_ext_oneapi_memory_export` - UR: `EXP-MEMORY-EXPORT` The exported memory handles can be imported by external APIs and operated on...