We can have validation test for quant.region having incompatible output spec.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
mlir/test/Dialect/Quant/quant_region.mlir | ||
---|---|---|
73 | Hi - thank you for the patch. Just so you know, we are having a discussion about possibly removing this op: https://discourse.llvm.org/t/rfc-removing-the-ops-from-the-quant-dialect/3643 To our knowledge it has no live uses, so if you are using it, please speak up on that thread. |
Comment Actions
@stellaraccident Thank you for letting me know. For now, we are not using the quant dialect for real usage. Just looking at the dialect as an option to achieve and ease the quantization logic for our deployment. So basically, I'm on the same page on the direction they are discussing.
Hi - thank you for the patch.
Just so you know, we are having a discussion about possibly removing this op: https://discourse.llvm.org/t/rfc-removing-the-ops-from-the-quant-dialect/3643
To our knowledge it has no live uses, so if you are using it, please speak up on that thread.