From dc470e65c8188eefc99f9a1156cd493155986810 Mon Sep 17 00:00:00 2001 From: Yuanqiang Liu Date: Wed, 24 Apr 2024 11:49:26 +0800 Subject: [PATCH] add torch.qint32 to dtype-spec in TorchTypes.td (#3206) --- include/torch-mlir/Dialect/Torch/IR/TorchTypes.td | 1 + 1 file changed, 1 insertion(+) diff --git a/include/torch-mlir/Dialect/Torch/IR/TorchTypes.td b/include/torch-mlir/Dialect/Torch/IR/TorchTypes.td index 898c768ae..e7fc4bc97 100644 --- a/include/torch-mlir/Dialect/Torch/IR/TorchTypes.td +++ b/include/torch-mlir/Dialect/Torch/IR/TorchTypes.td @@ -129,6 +129,7 @@ class AnyTorchTensorType | torch.bool | i1 | | torch.qint8 | !torch.qint8 | | torch.quint8 | !torch.quint8 | + | torch.qint32 | !torch.qint32 | | torch.complex64 | complex | | torch.complex128 | complex | |-------------------|--------------------|