[go: nahoru, domu]

Skip to content
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

[NVIDIA TF:XLA:JAX] Add NVIDIA as a Trusted Partner and assign reviewers #56704

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

pjannaty
Copy link
Contributor
@pjannaty pjannaty commented Jul 7, 2022

Add NVIDIA as a Trusted Partner and assign reviewers. Also add a domain check to prevent accidental cross-partner triggering of assignments.

Per-component designated reviewers:

  • NVIDIA TF: Rohan Jain, Bruce Fontaine, Penporn Koanantakool
  • NVIDIA XLA and GPU: George Karpenkov, Chris Forster, Reed Wanderman-Milne, Christian Sigg
  • NVIDIA JAX: Peter Hawkins

The assignment logic retains the possibility of dispatching changes to more than one component, e.g. [NVIDIA TF XLA].

cc: @hawkinsp @yashk2810 @cheshire @gcforster @reedwm @chsigg @rohan100jain @bfontain @penpornk @skye

@google-ml-butler google-ml-butler bot added the size:XS CL Change Size: Extra Small label Jul 7, 2022
assignees.push('cheshire', 'cforster', 'reedwm', 'csigg');
}
if (title.toLowerCase().includes("tf")) {
assignees.push('rohanj', 'bfontain', 'penporn');
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you please check the Googler ldaps? Some appear to have different usernames linked to their github account.

Copy link
Collaborator
@learning-to-play learning-to-play Jul 8, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

GitHub usernames: hawkinsp, cheshire, gcforster, reedwm, chsigg, rohan100jain, bfontain, penpornk
Can you please update accordingly?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for confirming, done!

@pjannaty pjannaty marked this pull request as ready for review July 7, 2022 22:42
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Jul 8, 2022
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jul 8, 2022
Copy link
Collaborator
@learning-to-play learning-to-play left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for sending this PR! Can you update the GitHub usernames?

@pjannaty pjannaty changed the title [NVIDIA] Add NVIDIA as a Trusted Partner and assign reviewers [NVIDIA TF:XLA:JAX] Add NVIDIA as a Trusted Partner and assign reviewers Jul 8, 2022
assignees = apple_silicon_assignees;
if (title && title.toLowerCase().includes("nvidia") && domain.includes("nvidia.com")) {
if (title.toLowerCase().includes("jax")) {
assignees.push('hawkinsp');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please add yashk2810 for jax too :)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure thing, done!

assignees = apple_silicon_assignees;
if (title && title.toLowerCase().includes("nvidia") && domain.includes("nvidia.com")) {
if (title.toLowerCase().includes("jax")) {
assignees.push('hawkinsp', 'yashk2810');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I can also help out here, please add 'skye'

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, added! Thank you for offering!

…in check to prevent accidental cross-partner triggering of assignments.
@tensorflowbutler tensorflowbutler removed the awaiting review Pull request awaiting review label Jul 11, 2022
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Jul 11, 2022
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Jul 11, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Jul 11, 2022
@google-ml-butler google-ml-butler bot added the kokoro:force-run Tests on submitted change label Jul 11, 2022
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Jul 11, 2022
@copybara-service copybara-service bot merged commit b7e2d88 into tensorflow:master Jul 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready to pull PR ready for merge process size:XS CL Change Size: Extra Small
Projects
PR Queue
  
Approved by Reviewer
Development

Successfully merging this pull request may close these issues.

None yet

8 participants