File tree
3 files changed
+45
-45
lines changed- externals
- lib/Dialect/TorchConversion/Transforms
3 files changed
+45
-45
lines changedSubmodule llvm-project updated 2641 files
- BUILD.bazel-16
- CMakeLists.txt-4
- WORKSPACE.bazel+2-2
- build_tools/llvm_version.txt+1-1
- docs/generated/stablehlo_linalg_passes.md-1
- docs/generated/stablehlo_passes.md-7
- docs/generated/stablehlo_tosa_passes.md-1
- docs/spec.md+2-6
- rfcs/20241001-microscaling-formats.md-199
- stablehlo/conversions/linalg/tests/miscellaneous.mlir-19
- stablehlo/conversions/linalg/transforms/TypeConversion.cpp+10-9
- stablehlo/dialect/Base.cpp+19-2
- stablehlo/dialect/Base.td+2-3
- stablehlo/dialect/StablehloOps.cpp+4-44
- stablehlo/dialect/Version.cpp+2-5
- stablehlo/dialect/Version.h+1-1
- stablehlo/dialect/VhloBytecode.cpp+1-49
- stablehlo/dialect/VhloDialect.td-1
- stablehlo/dialect/VhloTypes.cpp-24
- stablehlo/dialect/VhloTypes.td-12
- stablehlo/reference/Tensor.cpp+43-15
- stablehlo/reference/Types.cpp+4-6
- stablehlo/testdata/igamma_float64_20_20_float64_20_20_chlo.mlir+1-1
- stablehlo/testdata/igammac_float64_20_20_float64_20_20_chlo.mlir+1-1
- stablehlo/tests/interpret/constant.mlir-32
- stablehlo/tests/ops_stablehlo.mlir+8-40
- stablehlo/tests/ops_stablehlo_quantized.mlir+53-53
- stablehlo/tests/ops_stablehlo_roundtrip.mlir-4
- stablehlo/tests/transforms/stablehlo_aggressive_folder.mlir-220
- stablehlo/tests/transforms/stablehlo_aggressive_simplification.mlir+528-552
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.1_8_0.mlir-2.9k
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.1_8_0.mlir.bc
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.mlir-32
- stablehlo/tests/vhlo/vhlo_to_version_downgrade_invalid.1_7_0.mlir-35
- stablehlo/tests/vhlo/vhlo_to_version_downgrade_patch.mlir-15
- stablehlo/transforms/CMakeLists.txt+2-7
- stablehlo/transforms/PassUtils.cpp+2-31
- stablehlo/transforms/PassUtils.h+12-27
- stablehlo/transforms/Passes.h-5
- stablehlo/transforms/Passes.td-2
- stablehlo/transforms/StablehloAggressiveFolder.cpp+7-245
- stablehlo/transforms/StablehloAggressiveSimplification.cpp+492-98
- stablehlo/transforms/StablehloAggressiveSimplificationPatterns.td-281
- stablehlo/transforms/VhloToVersion.cpp-7
Lines changed: 43 additions & 43 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
57 | 57 |
| |
58 | 58 |
| |
59 | 59 |
| |
60 |
| - | |
61 |
| - | |
62 |
| - | |
63 |
| - | |
64 |
| - | |
65 |
| - | |
66 |
| - | |
67 |
| - | |
68 |
| - | |
69 |
| - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
70 | 70 |
| |
71 | 71 |
| |
72 | 72 |
| |
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
87 |
| - | |
88 |
| - | |
89 |
| - | |
90 |
| - | |
91 |
| - | |
92 |
| - | |
93 |
| - | |
94 |
| - | |
95 |
| - | |
96 |
| - | |
97 |
| - | |
98 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
99 | 99 |
| |
100 | 100 |
| |
101 | 101 |
| |
| |||
112 | 112 |
| |
113 | 113 |
| |
114 | 114 |
| |
115 |
| - | |
116 |
| - | |
117 |
| - | |
118 |
| - | |
119 |
| - | |
120 |
| - | |
121 |
| - | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
122 | 122 |
| |
123 | 123 |
| |
124 | 124 |
| |
| |||
137 | 137 |
| |
138 | 138 |
| |
139 | 139 |
| |
140 |
| - | |
141 |
| - | |
142 |
| - | |
143 |
| - | |
144 |
| - | |
145 |
| - | |
146 |
| - | |
147 |
| - | |
148 |
| - | |
149 |
| - | |
150 |
| - | |
151 |
| - | |
152 |
| - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
153 | 153 |
| |
154 | 154 |
| |
155 | 155 |
| |
|
0 commit comments