torch-mlir/lib/Conversion
Rob Suderman df2aa1a369
[torch] Fixed edge conditions for strided slicing (#2929)
Strided slicing can occur with a negative stride. In these cases we need
to bound end differently. This included removing a function that was
generating bad limits.
2024-02-21 21:28:44 -08:00
..
TorchConversionToMLProgram Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
TorchOnnxToTorch [onnx] Simplify onnx.slice lowering (#2919) 2024-02-19 10:26:29 -08:00
TorchToArith [torch] Supporting `torch.aten.mul.float` lowering to `arith` (#2833) 2024-02-05 16:23:04 -08:00
TorchToLinalg [torch] Fixed edge conditions for strided slicing (#2929) 2024-02-21 21:28:44 -08:00
TorchToSCF Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00
TorchToStablehlo [Stablehlo] add refbackend (#2712) 2024-02-16 01:08:48 +08:00
TorchToTMTensor [torch] Fix tm_tensor.attention for end-to-end (#2907) 2024-02-13 21:18:01 -08:00
TorchToTensor [torch] Support lowering `torch.item` to `tensor.extract` (#2835) 2024-01-31 15:09:12 -08:00
TorchToTosa allow tosa.cast to convert from f32 to f16 (#2934) 2024-02-20 14:22:38 -08:00
Utils [Torch Dialect]Support aten.cosine_similarity (#2364) 2023-11-08 15:28:30 +08:00
CMakeLists.txt [onnx] Lowering for `onnx.shape` to `torch` and `tensor` (#2648) 2023-12-15 11:37:49 -08:00
PassDetail.h Minor fixes for `ConvertTorchConversionToMLProgram`. (#1991) 2023-04-04 09:09:58 -07:00
Passes.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00