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

Implement sampled addmm #62750

Merged

Conversation

mattbahr
Copy link
Contributor

@mattbahr mattbahr commented Jan 7, 2024

Relates to #56311

@google-ml-butler google-ml-butler bot added the size:M CL Change Size: Medium label Jan 7, 2024
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Jan 7, 2024
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jan 8, 2024
@gbaned gbaned added the comp:ops OPs related issues label Jan 8, 2024
@gbaned gbaned requested review from cantonios and removed request for cantonios January 17, 2024 05:30
Copy link
Contributor

@cantonios cantonios left a comment

Choose a reason for hiding this comment

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

See other comments

tensorflow/python/ops/math_ops.py Outdated Show resolved Hide resolved
tensorflow/python/ops/math_ops.py Outdated Show resolved Hide resolved
tensorflow/python/ops/math_ops.py Outdated Show resolved Hide resolved
PR Queue automation moved this from Assigned Reviewer to Reviewer Requested Changes Jan 17, 2024
@gbaned
Copy link
Contributor

gbaned commented Jan 18, 2024

Hi @mattbahr Can you please check @cantonios's comments and keep us posted ? Thank you!

@gbaned gbaned added stat:awaiting response Status - Awaiting response from author and removed awaiting review Pull request awaiting review labels Jan 18, 2024
@mattbahr
Copy link
Contributor Author

@gbaned absolutely!
@cantonios thanks for the comments! I’m going to be busy traveling for a bit but I’ll be able to get the requested changes made sometime next week

@google-ml-butler google-ml-butler bot removed the stat:awaiting response Status - Awaiting response from author label Jan 18, 2024
@gbaned gbaned added the stat:awaiting response Status - Awaiting response from author label Jan 18, 2024
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Jan 27, 2024
@Deweyave
Copy link

Deweyave commented Jan 27, 2024 via email

@google-ml-butler google-ml-butler bot removed the stat:awaiting response Status - Awaiting response from author label Jan 27, 2024
@mattbahr
Copy link
Contributor Author

@cantonios When you get the chance, you mind taking a look at my solution for the dense shape validation? Appreciate it!

@gbaned gbaned added the ready to pull PR ready for merge process label Apr 10, 2024
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Apr 25, 2024
@google-ml-butler google-ml-butler bot removed the ready to pull PR ready for merge process label Apr 27, 2024
@mattbahr mattbahr requested a review from cantonios April 28, 2024 00:49
@google-ml-butler google-ml-butler bot added the awaiting review Pull request awaiting review label Apr 28, 2024
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Apr 29, 2024
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Apr 29, 2024
copybara-service bot pushed a commit that referenced this pull request May 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=#62750 from mattbahr:implement-sampled-addmm-v2 c295a0e
PiperOrigin-RevId: 630096018
copybara-service bot pushed a commit that referenced this pull request May 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=#62750 from mattbahr:implement-sampled-addmm-v2 c295a0e
PiperOrigin-RevId: 630083144
copybara-service bot pushed a commit that referenced this pull request May 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=#62750 from mattbahr:implement-sampled-addmm-v2 c295a0e
PiperOrigin-RevId: 630081768
copybara-service bot pushed a commit that referenced this pull request May 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=#62750 from mattbahr:implement-sampled-addmm-v2 c295a0e
PiperOrigin-RevId: 630081768
copybara-service bot pushed a commit that referenced this pull request May 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=#62750 from mattbahr:implement-sampled-addmm-v2 c295a0e
PiperOrigin-RevId: 628515288
copybara-service bot pushed a commit that referenced this pull request May 2, 2024
…r test.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#62750 from mattbahr:implement-sampled-addmm-v2 c295a0e
PiperOrigin-RevId: 630139707
@copybara-service copybara-service bot merged commit 0d88583 into tensorflow:master May 2, 2024
10 of 12 checks passed
PR Queue automation moved this from Approved by Reviewer to Merged May 2, 2024
copybara-service bot pushed a commit that referenced this pull request May 2, 2024
The custom call partitioner registration is not thread-safe. This can lead to a race condition when multiple threads try to register the same partitioner. This CL fixes the race condition by adding a mutex to protect the registration process.

FUTURE_COPYBARA_INTEGRATE_REVIEW=#62750 from mattbahr:implement-sampled-addmm-v2 c295a0e
PiperOrigin-RevId: 630156374
copybara-service bot pushed a commit that referenced this pull request May 2, 2024
FUTURE_COPYBARA_INTEGRATE_REVIEW=#62750 from mattbahr:implement-sampled-addmm-v2 c295a0e
PiperOrigin-RevId: 625081807
@mattbahr mattbahr deleted the implement-sampled-addmm-v2 branch May 3, 2024 13:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review Pull request awaiting review comp:ops OPs related issues ready to pull PR ready for merge process size:M CL Change Size: Medium
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

None yet

5 participants