[PATCH] D74852: [mlir][Linalg] Allow specifiying zero-rank shaped type operands to linalg.indexed_generic ops.
Mahesh Ravishankar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 19 14:09:12 PST 2020
mravishankar accepted this revision.
mravishankar added inline comments.
This revision is now accepted and ready to land.
================
Comment at: mlir/test/Dialect/Linalg/loops.mlir:394
+{
+ linalg.indexed_generic #trait_broadcast %arg0, %arg1 {
+ ^bb(%i: index, %j: index, %a: f32, %b: f32) :
----------------
You could simplify the test by just having the operands as i32 element types
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74852/new/
https://reviews.llvm.org/D74852
More information about the llvm-commits
mailing list