[PATCH] D77479: Remove FxpMathOps dialect and Quantizer tool.

Stella Laurenzo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 7 13:38:19 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rGf5deb0878d9a: Remove FxpMathOps dialect and Quantizer tool. (authored by stellaraccident).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77479/new/

https://reviews.llvm.org/D77479

Files:
  mlir/docs/Passes.md
  mlir/docs/Quantization.md
  mlir/examples/standalone/standalone-opt/CMakeLists.txt
  mlir/include/mlir/CMakeLists.txt
  mlir/include/mlir/Dialect/CMakeLists.txt
  mlir/include/mlir/Dialect/FxpMathOps/CMakeLists.txt
  mlir/include/mlir/Dialect/FxpMathOps/FxpMathOps.h
  mlir/include/mlir/Dialect/FxpMathOps/FxpMathOps.td
  mlir/include/mlir/Dialect/FxpMathOps/Passes.h
  mlir/include/mlir/Dialect/FxpMathOps/Passes.td
  mlir/include/mlir/InitAllDialects.h
  mlir/include/mlir/InitAllPasses.h
  mlir/include/mlir/Quantizer/CMakeLists.txt
  mlir/include/mlir/Quantizer/Configurations/FxpMathConfig.h
  mlir/include/mlir/Quantizer/Support/Configuration.h
  mlir/include/mlir/Quantizer/Support/ConstraintAnalysisGraph.h
  mlir/include/mlir/Quantizer/Support/ConstraintAnalysisGraphTraits.h
  mlir/include/mlir/Quantizer/Support/Metadata.h
  mlir/include/mlir/Quantizer/Support/Rules.h
  mlir/include/mlir/Quantizer/Support/Statistics.h
  mlir/include/mlir/Quantizer/Support/TypeUtils.h
  mlir/include/mlir/Quantizer/Support/UniformConstraints.h
  mlir/include/mlir/Quantizer/Support/UniformSolvers.h
  mlir/include/mlir/Quantizer/Transforms/CMakeLists.txt
  mlir/include/mlir/Quantizer/Transforms/Passes.h
  mlir/include/mlir/Quantizer/Transforms/Passes.td
  mlir/lib/CMakeLists.txt
  mlir/lib/Dialect/CMakeLists.txt
  mlir/lib/Dialect/FxpMathOps/CMakeLists.txt
  mlir/lib/Dialect/FxpMathOps/IR/FxpMathOps.cpp
  mlir/lib/Dialect/FxpMathOps/Transforms/LowerUniformRealMath.cpp
  mlir/lib/Dialect/FxpMathOps/Transforms/UniformKernelUtils.h
  mlir/lib/Quantizer/CMakeLists.txt
  mlir/lib/Quantizer/Configurations/FxpMathConfig.cpp
  mlir/lib/Quantizer/Support/Configuration.cpp
  mlir/lib/Quantizer/Support/ConstraintAnalysisGraph.cpp
  mlir/lib/Quantizer/Support/Metadata.cpp
  mlir/lib/Quantizer/Support/Statistics.cpp
  mlir/lib/Quantizer/Support/TypeUtils.cpp
  mlir/lib/Quantizer/Support/UniformConstraints.cpp
  mlir/lib/Quantizer/Support/UniformSolvers.cpp
  mlir/lib/Quantizer/Transforms/AddDefaultStatsTestPass.cpp
  mlir/lib/Quantizer/Transforms/InferQuantizedTypesPass.cpp
  mlir/lib/Quantizer/Transforms/RemoveInstrumentationPass.cpp
  mlir/test/Dialect/FxpMathOps/lower-uniform-casts.mlir
  mlir/test/Dialect/FxpMathOps/lower-uniform-real-math-addew.mlir
  mlir/test/Dialect/FxpMathOps/lower-uniform-real-math-mulew.mlir
  mlir/test/Quantizer/matmul.mlir
  mlir/test/Quantizer/remove-instrumentation.mlir
  mlir/test/mlir-opt/commandline.mlir
  mlir/tools/mlir-opt/CMakeLists.txt
  mlir/unittests/Quantizer/Support/RulesTest.cpp
  mlir/unittests/Quantizer/Support/UniformSolversTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D77479.255789.patch
Type: text/x-patch
Size: 193595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200407/6f966615/attachment-0001.bin>


More information about the llvm-commits mailing list