Skip to content

Mirror intel/llvm commits #2767

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 5 commits into from
May 22, 2025
Merged

Mirror intel/llvm commits #2767

merged 5 commits into from
May 22, 2025

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented May 22, 2025

Automated changes by create-pull-request GitHub action

RossBrunton and others added 5 commits May 22, 2025 00:40
For ease of debugging, the platform name also prepends the name of the
adapter, resulting in test names like:

`urEventGetProfilingInfoTest/ReleaseEventAfterQueueRelease/UR_BACKEND_OPENCL__AMD_Accelerated_Parallel_Processing__gfx1100_ID5ID_`
.
Some devices don't provide access to power information, which was
incorrectly handled. This makes the following changes:
* When the output pointer is nullptr, `UNSUPPORTED_ENUM` is still
  returned.
* Return `UNSUPPORTED_ENUM` rather than `UNSUPPORTED_FEATURE`.
* In the conformance test, use the proper property name when checking if
  it is optional (this is technically a NFC, since the one incorrectly
  used is optional anyway).
…8567)

Some platforms don't provide any devices. For test fixtures that provide
a device list to the test itself, this used to result in a failure. Now
the test is just skipped.
CTS test `urInOrderUSMCommandBufferExpTest.WithHints` has been reported
as failing on unrelated PRs on PVC in GitHub CI
intel/llvm#18544 which were added recently in
#18444

Disable the UR CTS in-order tests on Level-Zero V1 adapter until this
bug is investigated and resolved. I've disabled more than the specific
test that fails, as the others UR tests inheriting from the base fixture
are variants, and it is not unlikely that we'd end up seeing flaky fails
in CI for them too.
@kbenzie kbenzie requested a review from a team as a code owner May 22, 2025 00:40
@github-actions github-actions bot added ci/cd Continuous integration/devliery conformance Conformance test suite issues. level-zero L0 adapter specific issues auto-close labels May 22, 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 4721ced into main May 22, 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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants