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

Enable reciprocal GPU kernel on complex number #41548

Merged

Conversation

WindQAQ
Copy link
Member

@WindQAQ WindQAQ commented Jul 20, 2020

Fixes #41546.

  • Enable GPU reciprocal kernel for complex number
  • Add associated tests

@google-ml-butler google-ml-butler bot added the size:S CL Change Size: Small label Jul 20, 2020
@gbaned gbaned self-assigned this Jul 20, 2020
@gbaned gbaned added the comp:core issues related to core part of tensorflow label Jul 20, 2020
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Jul 20, 2020
@gbaned gbaned requested a review from chsigg July 20, 2020 02:59
@WindQAQ WindQAQ force-pushed the enable-complex-reciprocal-on-gpu branch from f208126 to ab18d64 Compare July 21, 2020 05:58
Add complex reciprocal GPU test

Fix register number

Fix wrong number
@WindQAQ WindQAQ force-pushed the enable-complex-reciprocal-on-gpu branch from ab18d64 to aa30903 Compare July 21, 2020 06:23
@gbaned gbaned added the awaiting review Pull request awaiting review label Jul 22, 2020
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Jul 23, 2020
@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 23, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Jul 23, 2020
@rthadur rthadur removed awaiting review Pull request awaiting review ready to pull PR ready for merge process labels Jul 23, 2020
@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 23, 2020
@gbaned gbaned added kokoro:force-run Tests on submitted change and removed kokoro:force-run Tests on submitted change labels Jul 24, 2020
@kokoro-team kokoro-team removed the kokoro:force-run Tests on submitted change label Jul 24, 2020
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Oct 6, 2020
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Nov 3, 2020
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Dec 3, 2020
@gbaned gbaned removed the ready to pull PR ready for merge process label Jan 5, 2021
@gbaned gbaned added the ready to pull PR ready for merge process label Jan 5, 2021
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Jan 13, 2021
@google-ml-butler google-ml-butler bot added kokoro:force-run Tests on submitted change ready to pull PR ready for merge process labels Jan 13, 2021
@kokoro-team kokoro-team removed kokoro:force-run Tests on submitted change labels Jan 13, 2021
@gbaned gbaned added ready to pull PR ready for merge process and removed ready to pull PR ready for merge process labels Feb 9, 2021
@copybara-service copybara-service bot merged commit f62dd28 into tensorflow:master Feb 22, 2021
PR Queue automation moved this from Approved by Reviewer to Merged Feb 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes comp:core issues related to core part of tensorflow ready to pull PR ready for merge process size:S CL Change Size: Small
Projects
PR Queue
  
Merged
Development

Successfully merging this pull request may close these issues.

Reciprocal is not executed on GPU for complex number
6 participants