torch-mlir/test/Conversion/TorchToTosa
Justin Ngo 4dd213b042
[TOSA] Expand Torch to TOSA legalization coverage (#3827)
- Add/Extend Torch to TOSA legalization for the following ops:
  + Add aten.threshold_backward
  + Fix aten.threshold
  + Re-implement aten.broadcast_to using tosa.reshape and tosa.tile
  + Add support for rank 0 index for aten.index_select
  + Fix aten.index_put.hacked_twin
  + Add aten.uniform
  + Add aten.logical_and
- Update xfail_sets.py with new e2e results
- Add LIT tests to basic.mlir for newly added ops


Change-Id: I8910564a049d18293284fe2e55e82bc1d2cf10e3

Signed-off-by: Justin Ngo <justin.ngo@arm.com>
2024-10-30 16:26:10 -07:00
..
basic.mlir [TOSA] Expand Torch to TOSA legalization coverage (#3827) 2024-10-30 16:26:10 -07:00
cast_fp32_to_fp16.mlir [NFC reformat] Run pre-commit on all files and format misc. 2024-04-27 14:08:09 -07:00
conv2d_transpose.mlir [NFC reformat] Run pre-commit on all files and format misc. 2024-04-27 14:08:09 -07:00
torch-backend-to-tosa-backend-pipeline.mlir Integrate llvm-project at dabdec1001dc368373dd581cf72f37a440873ce3 (#3300) 2024-05-08 14:43:06 -04:00