Skip to content

Commit

Permalink
update stablehlo
Browse files Browse the repository at this point in the history
Signed-off-by: Yan Xu <[email protected]>
  • Loading branch information
Connor-XY committed Jun 10, 2024
1 parent 8003881 commit 51f1f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/stablehlo
Submodule stablehlo updated 31 files
+46 −2 BUILD.bazel
+3 −4 CODE_OF_CONDUCT.md
+7 −2 build_tools/github_actions/ci_build_docs.sh
+2 −0 docs/_toc.yaml
+31 −0 docs/generated/interpreter_passes.md
+6 −30 docs/generated/stablehlo_passes.md
+2 −1 docs/spec.md
+0 −2 stablehlo/conversions/linalg/transforms/CMakeLists.txt
+12 −0 stablehlo/dialect/StablehloOps.cpp
+2 −0 stablehlo/dialect/StablehloOps.td
+21 −0 stablehlo/dialect/TypeInference.cpp
+3 −0 stablehlo/dialect/TypeInference.h
+1 −1 stablehlo/dialect/Version.h
+2 −2 stablehlo/integrations/python/stablehlo/savedmodel/stablehlo_to_tf_saved_model.py
+20 −0 stablehlo/reference/CMakeLists.txt
+21 −23 stablehlo/reference/InterpreterInstrumentWithProbe.cpp
+1 −1 stablehlo/reference/InterpreterOps.td
+33 −0 stablehlo/reference/InterpreterPasses.h
+49 −0 stablehlo/reference/InterpreterPasses.td
+28 −0 stablehlo/tests/interpret/all_to_all.mlir
+14 −0 stablehlo/tests/ops_stablehlo.mlir
+16 −0 stablehlo/tests/ops_stablehlo_quantized.mlir
+2,229 −0 stablehlo/tests/stablehlo_legalize_quant_to_int.mlir
+1 −1 stablehlo/tests/stablehlo_probe_instrumentation.mlir
+25 −0 stablehlo/tests/vhlo/stablehlo_legalize_to_vhlo.mlir
+1 −0 stablehlo/tools/CMakeLists.txt
+2 −0 stablehlo/tools/StablehloOptMain.cpp
+3 −2 stablehlo/transforms/CMakeLists.txt
+13 −34 stablehlo/transforms/Passes.td
+1,381 −0 stablehlo/transforms/StablehloLegalizeQuantToInt.cpp
+3 −2 stablehlo/transforms/VhloLegalizeToStablehlo.cpp

0 comments on commit 51f1f3a

Please sign in to comment.