Skip to content

Mirror intel/llvm commits #2773

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
May 30, 2025
Merged

Mirror intel/llvm commits #2773

merged 8 commits into from
May 30, 2025

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented May 30, 2025

Automated changes by create-pull-request GitHub action

RossBrunton and others added 8 commits May 30, 2025 00:40
Running `ninja install` in a build of UR with offload enabled didn't
install it into `install/lib`. Now it does.
This moves the CUDA/HIP and Level Zero adapter tests over to
 lit. New targets are available, `check-unified-runtime-level_zero`,
 `check-unified-runtime-hip` and `check-unified-runtime-cuda` where
 applicable. The generic `check-unified-runtime-adapter` can be
 used to run it all the above.
The offset is already deprecated so this will let sycl omit it entirely
in the future, for now it simplifies some adapter code by allowing the
check for whether we're working with an offset to happen once at the
sycl level with subsequent checks being simple nullptr comparisons.
By storing last event in the queue.

This only works for in-order queues and when last enqueued operation had
signalEvent set. Otherwise UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION is
returned.

---------

Co-authored-by: aarongreig <[email protected]>
@kbenzie kbenzie requested a review from a team as a code owner May 30, 2025 00:40
@github-actions github-actions bot added ci/cd Continuous integration/devliery loader Loader related feature/bug conformance Conformance test suite issues. specification Changes or additions to the specification level-zero L0 adapter specific issues opencl OpenCL adapter specific issues native-cpu Native CPU adapter specific issues labels May 30, 2025
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.

@aarongreig aarongreig merged commit 9645ebb into main May 30, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auto-close ci/cd Continuous integration/devliery conformance Conformance test suite issues. level-zero L0 adapter specific issues loader Loader related feature/bug native-cpu Native CPU adapter specific issues opencl OpenCL adapter specific issues specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants