Skip to content

Mirror intel/llvm commits #2785

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 9 commits into from
Jun 12, 2025
Merged

Mirror intel/llvm commits #2785

merged 9 commits into from
Jun 12, 2025

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Jun 12, 2025

Automated changes by create-pull-request GitHub action

zhaomaosu and others added 9 commits June 12, 2025 00:40
We forgot to destroy tsan interceptor, this will cause objects leak
issue.
The CTS tests for USM uses `EXPECT_SUCCESS` when it should really be
`ASSERT_SUCCESS` (the latter returns, which looks to have been the
intended behaviour).

In addition, some tests have been marked with a new `uur::Offload`
known failure, as they cause liboffload to hit an abort.
Firstly, rename `ur_mock_headers` to `ur_mock` as this is a shared
library not header only library.

Secondly, when part of a subbuild, ensure that the `ur_mock` target
depends on the specified `UR_EXTERNAL_DEPENDENCIES`, this is handled by
using `add_ur_library()` in place of `add_library()`.
All UR handles should be defined as non-copyable objects. By deleting
the copy constructor and assignement operator in `ur::handle_base` we
can do this in a centralized location.

This should also resolve rule of three violations in adapter handle
objects.
Introduce the ability to wrap UR features in pre-processor guards based
on the presence of the `guard: NAME` attribute in the yaml specs to
support conditionally enabling features.
…8619)

Command Buffer, while it is still executing.
Before this PR one thread could add new events to the queue while
another removes events, both modifying and potentially corrupting
NativeCPU queue::events. This PR adds a mutex to the NativeCPU queue
handle to prevent this potential corruption.

Aims to at least fix: `SYCL/HostInteropTask/host-task-two-queues.cpp`
@kbenzie kbenzie requested a review from a team as a code owner June 12, 2025 00:41
@github-actions github-actions bot added ci/cd Continuous integration/devliery loader Loader related feature/bug common Changes or additions to common utilities conformance Conformance test suite issues. specification Changes or additions to the specification experimental Experimental feature additions/changes/specification level-zero L0 adapter specific issues native-cpu Native CPU adapter specific issues command-buffer Command Buffer feature addition/changes/specification sanitizer Sanitizer layer issues/changes/specification labels Jun 12, 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 ff81466 into main Jun 12, 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 command-buffer Command Buffer feature addition/changes/specification common Changes or additions to common utilities conformance Conformance test suite issues. experimental Experimental feature additions/changes/specification level-zero L0 adapter specific issues loader Loader related feature/bug native-cpu Native CPU adapter specific issues sanitizer Sanitizer layer issues/changes/specification specification Changes or additions to the specification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants