Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Aug 16, 2025

Automated changes by create-pull-request GitHub action

RossBrunton and others added 4 commits August 16, 2025 00:40
Before this patch, urEventSetCallbackTest assumed that the callback
would be executed during and blocking urEventWait or urEventRelease.
This change removes that assumptions by having the main thread wait
until the callback is complete.
This is primarily for liboffload which doesn't support it yet, and
probably never will for AMD devices (which don't seem to have this
functionality). In theory it will also affect level zero, at least
according to a comment, but urProgramGetFunctionPointer seems to be
implemented there.
Implement urBindlessImagesSignalExternalSemaphoreExp and
urBindlessImagesWaitExternalSemaphoreExp. The implementation is the same
as in the legace adapter, except that we don't to a fallback in case old
loader is used (v2 is supposed to be used with a new enough L0 loader
version).
@kbenzie kbenzie requested a review from a team as a code owner August 16, 2025 00:40
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.

@pbalcer pbalcer merged commit 6a35427 into main Aug 18, 2025
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.

4 participants