Skip to content
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

[L0] Add initial USM alloc enqueue API #2203

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

kswiecicki
Copy link
Contributor

@kswiecicki kswiecicki commented Oct 15, 2024

Depends on: #2295 and #2495.

@github-actions github-actions bot added ci/cd Continuous integration/devliery loader Loader related feature/bug common Changes or additions to common utilities specification Changes or additions to the specification experimental Experimental feature additions/changes/specification level-zero L0 adapter specific issues labels Oct 15, 2024
@kswiecicki kswiecicki force-pushed the l0-async-api branch 2 times, most recently from 8fd2b35 to e46a52e Compare October 16, 2024 13:26
@github-actions github-actions bot added cuda CUDA adapter specific issues hip HIP adapter specific issues native-cpu Native CPU adapter specific issues labels Oct 23, 2024
@bratpiorka bratpiorka self-requested a review October 23, 2024 12:20
@kswiecicki kswiecicki force-pushed the l0-async-api branch 7 times, most recently from ded4a19 to ff2f796 Compare October 31, 2024 13:15
@kswiecicki kswiecicki force-pushed the l0-async-api branch 3 times, most recently from 463fbcf to afc2322 Compare November 7, 2024 12:36
@kswiecicki kswiecicki force-pushed the l0-async-api branch 2 times, most recently from 91026e2 to 44e50a9 Compare November 19, 2024 12:12
@github-actions github-actions bot added the opencl OpenCL adapter specific issues label Nov 22, 2024
@kswiecicki kswiecicki force-pushed the l0-async-api branch 6 times, most recently from 1c93536 to e8b24e1 Compare January 21, 2025 15:05
@github-actions github-actions bot added the conformance Conformance test suite issues. label Jan 21, 2025
@kswiecicki kswiecicki force-pushed the l0-async-api branch 3 times, most recently from a4d0e66 to d9b7b48 Compare January 29, 2025 12:39
kswiecicki and others added 6 commits January 30, 2025 13:16
This variable is not initialized in any way and it is set to nullptr by
default.
Level Zero provider internally stores native errors of ur_result_t type.
First basic work in progress spec.
@martygrant
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 has been updated with new instructions for contributing to Unified Runtime.

PR Migration

All open PRs including this one will be labelled auto-close and shall be automatically closed after 30 days.
To allow for some breathing space, this automation will not be enabled until next week (27/02/2025).

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.


This is an automated comment.

@martygrant
Copy link
Contributor

Unified Runtime -> intel/llvm Repo Move Notice

Following on from the previous notice, we have now enabled workflows to automatically label and close PRs because the Unified Runtime source code has moved to intel/llvm.

This PR has now been marked with the auto-close label and will be automatically closed after 30 days.

Please review the previous notice for more information, including assistance with migrating your PR to intel/llvm.

Should there be a reason for this PR to remain open, manually remove the auto-close label.


This is an automated comment.

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 common Changes or additions to common utilities conformance Conformance test suite issues. cuda CUDA adapter specific issues experimental Experimental feature additions/changes/specification hip HIP adapter specific issues level-zero L0 adapter specific issues loader Loader related feature/bug native-cpu Native CPU 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.

3 participants