-
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
Merge the adapter and platform enums into one generic backend enum. #2377
base: main
Are you sure you want to change the base?
Merge the adapter and platform enums into one generic backend enum. #2377
Conversation
LLVM PR intel/llvm#16173 |
@@ -560,6 +560,21 @@ typedef struct ur_rect_region_t { | |||
|
|||
} ur_rect_region_t; | |||
|
|||
/////////////////////////////////////////////////////////////////////////////// | |||
/// @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.
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
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
8a8dcc8
to
f9b9aff
Compare
f9b9aff
to
9f11e28
Compare
No description provided.