Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Jul 23, 2025

Automated changes by create-pull-request GitHub action

DBDuncan and others added 3 commits July 23, 2025 00:43
Adds a new aspect to get device LUID. This feature is only available on
Windows and allows for device matching when performing SYCL/DirectX
interop
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 without the need to perform costly copy operations.

Three new SYCL APIs are added by this extension:

 - `alloc_exportable_device_mem`
 - `export_device_mem_handle`
 - `free_exportable_mem`

Currently we can only export "linear" memory layouts. Exporting other
memory layouts, such as "optimal" (Vulkan equivalent
`VK_IMAGE_TILING_OPTIMAL`) is not currently supported by any UR adapter
APIs.
@kbenzie kbenzie requested a review from a team as a code owner July 23, 2025 00:44
Copy link
Contributor

Unified Runtime -> intel/llvm Repo Move Notice

Information

The source code of Unified Runtime has been moved to intel/llvm under the unified-runtime top-level directory,
all future development will now be carried out there. This was done in intel/llvm#17043.

The code will be mirrored to oneapi-src/unified-runtime and the specification will continue to be hosted at oneapi-src.github.io/unified-runtime.

The contribution guide will be updated with new instructions for contributing to Unified Runtime.

PR Migration

All open PRs including this one will be marked with the auto-close label and shall be automatically closed after 30 days.

Should you wish to continue with your PR you will need to migrate it to intel/llvm.
We have provided a script to help automate this process.

If your PR should remain open and not be closed automatically, you can remove the auto-close label.


This is an automated comment.

@kbenzie kbenzie merged commit ba9edcb into main Jul 23, 2025
@kbenzie kbenzie deleted the mirror-commits- branch July 23, 2025 08:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants