Skip to content

Conversation

kbenzie
Copy link
Contributor

@kbenzie kbenzie commented Jul 19, 2025

Automated changes by create-pull-request GitHub action

jchlanda and others added 5 commits July 19, 2025 00:42
This is an optimisation that uses a direct memcopy from host to device.
If number of work group is too large, local/private shadow memory will
consume a lot of device memory and easily cause out of resource issue.
So we'd better set a limitation for it. Also include other changes in
this commit:
1.Allocate private base/shadow per subgroup instead of workgroup for GPU
device.
2.Refine the algorithm to calculate Subgroup linear Id.
`EXPECT` doesn't return from the current function, so a number of tests
would keep going if they failed, in one case segfaulting due to writing
to memory that was not allocated correctly.

Standardise the test suite so that it always returns on the first
failure using `ASSERT` where possible.
V2 stores device handles in a vector of size
`Platform->getNumDevices()`. If there are more devices than that, we may
have out-of-range acces.
@kbenzie kbenzie requested a review from a team as a code owner July 19, 2025 00:42
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 a0a9af8 into main Jul 21, 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.

5 participants