Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Jul 31, 2025

Automated changes by create-pull-request GitHub action

przemektmalon and others added 3 commits July 31, 2025 00:43
This patch fixes the implementation of bindless image copies.
Previously, source and destination pitch values were not being set
correctly.

This patch also updates the wording around the requirements for
`ext_oneapi_copy`.

A missing requirement was added to the specification. Namely that the
`CopyExtent` parameter in the `ext_oneapi_copy` functions that take it,
must not have `0` values in any of the three dimensions, they must be
greater than or equal to `1`.

The requirements for `ext_oneapi_copy` have also been re-written to
prescribe what the functions expect, instead of providing a list of
cases in which the function may fail. This should hopefully make it
clearer and more prescriptive, rather than saying the copy function may
fail if some condition is not met, we now say that the functions require
that certain conditions be met.

The coverage for sub-region copy testing has also been extended to
prevent future regressions.
Before this change, quarantine is maintained in AsanInterceptor, this
will cause sometimes we free a USM pointer with wrong context.
@kbenzie kbenzie requested a review from a team as a code owner July 31, 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 280645b into main Jul 31, 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