File tree
4 files changed
+4
-4
lines changed- docs
- third_party
- utils
4 files changed
+4
-4
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 |
| - | |
| 18 | + | |
19 | 19 |
| |
20 | 20 |
| |
21 | 21 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
55 |
| - | |
| 55 | + | |
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
|
- BUILD.bazel+18-1
- WORKSPACE.bazel+2-2
- build_tools/llvm_version.txt+1-1
- build_tools/math/README.md+39-2
- build_tools/math/generate_ChloDecompositionPatternsMath.py+7
- build_tools/math/generate_tests.py+32-40
- docs/generated/stablehlo_passes.md+43
- docs/spec.md+4-2
- rfcs/20240808-f8E4M3_f8E3M4.md+178
- stablehlo/conversions/linalg/transforms/CMakeLists.txt-3
- stablehlo/conversions/tosa/transforms/CMakeLists.txt-3
- stablehlo/dialect/Base.cpp+3-2
- stablehlo/dialect/Base.td+2-2
- stablehlo/dialect/Version.cpp+1
- stablehlo/dialect/Version.h+1-1
- stablehlo/dialect/VhloBytecode.cpp+23-1
- stablehlo/dialect/VhloDialect.td+1
- stablehlo/dialect/VhloTypes.cpp+12
- stablehlo/dialect/VhloTypes.td+6
- stablehlo/integrations/c/StablehloApi.cpp+4-4
- stablehlo/integrations/c/StablehloApi.h+19-12
- stablehlo/integrations/c/StablehloAttributes.cpp+54
- stablehlo/integrations/c/StablehloAttributes.h+33
- stablehlo/integrations/python/StablehloApi.cpp+12-44
- stablehlo/integrations/python/StablehloModule.cpp+56
- stablehlo/integrations/python/tests/stablehlo.py+26
- stablehlo/reference/Tensor.cpp+17-5
- stablehlo/reference/Types.cpp+2-1
- stablehlo/tests/chlo/chlo_legalize_to_stablehlo.mlir+87-23
- stablehlo/tests/interpret/constant.mlir+16
- stablehlo/tests/interpret/dot_general.mlir+23
- stablehlo/tests/math/atan_complex128.mlir+19
- stablehlo/tests/math/atan_complex64.mlir+19
- stablehlo/tests/math/atan_float32.mlir+19
- stablehlo/tests/math/atan_float64.mlir+19
- stablehlo/tests/math/atanh_complex128.mlir+19
- stablehlo/tests/math/atanh_complex64.mlir+19
- stablehlo/tests/math/atanh_float32.mlir+19
- stablehlo/tests/math/atanh_float64.mlir+19
- stablehlo/tests/ops_stablehlo.mlir+24-8
- stablehlo/tests/ops_stablehlo_quantized.mlir+53-53
- stablehlo/tests/ops_stablehlo_roundtrip.mlir+2
- stablehlo/tests/transforms/shape_legalize_to_stablehlo.mlir
- stablehlo/tests/transforms/stablehlo_aggressive_folder.mlir
- stablehlo/tests/transforms/stablehlo_aggressive_simplification.mlir
- stablehlo/tests/transforms/stablehlo_canonicalize_dynamism.mlir
- stablehlo/tests/transforms/stablehlo_convert_to_signless.mlir
- stablehlo/tests/transforms/stablehlo_create_compatibility_expander.mlir+43
- stablehlo/tests/transforms/stablehlo_legalize_composite_to_call.mlir
- stablehlo/tests/transforms/stablehlo_legalize_deprecated_ops.mlir
- stablehlo/tests/transforms/stablehlo_legalize_quant_to_int.mlir
- stablehlo/tests/transforms/stablehlo_legalize_quantized_op_to_qdq.mlir
- stablehlo/tests/transforms/stablehlo_probe_instrumentation.mlir
- stablehlo/tests/transforms/stablehlo_refine_parameters.mlir
- stablehlo/tests/transforms/stablehlo_refine_shapes.mlir
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.1_7_0.mlir+2.9k
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.1_7_0.mlir.bc
- stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.mlir+16
- stablehlo/tests/vhlo/vhlo_to_version_downgrade_invalid.1_6_0.mlir+15
- stablehlo/transforms/CMakeLists.txt+7
- stablehlo/transforms/ChloDecompositionPatterns.td+1-18
- stablehlo/transforms/ChloDecompositionPatternsMath.td+205-1
- stablehlo/transforms/Passes.h+7
- stablehlo/transforms/Passes.td+48
- stablehlo/transforms/StablehloAggressiveFolder.cpp+1-1
- stablehlo/transforms/StablehloCreateCompatibilityExpander.cpp+132
- stablehlo/transforms/StablehloCreateCompatibilityExpanderPatterns.td+47
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1 | 1 |
| |
2 | 2 |
| |
3 |
| - | |
| 3 | + |
0 commit comments