torch-mlir/lib/Conversion
justin-ngo-arm 14ef05a292
[TOSA] Extend Torch to TOSA reduction ops legalization (#3710)
- Add Torch to TOSA legalization for the following reduction ops:
  + aten.min.dim
  + aten.min
  + aten.max
  + aten.prod
  + aten.prod.dim_int
  + aten.all.dim
- Add dtype casting support for reduce sum and prod ops
- Extend aten.max.dim legalization to a template to support aten.min.dim
legalization
- Update end-to-end tests sets in xfail_sets.py

Signed-off-by: Justin Ngo <justin.ngo@arm.com>
Change-Id: I854dd6c0c55e570c1fb7242f20c85cf64d6e7fe0

Signed-off-by: Justin Ngo <justin.ngo@arm.com>
2024-09-16 12:40:24 -07:00
..
TorchConversionToMLProgram
TorchOnnxToTorch [onnx] Add support for `auto_pad` in `onnx.Conv` (#3670) 2024-09-10 20:31:53 +05:30
TorchToArith
TorchToLinalg
TorchToSCF
TorchToStablehlo
TorchToTMTensor
TorchToTensor
TorchToTosa
Utils
CMakeLists.txt
PassDetail.h
Passes.cpp