Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented May 21, 2025

Automated changes by create-pull-request GitHub action

Maetveis and others added 6 commits May 21, 2025 00:41
Refactor the code to make it easier to add support for different IL
formats (besides SPIR-V) in the future.
The only functional change is that SPIR-V binaries with invalid magic
number are now rejected by returning UR_RESULT_ERROR_INVALID_BINARY from
urProgramCreateWithIL.
- Simplify the env vars check in the CUDA plugin
- Move env var checks in the device in the HIP plugin
- Align HIP and CUDA plugins
- Allow requesting values larger than device capacity, but treat it as
device capacity
- Update test to work on both cuda and hip
A fix for the NativeCPU adapter to use
ur_memory_scope_capability_flags_t instead of uint64_t.

Required for NativeCPU to pass AtomicRef -related e2e and SYCL-CTS
tests.
Caught by a compiler warning.
@kbenzie kbenzie requested a review from a team as a code owner May 21, 2025 00:41
@github-actions github-actions bot added ci/cd Continuous integration/devliery level-zero L0 adapter specific issues cuda CUDA adapter specific issues hip HIP adapter specific issues native-cpu Native CPU adapter specific issues command-buffer Command Buffer feature addition/changes/specification labels May 21, 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 c4be1bd into main May 21, 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 cuda CUDA adapter specific issues hip HIP adapter specific issues level-zero L0 adapter specific issues native-cpu Native CPU adapter specific issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants