[PATCH] D75972: [QuantOps] Add the quant region definition

Feng Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 10 23:00:26 PDT 2020


liufengdb created this revision.
Herald added subscribers: llvm-commits, Joonsoo, aartbik, lucyrfox, mgester, arpith-jacob, nicolasvasilache, antiagainst, shauheen, burmako, jpienaar, rriddle, mehdi_amini, jfb.
Herald added a project: LLVM.
liufengdb added a reviewer: stellaraccident.
liufengdb updated this revision to Diff 249554.
liufengdb added a comment.

fix a typo


This regional op in the QuantOps dialect will be used to wrap
high-precision ops into atomic units for quantization. All the values
used by the internal ops are captured explicitly by the op inputs. The
quantization parameters of the inputs and outputs are stored in the
attributes.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D75972

Files:
  mlir/include/mlir/Dialect/QuantOps/QuantOps.td
  mlir/lib/Dialect/QuantOps/IR/QuantOps.cpp
  mlir/lib/Quantizer/Configurations/FxpMathConfig.cpp
  mlir/test/Dialect/QuantOps/quant_region.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D75972.249554.patch
Type: text/x-patch
Size: 10513 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200311/3345452e/attachment.bin>


More information about the llvm-commits mailing list