-
Notifications
You must be signed in to change notification settings - Fork 124
Merge the adapter and platform enums into one generic backend enum. #2377
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
Merge the adapter and platform enums into one generic backend enum. #2377
Conversation
|
LLVM PR intel/llvm#16173 |
|
|
||
| /////////////////////////////////////////////////////////////////////////////// | ||
| /// @brief Defines known backends. | ||
| typedef enum ur_backend_t { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if it might smooth the transition to have aliases to the old names for the two enums?
I assume the numerical values are the same so its just a source change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we're at the point now where the next release this makes it into is a major one, I think we just rip the bandaid off
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, sure.
nrspruit
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM for L0
Bensuo
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Command buffer changes LGTM
f9b9aff to
9f11e28
Compare
9f11e28 to
23f10c1
Compare
|
ping @oneapi-src/unified-runtime-cuda-write @oneapi-src/unified-runtime-hip-write |
23f10c1 to
f698cb6
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. |
f698cb6 to
f266919
Compare
f266919 to
81d6a47
Compare
UR changes ported from #2377
No description provided.