[PATCH] D148207: [mlir][Tensor] Drop SplitPaddingPatterns.

2023-04-13 Thread Nicolas Vasilache via Phabricator via cfe-commits
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

[PATCH] D148207: [mlir][Tensor] Drop SplitPaddingPatterns.

2023-04-13 Thread Nicolas Vasilache via Phabricator via cfe-commits
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

[PATCH] D93594: [X86] Pass to transform amx intrinsics to scalar operation.

2021-03-05 Thread Nicolas Vasilache via Phabricator via cfe-commits
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

[PATCH] D73437: [mlir][spirv] Convert linalg.generic for reduction to SPIR-V ops

2020-01-31 Thread Nicolas Vasilache via Phabricator via cfe-commits
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

[PATCH] D73437: [mlir][spirv] Convert linalg.generic for reduction to SPIR-V ops

2020-01-28 Thread Nicolas Vasilache via Phabricator via cfe-commits
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