[PATCH] D77360: [mlir][Linalg] Extend linalg,reshape to operate on tensors

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 2 22:45:48 PDT 2020


bondhugula added inline comments.


================
Comment at: mlir/include/mlir/Dialect/Linalg/IR/LinalgOps.td:67
+    Results<(outs AnyStridedMemRefOrRankedTensor)> {
+  let summary = "linalg.reshape produces a new reshaped tensor (resp. view)";
   let description = [{
----------------
Update summary to include memref. 


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D77360/new/

https://reviews.llvm.org/D77360





More information about the llvm-commits mailing list