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

Fix the deadlock issue of recursive tf.function. #52729

Merged
merged 1 commit into from Oct 28, 2021
Merged

Fix the deadlock issue of recursive tf.function. #52729

merged 1 commit into from Oct 28, 2021

Conversation

pranve
Copy link

@pranve pranve commented Oct 27, 2021

Replace threading.Lock with threading.RLock to allow recursive tf.function.

PiperOrigin-RevId: 401282729
Change-Id: I3d10416f2eb2c15e2055bb4f4afee3d62bd6c428

Replace threading.Lock with threading.RLock to allow recursive tf.function.

PiperOrigin-RevId: 401282729
Change-Id: I3d10416f2eb2c15e2055bb4f4afee3d62bd6c428
@google-cla google-cla bot added the cla: yes label Oct 27, 2021
@gbaned gbaned self-assigned this Oct 28, 2021
@gbaned gbaned added comp:eager Eager related issues size:M CL Change Size: Medium labels Oct 28, 2021
@gbaned gbaned added this to Assigned Reviewer in PR Queue via automation Oct 28, 2021
@gbaned gbaned assigned mihaimaruseac and unassigned gbaned Oct 28, 2021
PR Queue automation moved this from Assigned Reviewer to Approved by Reviewer Oct 28, 2021
@mihaimaruseac mihaimaruseac merged commit d251868 into tensorflow:r2.7 Oct 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes comp:eager Eager related issues size:M CL Change Size: Medium
Projects
PR Queue
  
Approved by Reviewer
Development

Successfully merging this pull request may close these issues.

None yet

5 participants