File tree
7 files changed
+150
-108
lines changed- externals
- include/torch-mlir/Conversion/TorchToTosa
- lib
- Conversion/TorchToTosa
- Dialect/Torch/Utils
7 files changed
+150
-108
lines changedSubmodule llvm-project updated 4692 files
- BUILD.bazel+1-1
- WORKSPACE.bazel+2-2
- build_tools/llvm_version.txt+1-1
- docs/awesome.md+17-1
- stablehlo/conversions/linalg/transforms/Rewriters.h+3-16
- stablehlo/conversions/linalg/transforms/StablehloLegalizeToLinalg.cpp+39-38
- stablehlo/dialect/AssemblyFormat.cpp+23
- stablehlo/dialect/AssemblyFormat.h+59
- stablehlo/dialect/Base.cpp+17
- stablehlo/dialect/Base.h+3
- stablehlo/dialect/Base.td+17
- stablehlo/dialect/CMakeLists.txt+1-1
- stablehlo/dialect/StablehloAttrs.td+15
- stablehlo/dialect/StablehloBytecode.cpp+79-7
- stablehlo/dialect/StablehloEnums.td+23
- stablehlo/dialect/StablehloOps.cpp+38
- stablehlo/dialect/StablehloOps.td+19-2
- stablehlo/dialect/TypeInference.cpp+29-4
- stablehlo/dialect/TypeInference.h+9
- stablehlo/dialect/Version.cpp+3-3
- stablehlo/dialect/Version.h+1-1
- stablehlo/dialect/VhloAttrs.td+24-11
- stablehlo/dialect/VhloBytecode.cpp+74-1
- stablehlo/dialect/VhloDialect.td+1
- stablehlo/dialect/VhloEnums.td+33-1
- stablehlo/dialect/VhloOps.cpp+9-8
- stablehlo/dialect/VhloOps.td+8-1
- stablehlo/integrations/c/StablehloAttributes.cpp+67
- stablehlo/integrations/c/StablehloAttributes.h+37
- stablehlo/integrations/python/StablehloModule.cpp+44
- stablehlo/integrations/python/tests/stablehlo.py+21
- stablehlo/reference/Types.cpp+6-7
- stablehlo/tests/ops_stablehlo.mlir+40
- stablehlo/tests/ops_stablehlo_bounded_dynamism.mlir+63
- stablehlo/tests/ops_stablehlo_roundtrip.mlir+5
- stablehlo/tests/print_stablehlo.mlir+13
- stablehlo/tests/transforms/stablehlo_aggressive_simplification.mlir+11
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.1_9_0.mlir+3.0k
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.1_9_0.mlir.bc
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.mlir+31-1
- stablehlo/tests/vhlo/vhlo_attributes_invalid.mlir+26
- stablehlo/tests/vhlo/vhlo_to_version_downgrade.1_8_0.mlir+24
- stablehlo/tests/vhlo/vhlo_to_version_downgrade_invalid.1_8_0.mlir+22
- stablehlo/transforms/MapStablehloToVhlo.h+1-1
- stablehlo/transforms/PassUtils.h+3-3
- stablehlo/transforms/Passes.h+5
- stablehlo/transforms/StablehloAggressiveSimplification.cpp+20-2
- stablehlo/transforms/StablehloComplexMathExpanderPatterns.td+6-3
- stablehlo/transforms/StablehloLegalizeToVhlo.cpp+24
- stablehlo/transforms/VhloLegalizeToStablehlo.cpp+24
- stablehlo/transforms/VhloToVersion.cpp+53
- stablehlo/transforms/VhloToVersionPatterns.td+16
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
48 | 52 |
| |
49 | 53 |
| |
50 | 54 |
| |
| |||
127 | 131 |
| |
128 | 132 |
| |
129 | 133 |
| |
130 |
| - | |
131 |
| - | |
132 |
| - | |
133 |
| - | |
134 |
| - | |
135 | 134 |
| |
136 | 135 |
| |
137 | 136 |
| |
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
122 |
| - | |
123 |
| - | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
124 | 125 |
| |
125 | 126 |
| |
126 | 127 |
| |
| |||
384 | 385 |
| |
385 | 386 |
| |
386 | 387 |
| |
387 |
| - | |
| 388 | + | |
| 389 | + | |
388 | 390 |
| |
389 | 391 |
| |
390 | 392 |
| |
| |||
650 | 652 |
| |
651 | 653 |
| |
652 | 654 |
| |
653 |
| - | |
| 655 | + | |
| 656 | + | |
654 | 657 |
| |
655 | 658 |
| |
656 | 659 |
| |
| |||
973 | 976 |
| |
974 | 977 |
| |
975 | 978 |
| |
976 |
| - | |
977 |
| - | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
978 | 982 |
| |
979 | 983 |
| |
980 | 984 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
150 | 150 |
| |
151 | 151 |
| |
152 | 152 |
| |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
153 | 165 |
| |
154 | 166 |
| |
155 | 167 |
| |
| |||
301 | 313 |
| |
302 | 314 |
| |
303 | 315 |
| |
304 |
| - | |
305 |
| - | |
| 316 | + | |
| 317 | + | |
306 | 318 |
| |
307 | 319 |
| |
308 | 320 |
| |
309 | 321 |
| |
310 | 322 |
| |
311 | 323 |
| |
312 |
| - | |
313 |
| - | |
| 324 | + | |
| 325 | + | |
314 | 326 |
| |
315 | 327 |
| |
316 | 328 |
| |
317 | 329 |
| |
318 | 330 |
| |
319 |
| - | |
320 |
| - | |
| 331 | + | |
| 332 | + | |
321 | 333 |
| |
322 |
| - | |
323 |
| - | |
324 |
| - | |
| 334 | + | |
| 335 | + | |
| 336 | + | |
325 | 337 |
| |
326 |
| - | |
327 |
| - | |
328 |
| - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
329 | 341 |
| |
330 | 342 |
| |
331 | 343 |
| |
| |||
488 | 500 |
| |
489 | 501 |
| |
490 | 502 |
| |
491 |
| - | |
492 |
| - | |
493 |
| - | |
494 |
| - | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
495 | 507 |
| |
496 | 508 |
| |
497 | 509 |
| |
| |||
500 | 512 |
| |
501 | 513 |
| |
502 | 514 |
| |
503 |
| - | |
504 |
| - | |
505 |
| - | |
506 |
| - | |
507 |
| - | |
508 |
| - | |
509 |
| - | |
510 |
| - | |
511 |
| - | |
512 |
| - | |
513 |
| - | |
514 |
| - | |
515 | 515 |
| |
516 | 516 |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
652 | 652 |
| |
653 | 653 |
| |
654 | 654 |
| |
655 |
| - | |
| 655 | + | |
656 | 656 |
| |
657 |
| - | |
| 657 | + | |
658 | 658 |
| |
659 |
| - | |
| 659 | + | |
660 | 660 |
| |
661 |
| - | |
| 661 | + | |
662 | 662 |
| |
663 | 663 |
| |
664 | 664 |
| |
|
0 commit comments