torch-mlir/test/Dialect/TorchConversion
Ramiro Leal-Cavazos 82a3860e25
build: update llvm tag to 4546397e (#1502)
This commit makes the following changes needed to update bump LLVM:

- Replace `linalg.init_tensor` with `tensor.empty` (see:
https://reviews.llvm.org/D135129)
- Replace `NoSideEffect` with `Pure` (see
https://reviews.llvm.org/D135505)
- Replace `body` region accessor for `ReduceOp` and `ReduceWindowOp`
with `getBody`
- Fix incorrect use of `tosa::ReduceSumOp` in `AtenNativeLayerNormOp`
conversion pattern. The result type of `tosa::ReduceSumOp` must have
the same rank as the input type. (see:
https://www.mlplatform.org/tosa/tosa_spec.html#_reduce_sum)

Co-authored-by: Ashay Rane <ashay@users.noreply.github.com>

Co-authored-by: Ashay Rane <ashay@users.noreply.github.com>
2022-10-18 04:22:53 +00:00
..
canonicalize.mlir Add folder for ToF64Op and FromF64Op (#1257) 2022-08-22 09:49:39 +08:00
finalizing-backend-type-conversion.mlir mlir: bump llvm tag to 5380e3 (#856) 2022-05-16 12:54:35 -07:00
func-backend-type-conversion.mlir mlir: bump llvm tag to 5380e3 (#856) 2022-05-16 12:54:35 -07:00
ops.mlir Add verifiers for ToBuiltinTensorOp and FromBuiltinTensorOp (#1089) 2022-07-21 21:41:45 +00:00
verify-linalg-on-tensors-backend-contract.mlir build: update llvm tag to 4546397e (#1502) 2022-10-18 04:22:53 +00:00
verify-tosa-backend-contract.mlir mlir: bump llvm tag to 5380e3 (#856) 2022-05-16 12:54:35 -07:00