Commit a1fb44f
Uplift third_party/tt-mlir to origin/main (54c5bb24909cc3a05fb993316a33083c047f5bf7) 2025-10-28 (#3004)
This PR uplifts the third_party/tt-mlir submodule to the origin/main
---------
Co-authored-by: nvukobratTT <[email protected]>
Co-authored-by: Aleksandar Zecevic <[email protected]>1 parent fcf3cf2 commit a1fb44f
File tree
3 files changed
+16
-16
lines changed- forge
- csrc/passes
- forge
- third_party
3 files changed
+16
-16
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
147 | 147 | | |
148 | | - | |
| 148 | + | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
162 | | - | |
| 162 | + | |
163 | 163 | | |
164 | 164 | | |
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
169 | | - | |
| 168 | + | |
| 169 | + | |
170 | 170 | | |
171 | 171 | | |
172 | 172 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
| 40 | + | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | | - | |
| 52 | + | |
| 53 | + | |
54 | 54 | | |
55 | | - | |
| 55 | + | |
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
- .github/CODEOWNERS+1-1
- .github/build_scripts/ttnn-standalone.sh+1-1
- .github/test_scripts/pykernel.sh+1-1
- .github/test_scripts/ttnn_standalone.sh+1-1
- .github/workflows/call-test.yml+1-1
- docs/src/ci.md+1-1
- docs/src/getting-started.md+1-1
- docs/src/ttnn-bug-repros.md+1-1
- env/activate+3-2
- env/activate.fish+2-2
- include/ttmlir/Dialect/TTIR/IR/TTIROps.td+3-1
- include/ttmlir/Dialect/TTNN/IR/TTNNOps.td+2
- include/ttmlir/OpModel/TTNN/TTNNOpModel.h+5-2
- include/ttmlir/Target/Python/Utils.h+37
- include/ttmlir/Target/TTNN/operations/transformer.fbs+1
- lib/Conversion/StableHLOToTTIR/StableHLOToTTIRPatterns.cpp+271-5
- lib/Conversion/TTIRToTTNN/TTIRToTTNN.cpp+4-4
- lib/Conversion/TTNNToEmitC/TTNNToEmitC.cpp+1
- lib/Conversion/TTNNToEmitPy/TTNNToEmitPy.cpp+53-4
- lib/Dialect/StableHLO/Transforms/UpdateGlobalToLocalShapes.cpp+15-1
- lib/Dialect/TTIR/Pipelines/TTIRPipelines.cpp+4
- lib/Dialect/TTNN/Interfaces/TTNNOpModelInterface.cpp+2-2
- lib/OpModel/TTNN/CMakeLists.txt+3-3
- lib/OpModel/TTNN/TTNNOpModel.cpp+6-4
- lib/Target/TTNN/TTNNToFlatbuffer.cpp+5-2
- lib/Transforms/ConstEvalHoist.cpp+22
- python/Passes.cpp+4-14
- runtime/include/tt/runtime/detail/ttmetal/profiler.h+1-1
- runtime/include/tt/runtime/detail/ttnn/types/program_desc_cache.h+41
- runtime/include/tt/runtime/types.h+10
- runtime/lib/binary.cpp+7-2
- runtime/lib/common/system_desc.cpp+5-7
- runtime/lib/ttnn/operations/generic/generic_op.cpp+44-16
- runtime/lib/ttnn/operations/transformer/scaled_dot_product_attention.cpp+3-1
- runtime/lib/ttnn/utils/utils.cpp+4-3
- runtime/test/ttnn/python/distributed/llmbox/test_multiprocess.py+3-3
- runtime/test/ttnn/python/utils.py+1-1
- runtime/tools/chisel/chisel/core/context.py+14
- test/lit.cfg.py+6-4
- test/python/golden/test_ttir_ops.py+3-2
- test/ttmlir/Conversion/StableHLOToTTIR/batch_norm_grad_op.mlir+75
- test/ttmlir/Conversion/StableHLOToTTIR/batch_norm_training_op.mlir+3-3
- test/ttmlir/Silicon/StableHLO/n300/sdy_fill_cache1x2.mlir+4-3
- test/ttnn-jit/test_program_cache.py+123
- test/ttnn-jit/test_unary_composite.py-77
- test/unittests/OpModel/TTNN/Lib/TestOpModelLib.cpp+3-1
- test/unittests/OpModel/TTNN/Op/TestOpModelInterface.cpp+1
- test/unittests/lit.cfg.py+3-3
- third_party/CMakeLists.txt+1-1
- tools/tt-alchemist/templates/cpp/local/CMakeLists.txt+6-6
- tools/tt-alchemist/templates/cpp/standalone/run+2-2
- tools/tt-alchemist/templates/python/local/run+6-6
- tools/ttnn-jit/CMakeLists.txt+3
- tools/ttnn-jit/_src/jit.py+120
- tools/ttnn-jit/api.py+11-92
- tools/ttnn-jit/csrc/CMakeLists.txt+72
- tools/ttnn-jit/csrc/__init__.cpp+98
- tools/ttnn-jit/csrc/include/jit_cache.h+51
- tools/ttnn-jit/csrc/lib/jit_cache.cpp+80
- tools/ttnn-jit/setup.py+13-6
- tools/ttnn-standalone/CMakeLists.txt+6-6
- tools/ttrt/__init__.py+1-1
- tools/ttrt/common/perf.py+1
- tools/ttrt/common/util.py+3-1
- tools/ttrt/library_tweaks.py+8-5
- tools/ttrt/setup.py+1-1
0 commit comments