Skip to content
This repository was archived by the owner on Oct 11, 2025. It is now read-only.

Commit dc2ef3f

Browse files
authored
[mlir] Improvements to the 'quant' dialect (#100667)
Full revamp of the 'quant' dialect. This is an implementation for the RFC at https://discourse.llvm.org/t/rfc-improvements-in-the-quant-dialect/79942
1 parent 08b8078 commit dc2ef3f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mlir/lib/CAPI/Dialect/Quant.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
#include "mlir-c/Dialect/Quant.h"
1010
#include "mlir/CAPI/Registration.h"
11-
#include "mlir/Dialect/Quant/QuantOps.h"
12-
#include "mlir/Dialect/Quant/QuantTypes.h"
11+
#include "mlir/Dialect/Quant/IR/Quant.h"
12+
#include "mlir/Dialect/Quant/IR/QuantTypes.h"
1313

1414
using namespace mlir;
1515

16-
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(quant, quant, quant::QuantizationDialect)
16+
MLIR_DEFINE_CAPI_DIALECT_REGISTRATION(quant, quant, quant::QuantDialect)
1717

1818
//===---------------------------------------------------------------------===//
1919
// QuantizedType

0 commit comments

Comments
 (0)