-
Notifications
You must be signed in to change notification settings - Fork 19.5k
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
added unit test to verify xla compilation of RandomRotation preprocessing layer. #17183
Conversation
…sing layer. PiperOrigin-RevId: 483770485
ca00c72
to
556ede2
Compare
What is the scope of this? |
@qlzh727 Are we going to interact with copybara bot PRs? |
@divyashreepathihalli who is author of this change. |
Do you know why she is not visible in the commit and masked by tensorflower-gardener bot? |
Internally we have a bot service that matches the internal user name against github author name, and populate more author information based on that. Maybe Divya didn't register that. |
Yes it would be nice to have this step on-boarding OSS projects on Github. But the historically issue of requiring to mention the commit author on this type of PRs is still there. In this way the automatically notification will work. |
@qlzh727 This is a well known issue #15006 (comment) since 2021. I don't know how we could make some progress to better interact with the community. @divyashreepathihalli Can you tell me something more about the context of this PR considering all our previous threads on this topic: |
I think usually the cl author will be attached to the github PR, but not for any internal reviewer. The cl author should be able to comment on the PR, and involve more internal parties if needed. The internal tool setup was one of the on-boarding steps internally, but being optional and might get skipped. |
Without mentioning in the description or add as assignee by the bot he will never be notified on community comment. Plus, if the "github mapping" is optional we don't know how to notify the author at all. |
@qlzh727 As you can see with last 6 months stats it is hard to interact with "anon" PRs for the community
|
Ack, let me send an email to the team to make sure they have the proper mapping setup. |
Ok, thanks. To come back to the main topic waiting for a @divyashreepathihalli's comment. |
Btw, I have asked the team to populate the internal system, and the author info should show up for the new PRs. |
Thanks, where we can open a ticket for https://github.com/apps/copybara-service to add the author to the Github pr description or to the |
I don't think there is a channel for that. I can file a request internally, since copybara is mostly a internal tool for Google. |
If it isn't part of https://github.com/google/copybara an internal ticket would be useful thanks. |
If it isn't part of https://github.com/google/copybara repo on Github an internal ticket would be useful thanks. |
@qlzh727 The body seems already available in the API so it is just a configuration of the app https://github.com/google/copybara/blob/master/docs/reference.md#gitgithub_pr_destination |
@bhack, the internal config is a templated service, and didn't expose the github_pr_destination to us. Let me add @mikelalcon from copybara team for more inputs. |
@qlzh727 Thanks, can we move this part of the topic in a new place if we want to keep it public cause If not it will be hard to follow the original topic of this PR. |
Hey @bhack, sorry about the late response. I do not intend to submit this PR until I can enable ImageProjectiveTransform to be XLA compilable. I am currently collecting data on layer behaviors when XLA compiled. You can ignore this PR for now. |
Ok thanks, as this is a historical well known not covered OPS by XLA and we have many related tickets to track this and a partial MLIR bridge PR. |
okay thanks! |
More in general for this you could be interested also in: |
added unit test to verify xla compilation of RandomRotation preprocessing layer.