Add bytecode encoding for quantized types. These mostly follow the
storage representation of these.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D136004
[mlir][quant] Initial bytecode encoding for quantized types ClosedPublic Authored by jpienaar on Oct 14 2022, 5:22 PM.
Details Summary Add bytecode encoding for quantized types. These mostly follow the
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 14 2022, 5:47 PM Comment Actions
Agreed. This revision was landed with ongoing or failed builds.Oct 17 2022, 4:29 PM Closed by commit rG7732c97f52e7: [mlir][quant] Initial bytecode encoding for quantized types (authored by jpienaar). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 468363 mlir/lib/Dialect/Quant/IR/CMakeLists.txt
mlir/lib/Dialect/Quant/IR/QuantDialectBytecode.h
mlir/lib/Dialect/Quant/IR/QuantDialectBytecode.cpp
mlir/lib/Dialect/Quant/IR/QuantOps.cpp
mlir/test/Dialect/Quant/Bytecode/types.mlir
utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
|
Might be nice to merge some of the decls.