Commit 49f97f1
Merged commit includes the following changes:
467408627 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update sqlite version in TF
--
467380418 by A. Unique TensorFlower<gardener@tensorflow.org>:
compat: Update forward compatibility horizon to 2022-08-13
--
467378663 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update GraphDef version to 1222.
--
467363891 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/b750bc2999cf02abca6ad9eeff0a04ec7bf3b683.
--
467363622 by A. Unique TensorFlower<gardener@tensorflow.org>:
[xla:runtime] NFC: Move constraints documentation from jitrt to xla/runtime/constraints
--
467362586 by A. Unique TensorFlower<gardener@tensorflow.org>:
[xla:runtime] NFC: Extract JitCompilationContext library from jitrt and move it to xla/runtime
--
467361314 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/0a042cbb5275e6ff9a3a7c2748c74df6dcede09e.
--
467360160 by A. Unique TensorFlower<gardener@tensorflow.org>:
[xla:runtime] NFC: Extract calling_convention library from jitrt and move it to xla/runtime
--
467341954 by A. Unique TensorFlower<gardener@tensorflow.org>:
Op documentation update.
update of g3doc/_includes/tf_passes.md
--
467341426 by A. Unique TensorFlower<gardener@tensorflow.org>:
Refactor SELECT_V2 in preparation for porting to TFLM.
--
467340678 by A. Unique TensorFlower<gardener@tensorflow.org>:
Create some global stat tracking for CompilationEnvironments. This tracking can be used to help debug cases in which multiple CompilationEnvironments are used to compile a single HloModule (which should not happen).
--
467339870 by A. Unique TensorFlower<gardener@tensorflow.org>:
Automated rollback of changelist 467224197.
467339756 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/b20ec05d272477fa6223213687bb22145df92674.
--
467339529 by A. Unique TensorFlower<gardener@tensorflow.org>:
[XLA] Bugfix for gather index parallel partitioning where the sharded non-parallel dims in indices are not handled.
--
467337900 by A. Unique TensorFlower<gardener@tensorflow.org>:
[XLA] Minor renamings, refactorings, checks.
--
467337622 by A. Unique TensorFlower<gardener@tensorflow.org>:
Remove unneeded dependency.
--
467337170 by A. Unique TensorFlower<gardener@tensorflow.org>:
Integrate LLVM at llvm/llvm-project@2c3ca3b684bb
Updates LLVM usage to match
[2c3ca3b684bb](llvm/llvm-project@2c3ca3b684bb)
--
467335264 by A. Unique TensorFlower<gardener@tensorflow.org>:
[SavedModel Fingerprinting] Add hash #5, which represents the checkpoint.
The `checkpoint_hash` is a hash of the serialized .index file, which is the metadata file of the TensorBundle containing a string-string table
of the name of a tensor to its serialized BundleEntryProto. The BundleEntryProto contains a crc32 hash of the tensor contents, but not the contents of the tensor itself.
RFC: tensorflow/community#415
--
467334010 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/76b3fea4cc9d5e7cb8a85798e41a61a55c301578.
--
467332094 by A. Unique TensorFlower<gardener@tensorflow.org>:
[xla:runtime] NFC: Extract executable library from jitrt and move it to xla/runtime
--
467324078 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <vector> for 'std::vector'
--
467322782 by A. Unique TensorFlower<gardener@tensorflow.org>:
PR #57137: [oneDNN] Skip appending kernel registration to log message for MKL ops
Imported from GitHub PR tensorflow/tensorflow#57137
This PR skips printing kernel registrations for MKL ops since it leads to performance drop for some eager models caused by this commit tensorflow/tensorflow@c04f65d This is a temporary fix and the condition will be removed when support for block format is removed as a more permanent fix.
Copybara import of the project:
--
89c4c20fd138a0e992599ac333e1b41417bdd7a5 by Kanvi Khanna <kanvi.khanna@intel.com>:
[oneDNN] Skip appending kernel registration to log message for MKL ops
Merging this change closes #57137
--
467322425 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <memory> for 'std::unique_ptr'
--
467321561 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
'int64' is deprecated: Use int64_t instead.
--
467321058 by A. Unique TensorFlower<gardener@tensorflow.org>:
PR #57089: [TF-TRT] Adjusting Conv2D Test Tolerance
Imported from GitHub PR tensorflow/tensorflow#57089
This PR adjusts & fixes the unittest tolerance for the test `Conv2DStridedNCHWTest` in INT8 mode.
Copybara import of the project:
--
13e4bff8394aaa58f2cdf07b6495f6793a1d2324 by DEKHTIARJonathan <contact@jonathandekhtiar.eu>:
[TF-TRT] Adjusting Conv2D Test Tolerance
Merging this change closes #57089
--
467320826 by A. Unique TensorFlower<gardener@tensorflow.org>:
PR #55804: [TF-TRT] Various Cleanups & Python Debugging Assertion Improvements
Imported from GitHub PR tensorflow/tensorflow#55804
This PR cleans a few spots in the code base, improves the debuggability of assertion messages in unittests. And replace `distutils.version.LooseVersion` (deprecated) with `packaging.version.Version` (new recommended API).
Copybara import of the project:
--
a4d15ef2cbdcefbf634228b9a5a58a559a5206e5 by DEKHTIARJonathan <contact@jonathandekhtiar.eu>:
[TF-TRT] Various Cleanups & Python Debugging Assertion Improvements
Merging this change closes #55804
--
467320083 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <ostream> for 'std::ostream'
--
467319094 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
'int64' is deprecated: Use int64_t instead.
--
467318151 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <iterator> for 'std::back_inserter'
--
467316931 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
using decl 'IsSubsetOf' is unused
--
467316097 by A. Unique TensorFlower<gardener@tensorflow.org>:
Move passes under tensorflow/compiler/mlir/tensorflow/.
--
467315812 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <memory> for 'std::unique_ptr'
--
467314236 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <memory> for 'std::unique_ptr'
--
467313254 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <vector> for 'std::vector'
missing #include <memory> for 'std::make_unique'
--
467312293 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
using decl 'RangeSquareDataset' is unused
--
467311309 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <vector> for 'std::vector'
--
467310637 by A. Unique TensorFlower<gardener@tensorflow.org>:
PR #57013: [TF-TRT] Add LogSoftmax Support for TF-TRT
Imported from GitHub PR tensorflow/tensorflow#57013
This PR adds TF-TRT support to `tf.nn.log_softmax` operation. This is performed using the formula `logsoftmax = logits - log(reduce_sum(exp(logits), axis=-1))` . The implemented TRT layers are fused into a single op.
@DEKHTIARJonathan @tfeher : Please review the changes.
Copybara import of the project:
--
1a8eb9a28dc919f815cbf9c58e0c383992faa08b by Pavani Majety <pmajety@nvidia.com>:
Add LogSoftmax conversion
Fix Softmax comments
[TF-TRT] Move LogSoftmax to use OpConverterBase
Fix compiler errors
clang-format
Undo changes to convert_nodes.cc
Fix comments
Merging this change closes #57013
--
467310335 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <array> for 'std::array'
--
467310313 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update test config in cross device ops
--
467309032 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/eba528ef667653c3554984e5c05573b152c9893b.
--
467308765 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <vector> for 'std::vector'
--
467307702 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <vector> for 'std::vector'
--
467306473 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
'int64' is deprecated: Use int64_t instead.
--
467306092 by A. Unique TensorFlower<gardener@tensorflow.org>:
PR #56771: Add return_index_map argument in ssim()
Imported from GitHub PR tensorflow/tensorflow#56771
Closes #53115
Copybara import of the project:
--
8f5a1b1e8c10ae0ff705d95f605df41e674b9102 by CohenAriel <ariel17112005@gmail.com>:
Add return_index_map argument in ssim()
Merging this change closes #56771
--
467305190 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
missing #include <unordered_map> for 'std::unordered_map'
missing #include <vector> for 'std::vector'
missing #include <memory> for 'std::shared_ptr'
--
467304747 by A. Unique TensorFlower<gardener@tensorflow.org>:
[tfrt:jitrt] NFC: Remove Executable::KernelContext
It was added before runtime::KernelContext and is not used anywhere. Remove it to avoid confusion. In the future we should reuse runtime::KernelContext as an extension point for user-defined memory allocation etc.
--
467303335 by A. Unique TensorFlower<gardener@tensorflow.org>:
#tf-data-service #codehealth Clean up clang-tidy report.
'int64' is deprecated: Use int64_t instead.
--
467301808 by A. Unique TensorFlower<gardener@tensorflow.org>:
Changes all local `State` or `TaskState` enum in coordination service into `CoordinatedTaskState` enum in proto.
--
467300580 by A. Unique TensorFlower<gardener@tensorflow.org>:
lite: enable variable freezing in tf_tfl_translate tester
--
467298890 by A. Unique TensorFlower<gardener@tensorflow.org>:
Update TFRT dependency to use revision
http://github.com/tensorflow/runtime/commit/9bb23f7d1ee0e9a55d26c7168790667e5266a74c.
--
467292686 by A. Unique TensorFlower<gardener@tensorflow.org>:
[xla:runtime] NFC: Move execution_engine library from jitrt to xla/runtime
--
467280901 by A. Unique TensorFlower<gardener@tensorflow.org>:
[GML] Add tests for concat in the GML tiling and fusion pipeline
--
467276349 by A. Unique TensorFlower<gardener@tensorflow.org>:
[GML] Implement dim-based shape reification for concat
--
467273958 by A. Unique TensorFlower<gardener@tensorflow.org>:
Change mutexes under stream_executor/gpu to use absl::Mutex and absl::MutexLock instead of tensorflow::mutex and tensorflow::mutex_lock. Change instance of absl::make_unique to std::make_unique
--
467272897 by A. Unique TensorFlower<gardener@tensorflow.org>:
[tf.data] Prepend `/bufferedio/` for all paths passed to LoadDataset op.
--
PiperOrigin-RevId: 4674086271 parent db84fb3 commit 49f97f1
117 files changed
Lines changed: 3908 additions & 1137 deletions
File tree
- tensorflow
- cc/saved_model
- compiler
- mlir
- g3doc/_includes
- lite
- tensorflow
- tests
- transforms
- tfrt
- benchmarks
- jit
- python_binding
- tests/jit
- tf2tensorrt
- convert
- ops
- xla
- mlir_hlo
- include/mlir-hlo/Dialect/gml_st/transforms
- lib/Dialect/gml_st/transforms
- tests
- Dialect/gml_st
- mlir
- transforms/runtime
- utils/runtime
- runtime
- service
- spmd
- core
- data/service
- distributed_runtime/coordination
- framework
- kernels/data/experimental
- protobuf
- public
- lite
- core/api
- kernels/internal
- reference
- python
- compat
- compiler/tensorrt
- test
- distribute
- ops
- saved_model
- stream_executor/gpu
- tools/api/golden
- v1
- v2
- third_party
- llvm
- tf_runtime
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
| 384 | + | |
384 | 385 | | |
385 | 386 | | |
| 387 | + | |
386 | 388 | | |
387 | 389 | | |
388 | 390 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| 26 | + | |
26 | 27 | | |
27 | 28 | | |
28 | 29 | | |
| |||
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| 35 | + | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
36 | 39 | | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
40 | 43 | | |
| 44 | + | |
41 | 45 | | |
42 | 46 | | |
43 | 47 | | |
| |||
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
89 | 107 | | |
90 | 108 | | |
91 | 109 | | |
| |||
94 | 112 | | |
95 | 113 | | |
96 | 114 | | |
97 | | - | |
| 115 | + | |
| 116 | + | |
98 | 117 | | |
99 | 118 | | |
100 | 119 | | |
| |||
114 | 133 | | |
115 | 134 | | |
116 | 135 | | |
| 136 | + | |
| 137 | + | |
117 | 138 | | |
118 | 139 | | |
119 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
| 46 | + | |
| 47 | + | |
47 | 48 | | |
48 | | - | |
49 | | - | |
| 49 | + | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
| |||
63 | 64 | | |
64 | 65 | | |
65 | 66 | | |
66 | | - | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
80 | 83 | | |
81 | 84 | | |
82 | | - | |
83 | | - | |
84 | | - | |
| 85 | + | |
| 86 | + | |
85 | 87 | | |
86 | 88 | | |
87 | 89 | | |
| |||
90 | 92 | | |
91 | 93 | | |
92 | 94 | | |
93 | | - | |
94 | | - | |
95 | | - | |
| 95 | + | |
| 96 | + | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
| |||
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
109 | | - | |
110 | | - | |
111 | | - | |
| 110 | + | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | | - | |
119 | | - | |
120 | | - | |
| 118 | + | |
| 119 | + | |
121 | 120 | | |
122 | 121 | | |
123 | 122 | | |
124 | | - | |
| 123 | + | |
125 | 124 | | |
126 | 125 | | |
127 | 126 | | |
| |||
132 | 131 | | |
133 | 132 | | |
134 | 133 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 134 | + | |
| 135 | + | |
138 | 136 | | |
139 | 137 | | |
140 | 138 | | |
141 | | - | |
| 139 | + | |
142 | 140 | | |
143 | | - | |
| 141 | + | |
144 | 142 | | |
145 | 143 | | |
146 | 144 | | |
147 | 145 | | |
148 | 146 | | |
149 | 147 | | |
150 | | - | |
151 | | - | |
152 | | - | |
| 148 | + | |
| 149 | + | |
153 | 150 | | |
154 | 151 | | |
155 | 152 | | |
156 | | - | |
| 153 | + | |
157 | 154 | | |
158 | 155 | | |
159 | 156 | | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
160 | 167 | | |
161 | 168 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
541 | 541 | | |
542 | 542 | | |
543 | 543 | | |
| 544 | + | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
544 | 559 | | |
545 | 560 | | |
546 | 561 | | |
| |||
661 | 676 | | |
662 | 677 | | |
663 | 678 | | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
664 | 693 | | |
665 | 694 | | |
666 | 695 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
21 | 22 | | |
22 | 23 | | |
23 | 24 | | |
| |||
294 | 295 | | |
295 | 296 | | |
296 | 297 | | |
297 | | - | |
| 298 | + | |
| 299 | + | |
298 | 300 | | |
299 | 301 | | |
300 | | - | |
| 302 | + | |
301 | 303 | | |
302 | 304 | | |
303 | 305 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1153 | 1153 | | |
1154 | 1154 | | |
1155 | 1155 | | |
| 1156 | + | |
1156 | 1157 | | |
1157 | 1158 | | |
1158 | 1159 | | |
| |||
1165 | 1166 | | |
1166 | 1167 | | |
1167 | 1168 | | |
| 1169 | + | |
1168 | 1170 | | |
1169 | 1171 | | |
1170 | 1172 | | |
| |||
0 commit comments