aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2022-07-22[mlir][Arithmetic] Add `arith.delinearize_index` operationChristopher Bate10-2/+201
2022-07-22[mlir][vector] NFC change to improve doc of vector distribution opThomas Raoux1-15/+37
2022-07-22[mlir][vector] Extend transfer_write to read propagationThomas Raoux3-1/+150
2022-07-22[mlir][tosa] Flip accessors used to prefixed form (NFC)Jacques Pienaar13-242/+247
2022-07-22[mlir][ods] Remove warning in `AttrOrTypeDef`Jeff Niu1-8/+2
2022-07-22[mlir][tosa] Split canonicalization and folders out of TosaOps.Jacques Pienaar5-542/+560
2022-07-22[MLIR][OpenMP] Add a constraint to the Threadprivate OpKiran Chandramohan2-1/+13
2022-07-22[MLIR,OpenMP] : Add Conversion pattern for Critical OpKiran Chandramohan2-10/+29
2022-07-22[mlir][linalg] Add tile-and-fuse with transform dialect exampleMatthias Springer1-0/+58
2022-07-22[mlir][linalg] Add attribute matcher to structured.match transform opMatthias Springer3-80/+52
2022-07-22[mlir][linalg][transform] Add fuse_into_containing opMatthias Springer3-0/+298
2022-07-22[mlir][arith] cmpi: move constant to the right sideIvan Butygin4-8/+70
2022-07-22[mlir][linalg] Fix FoldTensorCastConsumerOp invalid foldingIvan Butygin2-0/+34
2022-07-22Use any_of (NFC)Kazu Hirata1-3/+2
2022-07-22[MLIR] Add affine.if canonicalization to compose in affine.apply opsUday Bondhugula3-9/+49
2022-07-21[mlir] Explicitly mark dialect prefixingJacques Pienaar8-0/+24
2022-07-21[cmake] Don't export `LLVM_TOOLS_INSTALL_DIR` anymoreJohn Ericson12-10/+18
2022-07-21[mlir] Flip dialects to _PrefixedJacques Pienaar16-55/+56
2022-07-21Adding a new variant of DepthwiseConv2DGeorge Petterson3-0/+175
2022-07-21Fix type in documentationJaved Absar1-2/+2
2022-07-21[mlir][spirv] Rename spv.GLSL ops to spv.GL. NFC.Jakub Kuderski27-629/+628
2022-07-21[mlir][linalg] Add tile_size option to `structured.tile_to_foreach_thread_op`Christopher Bate7-105/+349
2022-07-21[mlir][python] Fix issues with block argument slicesAlex Zinenko4-52/+101
2022-07-21[mlir][Linalg] Add a Transform dialect NavigationOp op to match a list of ops...Nicolas Vasilache23-427/+216
2022-07-21[mlir][memref] Missing type conversion in memref.reshape llvm loweringIvan Butygin2-0/+37
2022-07-21[MLIR][SCF] Enable better bufferization for `TileConsumerAndFuseProducersUsin...lorenzo chelini2-4/+23
2022-07-21Revert "[RFC][MLIR][SCF] Enable better bufferization for `TileConsumerAndFuse...lorenzo chelini2-22/+3
2022-07-21[RFC][MLIR][SCF] Enable better bufferization for `TileConsumerAndFuseProducer...lorenzo chelini2-3/+22
2022-07-21[mlir][Linalg] Deprecate `tileAndFuseLinalgOps` method and associated patterns.Mahesh Ravishankar10-1618/+177
2022-07-21[mlir][Math] Add constant folder for LogOp.jacquesguan3-0/+39
2022-07-20[mlir:LSP] Add a quickfix code action for inserting expected-* diagnostic checksRiver Riddle8-0/+555
2022-07-20[MLIR] Add function to create Float16 array attributeTanyo Kwok3-2/+23
2022-07-20[mlir][spirv] Rename spv.ocl to spv.cl. NFC.Jakub Kuderski10-212/+212
2022-07-20[mlir:LSP] Add a doc blurb for code completionRiver Riddle1-0/+9
2022-07-20[mlir:LSP] Remove several more annoying completion commit charactersRiver Riddle1-1/+7
2022-07-20Use llvm::is_contained (NFC)Kazu Hirata2-4/+3
2022-07-20[mlir][bufferize][doc] Fix documentation of return type of `to_memref`.Ingo Müller1-6/+6
2022-07-20[mlir:LSP][NFC] Make the LSPServer class privateRiver Riddle3-73/+53
2022-07-20[mlir] Fix macOS testsAnush Elangovan1-0/+5
2022-07-20[mlir][Math] Add constant folder for Log1pOp.jacquesguan3-0/+41
2022-07-20[mlir][TilingInterface] Add support for interchange to tiling patterns that u...Mahesh Ravishankar5-13/+192
2022-07-19[mlir] Address compiler warningJacques Pienaar1-0/+1
2022-07-19[mlir][NFC] Split out various tests from IR/invalid.mlirRiver Riddle7-1005/+982
2022-07-19[mlir] Fixed ordering of pass statistics.Slava Zakharin3-5/+14
2022-07-19[mlir] Flip LinAlg dialect to _BothJacques Pienaar25-97/+91
2022-07-19Don't combine if there would remain no true reduction dim.Benoit Jacob2-4/+46
2022-07-19[mlir][docs] Fix pass manager documentRajas Vanjape1-2/+2
2022-07-19Revert "[mlir][ods] (NFC) Remove warning in `AttrOrTypeDef`"Jeff Niu1-0/+8
2022-07-19[mlir][ods] (NFC) Remove warning in `AttrOrTypeDef`Jeff Niu1-8/+0
2022-07-19[mlir][tblgen] Add support for extraClassDefinition in AttrDefbhatuzdaname7-10/+58