[all-commits] [llvm/llvm-project] 7732c9: [mlir][quant] Initial bytecode encoding for quanti...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Mon Oct 17 16:29:01 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7732c97f52e72a0737aaafd19d1f3be9f26d1a20
https://github.com/llvm/llvm-project/commit/7732c97f52e72a0737aaafd19d1f3be9f26d1a20
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2022-10-17 (Mon, 17 Oct 2022)
Changed paths:
M mlir/lib/Dialect/Quant/IR/CMakeLists.txt
A mlir/lib/Dialect/Quant/IR/QuantDialectBytecode.cpp
A mlir/lib/Dialect/Quant/IR/QuantDialectBytecode.h
M mlir/lib/Dialect/Quant/IR/QuantOps.cpp
A mlir/test/Dialect/Quant/Bytecode/types.mlir
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
Log Message:
-----------
[mlir][quant] Initial bytecode encoding for quantized types
Add bytecode encoding for quantized types. These mostly follow the
storage representation of these.
Differential Revision: https://reviews.llvm.org/D136004
More information about the All-commits
mailing list