[all-commits] [llvm/llvm-project] 166f83: [QuantOps] Add the quant region definition

fengliu via All-commits all-commits at lists.llvm.org
Mon Mar 16 15:49:11 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 166f83f436608d599f05f0c3d4eb7b5920c0d2e6
      https://github.com/llvm/llvm-project/commit/166f83f436608d599f05f0c3d4eb7b5920c0d2e6
  Author: Feng Liu <liufeng.ee at gmail.com>
  Date:   2020-03-16 (Mon, 16 Mar 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/QuantOps/QuantOps.td
    M mlir/lib/Dialect/QuantOps/IR/QuantOps.cpp
    M mlir/lib/Quantizer/Configurations/FxpMathConfig.cpp
    A mlir/test/Dialect/QuantOps/quant_region.mlir

  Log Message:
  -----------
  [QuantOps] Add the quant region definition

Summary:
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.

Subscribers: jfb, mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, aartbik, Joonsoo, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D75972




More information about the All-commits mailing list