-
Notifications
You must be signed in to change notification settings - Fork 795
[SYCL] Improve code-ownership rules for ESIMD/Tools #5287
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
Conversation
Signed-off-by: Artem Gindinson <[email protected]>
Signed-off-by: Artem Gindinson <[email protected]>
Signed-off-by: Artem Gindinson <[email protected]>
Co-authored-by: Alexey Bader <[email protected]>
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. Thanks!
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.
FE changes LGTM
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.
Just a question for my understanding - what does esimd
correspond to here in CODEOWNERS ? I see we have both esimd
and ESIMD
now.
@elizabethandrews, I think it corresponds to the SYCL library-embedded directories like |
@intel/dpcpp-esimd-reviewers, ping. |
The patch aims to enforce ESIMD-specific code-ownership on the newly created
dedicated directories. This allows for seamless DPC++ Tools code-ownership of
non-ESIMD
llvm/
-contained files.Signed-off-by: Artem Gindinson [email protected]