-
Notifications
You must be signed in to change notification settings - Fork 123
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
base: main
Are you sure you want to change the base?
Conversation
8fd2b35
to
e46a52e
Compare
4943c7c
to
f102a1e
Compare
f102a1e
to
0ab6301
Compare
ded4a19
to
ff2f796
Compare
463fbcf
to
afc2322
Compare
91026e2
to
44e50a9
Compare
44e50a9
to
098381d
Compare
098381d
to
e400773
Compare
e400773
to
f270330
Compare
1c93536
to
e8b24e1
Compare
a4d0e66
to
d9b7b48
Compare
d9b7b48
to
58b3b51
Compare
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.
Co-authored-by: Michał Staniewski <[email protected]>
58b3b51
to
8016b17
Compare
Unified Runtime -> intel/llvm Repo Move NoticeInformationThe source code of Unified Runtime has been moved to intel/llvm under the unified-runtime top-level directory, 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 MigrationAll open PRs including this one will be labelled auto-close 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. This is an automated comment. |
Unified Runtime -> intel/llvm Repo Move NoticeFollowing 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 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 This is an automated comment. |
Depends on: #2295 and #2495.