Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Aug 14, 2025

Automated changes by create-pull-request GitHub action

kswiecicki and others added 3 commits August 14, 2025 00:41
First, try finding preinstalled Level Zero using pkg-config first
If that fails, try to find include/header dirs on the OS
And if those both fail, fetch from github (both headers and loader).

No need for variables to set the repo and commit to clone, it's highly
unlikely anyone will do this and if they want to they can use the
existing CMake FetchContent override infrastructure.

I also removed a variable about whether to use fetchcontent or not. We
should just do what everyone expects by default, try to find it on the
system and if we do use it, otherwise fallback to fetching it.

This was requested by NixOS developers, see the below issue.

intel/llvm#19635

Signed-off-by: Sarnie, Nick <[email protected]>
@kbenzie kbenzie requested a review from a team as a code owner August 14, 2025 00:41
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.

@kbenzie kbenzie merged commit 91860de into main Aug 14, 2025
@kbenzie kbenzie deleted the mirror-commits- branch August 14, 2025 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants