This NFC revision will allow those classes to be reused to allow
building structured vector operations.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Build failure:
/mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/mlir/lib/Dialect/Linalg/EDSC/Builders.cpp:244:21: error: no member named 'IterType' in namespace 'mlir::edsc' SmallVector<edsc::IterType, 4> iterTypes(O.getExprs().size(), ~~~~~~^ /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/mlir/lib/Dialect/Linalg/EDSC/Builders.cpp:252:32: error: use of undeclared identifier 'iterTypes' return makeGenericLinalgOp(iterTypes, {I}, {O}, fun); ^ /mnt/disks/ssd0/agent/workspace/amd64_debian_testing_clang8/mlir/lib/Dialect/Linalg/EDSC/Builders.cpp:259:30: error: use of undeclared identifier 'iterTypes' return makeGenericLinalgOp(iterTypes, {I}, {O}, fun);
Comment Actions
Ugh .. misread the green checkmark from Harbormaster as the second approval from @mehdi_amini post trivial rebase.
As a consequence this landed in "Needs Review", sorry about that ...