Skip to content

Commit

Permalink
add torch.qint32 to dtype-spec in TorchTypes.td (llvm#3206)
Browse files Browse the repository at this point in the history
  • Loading branch information
qingyunqu authored Apr 24, 2024
1 parent 8a1dbbd commit dc470e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/torch-mlir/Dialect/Torch/IR/TorchTypes.td
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ class AnyTorchTensorType<string name, string typeMnemonic>
| torch.bool | i1 |
| torch.qint8 | !torch.qint8 |
| torch.quint8 | !torch.quint8 |
| torch.qint32 | !torch.qint32 |
| torch.complex64 | complex<f32> |
| torch.complex128 | complex<f64> |
|-------------------|--------------------|
Expand Down

0 comments on commit dc470e6

Please sign in to comment.