This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG2031d7d66dc8: [mlir][Tensor] Drop SplitPaddingPatterns.
(authored by nicolasvasilache).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST AC
nicolasvasilache created this revision.
Herald added subscribers: bviyer, hanchung, Moerafaat, bzcheeseman, sdasgup3,
wenzhicui, wrengr, cota, teijeong, rdzhabarov, tatianashp, msifontes, jurahul,
Kayjukh, grosul1, Joonsoo, liufengdb, aartbik, mgester, arpith-jacob,
antiagainst, shauheen, rriddl
nicolasvasilache added a comment.
This seems to break the build
https://buildkite.com/mlir/mlir-core/builds/12026#91ec4dfe-542f-4312-92db-7d555f05ce06.
I could repro locally, reverting locally fixes the build.
Please address, thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST A
nicolasvasilache accepted this revision.
nicolasvasilache added a comment.
This revision is now accepted and ready to land.
Herald added a subscriber: Joonsoo.
Thanks Lei, this looks great, glad to see you pushing on this front!
Comment at: mlir/lib/Conversion/LinalgToSPIRV/Lin
nicolasvasilache requested changes to this revision.
nicolasvasilache added inline comments.
This revision now requires changes to proceed.
Comment at: mlir/lib/Conversion/LinalgToSPIRV/LinalgToSPIRV.cpp:27
+/// types.
+static bool areAllValuesMemref(Operation *op) {
+ auto isOf