Rob Suderman
Rob Suderman
[ASR Conformer](https://github.com/google/iree-samples/blob/main/tflitehub/asr_conformer_test.py) contains StridedSliceOp requires a dynamic `tosa.slice` operation. Until there is a `tosa.slice` operation that support dynamic values it is not possible to lower to TOSA.
### Request description Complex number calculations are not supported in TOSA. We should support decomposing the complex number operations to real value computations. We will likely want to handle this...
mhlo.scatter supports insertedd dimensions at any index length-1 or indexed into. Linalg's scatter requires that indices be explicitly defined (excluding optionally inserting the indexed dims). Adds an mhlo-to-mhlo rewriter that...
Some tests assumed execution on an x64/linux device. Updated these tests to pass on an M1 Macbook.
`stablehlo.scatter` allows scattering outside of the tensor bounds. In these cases the scatter is a no-op, even if only partially outside of the bounds. Make this change by validating indices,...
Includes: - bumps of `stablehlo` and `torch-mlir` for compatible versions - AffineMap::inferFromExprList parameter changes
The following operations fail to lower with examples. These operations are supposed to be finished and will need to be corrected - [x] `onnx.Cast` ``` %208 = torch.operator "onnx.Cast"(%207) {torch.onnx.to...