-
Notifications
You must be signed in to change notification settings - Fork 74.4k
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
Branch 169712715 #13241
Merged
Merged
Branch 169712715 #13241
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
The generated function was not always treating function parameters as distinct tensors. Added test would fail (the calls to np_g() would return [2., 2.] instead of [1., 1.]) without the corresponding change to backprop.py PiperOrigin-RevId: 169642367
PiperOrigin-RevId: 169644786
…ception. PiperOrigin-RevId: 169644909
PiperOrigin-RevId: 169645639
PiperOrigin-RevId: 169685214
This is the first of the three steps to support export strategies in _TrainingExecutor. PiperOrigin-RevId: 169689743
compiler/tf2xla/kernels. :tensorflow_opensource pulls in unconditional GPU dependencies that we don't need for the XLA compiler. PiperOrigin-RevId: 169694943
PiperOrigin-RevId: 169695795
PiperOrigin-RevId: 169702185
PiperOrigin-RevId: 169705577
PiperOrigin-RevId: 169706174
Fixes hermetic builds PiperOrigin-RevId: 169706567
…ns build script. PiperOrigin-RevId: 169708266
PiperOrigin-RevId: 169712715
allenlavoie
approved these changes
Sep 22, 2017
copybara-service bot
pushed a commit
that referenced
this pull request
Jun 4, 2024
Imported from GitHub PR openxla/xla#13241 Copybara import of the project: -- 99192a7119725e1b80153f8b29a229acb191c4f7 by Ilia Sergachev <[email protected]>: [GPU] Fail on conflicting autotuning results. Merging this change closes #13241 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#13241 from openxla:fail_on_result_conflict 99192a7119725e1b80153f8b29a229acb191c4f7 PiperOrigin-RevId: 640132567
copybara-service bot
pushed a commit
that referenced
this pull request
Jun 5, 2024
Imported from GitHub PR openxla/xla#13241 Copybara import of the project: -- 99192a7119725e1b80153f8b29a229acb191c4f7 by Ilia Sergachev <[email protected]>: [GPU] Fail on conflicting autotuning results. Merging this change closes #13241 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#13241 from openxla:fail_on_result_conflict 99192a7119725e1b80153f8b29a229acb191c4f7 PiperOrigin-RevId: 640132567
copybara-service bot
pushed a commit
that referenced
this pull request
Jun 5, 2024
Imported from GitHub PR openxla/xla#13241 Copybara import of the project: -- 99192a7119725e1b80153f8b29a229acb191c4f7 by Ilia Sergachev <[email protected]>: [GPU] Fail on conflicting autotuning results. Merging this change closes #13241 FUTURE_COPYBARA_INTEGRATE_REVIEW=openxla/xla#13241 from openxla:fail_on_result_conflict 99192a7119725e1b80153f8b29a229acb191c4f7 PiperOrigin-RevId: 640132567
copybara-service bot
pushed a commit
that referenced
this pull request
Jun 5, 2024
Imported from GitHub PR openxla/xla#13241 Copybara import of the project: -- 99192a7119725e1b80153f8b29a229acb191c4f7 by Ilia Sergachev <[email protected]>: [GPU] Fail on conflicting autotuning results. Merging this change closes #13241 PiperOrigin-RevId: 640502477
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.