[all-commits] [llvm/llvm-project] f007bc: [mlir] Convert quantized dialect bytecode to gener...
Jacques Pienaar via All-commits
all-commits at lists.llvm.org
Tue Jun 6 11:16:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f007bcbc3c8f3bcecdf0b4c0106b384aa09f794b
https://github.com/llvm/llvm-project/commit/f007bcbc3c8f3bcecdf0b4c0106b384aa09f794b
Author: Jacques Pienaar <jpienaar at google.com>
Date: 2023-06-06 (Tue, 06 Jun 2023)
Changed paths:
M mlir/docs/DefiningDialects/_index.md
M mlir/include/mlir/Dialect/Quant/CMakeLists.txt
A mlir/include/mlir/Dialect/Quant/QuantDialectBytecode.td
M mlir/include/mlir/IR/BytecodeBase.td
M mlir/lib/Dialect/Quant/IR/CMakeLists.txt
M mlir/lib/Dialect/Quant/IR/QuantDialectBytecode.cpp
M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel
M utils/bazel/llvm-project-overlay/mlir/test/mlir-tblgen/BUILD.bazel
Log Message:
-----------
[mlir] Convert quantized dialect bytecode to generated.
Serves as rather self-contained documentation for using the generator
from https://reviews.llvm.org/D144820.
Differential Revision: https://reviews.llvm.org/D152118
More information about the All-commits
mailing list