forked from tensorflow/tensorflow
-
Notifications
You must be signed in to change notification settings - Fork 97
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
Develop upstream sync 230130 #1981
Closed
Closed
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
PiperOrigin-RevId: 504378746
…ter} PiperOrigin-RevId: 504382614
PiperOrigin-RevId: 504386021
PiperOrigin-RevId: 5043939
PiperOrigin-RevId: 504396775
Function aliases associate user-defined names to TF functions. This information is in the `MetaGraphDef` and is used to identify specific functions of interest (the actual function names change every time the model is saved as SavedModel). This change preserves the function aliases through the TF functions, so that the same functions (quantized, after the quantization passes) are still associated with the same aliases. This is done by preventing the aliased functions from being inlined by `MarkFunctionsNoinlinePass`. The pass receives a list of names that should not be inlined, so the names should be passed along from the quantizer's python API. PiperOrigin-RevId: 504396824
PiperOrigin-RevId: 504405735
PiperOrigin-RevId: 504406216
PiperOrigin-RevId: 504407156
Github issue:tensorflow#59117 PiperOrigin-RevId: 504408822
…ucescatter PiperOrigin-RevId: 504415558
…u on OSS PiperOrigin-RevId: 504416200
PiperOrigin-RevId: 504416827
PiperOrigin-RevId: 504427375
PiperOrigin-RevId: 504431855
END_PUBLIC Breaks TF Kokoro builds *** Original change description *** BEGIN_OLD_PUBLIC PR tensorflow#58640: [INTEL oneDNN] OneDNN Refactoring Part 1: Remove obsolete operations Imported from GitHub PR tensorflow#58640 This PR removes obsolete oneDNN operations (oneDNN blocked format related) as well as MKL layout pass tests and conversion tests (test cases are all related to blocked format). Results: 1. 12 source files are deleted 2. 8 source files are update (bazel files, tests) 3. Total 8843 lines of code are cleaned away! Copyba... *** BEGIN_OLD_PUBLIC Rollback to unbreak PiperOrigin-RevId: 504447880
PiperOrigin-RevId: 504450668
PiperOrigin-RevId: 504454553
PiperOrigin-RevId: 504459690
Updates LLVM usage to match [6363320ba6be](llvm/llvm-project@6363320ba6be) PiperOrigin-RevId: 504462204
clog library is no longer used in TensorFlow PiperOrigin-RevId: 504469358
PiperOrigin-RevId: 504472780
Also add python 3.10 and python 3.11 PiperOrigin-RevId: 504480644
PiperOrigin-RevId: 504489854
PiperOrigin-RevId: 504489888
These tests currently cannot run as the API to TensorFlow has been updated and does not match the current release of tensorflow-io
…da_warnings PiperOrigin-RevId: 504500145
PiperOrigin-RevId: 504506568
PR tensorflow#52014: [TFLite] Use integer-only operations for the quantized reference REDUCE_MEAN and REDUCE_SUM kernels Imported from GitHub PR tensorflow#52014 Hello, This PR refactors the different quantized reference reduce mean kernels into a single `QuantizedMeanOrSum` solving the following [TODO](https://github.com/tensorflow/tensorflow/blob/master/tensorflow/lite/kernels/reduce.cc#L359) and also removes the now unused code. The `QuantizedMeanOrSu... PiperOrigin-RevId: 504510364
…thon) PiperOrigin-RevId: 505264303
Copying memory from host is a slow and blocking operation, launch it into a thread pool and signal completion via the AsyncValue and se::Event. PiperOrigin-RevId: 505268768
PiperOrigin-RevId: 505304324
PiperOrigin-RevId: 505304330
Also be slightly smarter about applying strategies. PiperOrigin-RevId: 505336951
…lization PiperOrigin-RevId: 505342980
PiperOrigin-RevId: 505363577
Updates LLVM usage to match [32ac9db7a5c8](llvm/llvm-project@32ac9db7a5c8) PiperOrigin-RevId: 505366611
Using a shape override causes all prefetches to consider the same duration for prefetches, hence making it more likely to schedule prefetches in roughly FIFO order. PiperOrigin-RevId: 505429547
PiperOrigin-RevId: 505435402
PiperOrigin-RevId: 505438930
PiperOrigin-RevId: 505450806
PiperOrigin-RevId: 505450980
PiperOrigin-RevId: 505548162
PiperOrigin-RevId: 505615493
PiperOrigin-RevId: 505615494
PiperOrigin-RevId: 505619534
//tensorflow/core/profiler/backends/gpu:device_tracer_test_gpu is failed again. We didn't disable it at the last week sync. |
close this PR due to #1987 |
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.
Disable unit tests:
Also, roc_blas.cc needs to be upstreaming.
https://github.com/ROCmSoftwarePlatform/frameworks-internal/issues/3547