Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Jul 15, 2025

Automated changes by create-pull-request GitHub action

kswiecicki and others added 3 commits July 15, 2025 00:43
Support pool query via urUSMPoolGetInfoExp for information about
reserved or in-use memory and their peak sizes.

Fixes intel/llvm#17772.
The size of the value returned from UR_PROGRAM_INFO_BINARIES query was
incorrect, we need to return the size of array of pointers (for each
device associated with the program) according to doc:

https://oneapi-src.github.io/unified-runtime/core/api.html?highlight=urprogramgetinfo#ur-program-info-t
This bug was leading to crashes when using persistent cache in sycl in
scenarios with multi-device context, newly added test emulates that
scenario when we recreate program from the saved binary.
@kbenzie kbenzie requested a review from a team as a code owner July 15, 2025 00:43
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 e43391b into main Jul 15, 2025
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.

4 participants