torch-mlir/test/Dialect
Xinyu Yang 6524838bcb
[Torch] Add general AdaptiveAvgPool2dOp decompose support (#3111)
Previously, it could only handle the situations where outputsize == (1,
1) or outputsize == (input_H, input_W). Now it supports all situations
where input_H % output_H== 0 && input_W % output_W == 0
2024-04-11 17:02:59 +08:00
..
TMTensor [torch] Rework lowering to tm_tensor.scatter to stop serialization (#2940) 2024-02-27 11:46:57 -08:00
Torch [Torch] Add general AdaptiveAvgPool2dOp decompose support (#3111) 2024-04-11 17:02:59 +08:00
TorchConversion [MLIR][Torch] Canonicalize torch.from_i1 and torch.to_i1 (#3067) 2024-04-01 14:25:51 -07:00