-
Notifications
You must be signed in to change notification settings - Fork 787
[SYCL][FPGA] Changing "slave" to "agent" #3494
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
All the instances of slave have been changed to agent following inclusivity guidelines. Lit tests pass with the changes. IntelFPGALocalStaticSlaveMemVar has been deprecated.
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.
Oof, we changed seven subject lists to emit different diagnostic text and only needed to change one test case. That suggests we're missing some test coverage for subject appertainment for these (that's not your problem to worry about in this review, just an observation).
Btw, thank you for working on this, it's a great cleanup! |
I had intentionally left |
I don't think it's worth it. Downstream users are welcome to add it back in their downstream if they still need it. |
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!
Interesting! |
If the existing specification exposes identifiers with those names, there's not much we can do aside from file an issue with the spec authors about their naming choices. However, for identifiers under our control, I'd recommend picking synonyms that describe the functionality. Some better names could be: controller/follower, source/sink, primary/secondary, etc. (As an aside, this is also a good chance to correct any uses of whitelist/blacklist into better terms like allowlist/denylist, or sometimes better yet, AllowedWhatevers/RejectedWhatevers.) |
All the instances of "slave" have been changed to "agent" following
inclusivity guidelines. Lit tests pass with the changes.
IntelFPGALocalStaticSlaveMemVar has been deprecated.