Skip to content

Mirror intel/llvm commits #2775

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
Jun 2, 2025
Merged

Mirror intel/llvm commits #2775

merged 5 commits into from
Jun 2, 2025

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented May 31, 2025

Automated changes by create-pull-request GitHub action

EwanC and others added 5 commits May 31, 2025 00:40
… DG2 (#18720)

Revert [[L0] Refactor Copy Engine Usage checks for
Performance](intel/llvm@781e576)
and always disable copy-engine in SYCL-Graph on DG2 as a workaround for
CMPLRLLVM-68064.

---------

Co-authored-by: Neil R. Spruit <[email protected]>
Makes short kernels that don't need to see the same global memory (or
user guarantees global memory writes are complete) launch faster. See
https://docs.nvidia.com/cuda/cuda-c-programming-guide/index.html#programmatic-dependent-launch-and-synchronization

Makes lots of short kernels in cutlass great again. cc @FMarno who
identified this performance gap.

---------

Signed-off-by: JackAKirk <[email protected]>
Co-authored-by: Jakub Chlanda <[email protected]>
…nCL for rule of 3. Specify noexcept to ur_context_handle_t destructor (#18742)

Fixes some coverity issues.

For the `ur_context_handle_t` Coverity was warning an exception is
thrown from
`[clear](ur::cl::getAdapter()->fnCache.clearCache(CLContext);` however
inside here if an error case occurs a call to `std::terminate` so we
don't care about the exception.
There migration logic is always the same, there's no need to pass
callback to every getDevicePtr/map/unmap function.
@kbenzie kbenzie requested a review from a team as a code owner May 31, 2025 00:40
@github-actions github-actions bot added ci/cd Continuous integration/devliery conformance Conformance test suite issues. specification Changes or additions to the specification experimental Experimental feature additions/changes/specification level-zero L0 adapter specific issues cuda CUDA adapter specific issues opencl OpenCL adapter specific issues command-buffer Command Buffer feature addition/changes/specification auto-close labels May 31, 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 73cdc8e into main Jun 2, 2025
1 check passed
@kbenzie kbenzie deleted the mirror-commits- branch June 2, 2025 09:24
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 conformance Conformance test suite issues. cuda CUDA adapter specific issues experimental Experimental feature additions/changes/specification level-zero L0 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.

6 participants