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

r2.12 cherry-pick: Merge pull request https://github.com/tensorflow/tensorflow/pull/59581 from Intel-tensorflow:security_fix_quantiz #59842

Merged
merged 2 commits into from Mar 1, 2023

Conversation

venkat2469
Copy link
Contributor

[xla:gpu] Serialize autotuning on GPU devices
Merge pull request #59581 from Intel-tensorflow:security_fix_quantiz

This change uses UpgradeableReaderMutexLock to protect runtime autotuning. Before this change, a reader mutex is used, which may cause multiple instances of runtime autotuning to run concurrently. Removing such concurrency helps to minimize autotuning noise.

PiperOrigin-RevId: 511290070
@venkat2469 venkat2469 closed this Mar 1, 2023
@venkat2469 venkat2469 deleted the venkat-patch-1 branch March 1, 2023 00:50
@venkat2469 venkat2469 restored the venkat-patch-1 branch March 1, 2023 00:51
@venkat2469 venkat2469 reopened this Mar 1, 2023
@learning-to-play learning-to-play merged commit 37f8b09 into r2.12 Mar 1, 2023
@venkat2469 venkat2469 deleted the venkat-patch-1 branch March 2, 2023 01:21
@venkat2469 venkat2469 changed the title Merge pull request https://github.com/tensorflow/tensorflow/pull/59581 from Intel-tensorflow:security_fix_quantiz r2.12 cherry-pick: Merge pull request https://github.com/tensorflow/tensorflow/pull/59581 from Intel-tensorflow:security_fix_quantiz Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants