[Mlir-commits] [mlir] [mlir] Improvements to the 'quant' dialect (PR #100667)
Jacques Pienaar
llvmlistbot at llvm.org
Thu Aug 22 06:08:33 PDT 2024
================
@@ -0,0 +1,297 @@
+//===- QuantBase.td - Quantization dialect base ------------*- tablegen -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+//
+// Predicates for types in the Quantization dialect.
----------------
jpienaar wrote:
Out of date?
https://github.com/llvm/llvm-project/pull/100667
More information about the Mlir-commits
mailing list