aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2023-12-08[mlir][memref] extract_strided_metadata for zero-sized memref (#74835)Guray Ozen2-1/+21
2023-12-08[mlir] Add missing MLIR_ENABLE_EXECUTION_ENGINE option to MLIRConfig.cmake.inMehdi Amini1-0/+1
2023-12-08[mlir][linalg] Expose getPreservedProducerResults method from ElementwiseOpFu...Amir Bishara2-11/+24
2023-12-08Fix argument name of GEPOp builder (#74810)xiaoleis-nv1-2/+2
2023-12-07Apply clang-tidy fixes for performance-unnecessary-value-param in VectorToGPU...Mehdi Amini1-2/+3
2023-12-07Apply clang-tidy fixes for llvm-qualified-auto in VectorToGPU.cpp (NFC)Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for llvm-qualified-auto in PredicateTree.cpp (NFC)Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for llvm-prefer-isa-or-dyn-cast-in-conditionals in Map...Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for readability-identifier-naming in GPUToLLVMConversi...Mehdi Amini1-6/+6
2023-12-08[mlir][Transforms][NFC] GreedyPatternRewriteDriver: Remove redundant worklist...Matthias Springer1-3/+0
2023-12-07[mlir][sparse] add sparse convolution with 5x5 kernel (#74793)Aart Bik5-4/+220
2023-12-07[mlir][sparse] code formatting (NFC) (#74779)Aart Bik2-15/+13
2023-12-07[mlir] Extend CombineTransferReadOpTranspose pattern to handle extf ops. (#74...harsh-nod2-2/+36
2023-12-07[mlir][python] fix affine testmax1-3/+1
2023-12-07[mlir][affine] implement inferType for delinearize (#74644)Maksim Levental4-12/+25
2023-12-07[mlir][sparse] optimize memory load to SSA value when generating spar… (#74...Peiming Liu3-247/+208
2023-12-07[mlir][python] fix up affine for (#74495)Maksim Levental3-97/+202
2023-12-07Reland "[MLIR][Transform] Add attribute in MatchOp to filter by operand type ...Pablo Antonio Martinez3-1/+82
2023-12-07[mlir] Fix missing cmake dependency causing non-deterministic build failure (...Mehdi Amini1-1/+2
2023-12-07[mlir][LLVM] Add nsw and nuw flags (#74508)Tom Eccles9-5/+170
2023-12-07Revert "[MLIR][Transform] Add attribute in MatchOp to filter by operand type ...Mikhail Goncharov3-84/+1
2023-12-07[mlir][doc] Fix reported Builtin (syntax) issues (#74635)Rik Huijzer3-15/+53
2023-12-07[MLIR][Transform] Add attribute in MatchOp to filter by operand type (#67994)Pablo Antonio Martinez3-1/+84
2023-12-07[mlir][arith] Overflow semantics in documentation for muli, subi, and addi (#...Jacob Yu1-1/+31
2023-12-07[mlir][SparseTensor] Fix invalid API usage in patterns (#74690)Matthias Springer2-11/+20
2023-12-07[mlir][complex] Allow integer element types in `complex.constant` ops (#74564)Matthias Springer3-5/+10
2023-12-07[mlir] Fix build after 77f5b33cMatthias Springer2-1/+3
2023-12-06[mlir][sparse] fix bugs when generate sparse conv_3d kernels. (#74561)Peiming Liu2-15/+66
2023-12-07[mlir][SparseTensor] Fix invalid IR in `ForallRewriter` pattern (#74547)Matthias Springer1-0/+4
2023-12-07[mlir][SparseTensor] Fix insertion point in `createQuickSort` (#74549)Matthias Springer1-1/+1
2023-12-07[mlir][tensor] `tensor.generate`: do not verify dynamic sizes (#74568)Matthias Springer4-108/+70
2023-12-07[mlir][SCF] Retire SCF-specific `to_memref`/`to_tensor` canonicalization patt...Matthias Springer3-181/+4
2023-12-06[mlir][spirv] Add folding for SPIR-V Shifting ops (#74192)Finn Plummer3-0/+286
2023-12-06[mlir][openacc] Switch * to `star` which is more MLIR friendly (#74662)Valentin Clement (バレンタイン クレメン)2-3/+3
2023-12-06[mlir][sparse] use "current" and "curr" consistently (#74656)Aart Bik2-139/+138
2023-12-06[mlir][ArmSME] Update docs (#74527)Andrzej Warzyński1-6/+22
2023-12-06[mlir][linalg][conv] Flatten the channel dimension when vectorizing (#71918)Andrzej Warzyński5-29/+388
2023-12-06[mlir][sparse] cleanup ldx/idx/depth/at usage (#74654)Aart Bik1-70/+69
2023-12-06[mlir] Fix TileUsingForOp attr-dict printing/parsing (#73261)Felix Schneider3-15/+28
2023-12-06[mlir:python] Fail immediately if importing an initializer module raises Impo...Peter Hawkins1-0/+1
2023-12-06[mlir][sparse] remove LoopOrd type (#74540)Aart Bik4-52/+19
2023-12-06[mlir] Fix shift overflow and warning on LLP64 platforms (Windows) (#74002)Reid Kleckner1-3/+3
2023-12-06[mlir][ArmSME] More precisely model dataflow in ArmSME to SCF lowerings (#73922)Benjamin Maxwell5-103/+135
2023-12-06[mlir][tosa] Add fp16 support to `tosa.resize` (#73019)Georgios Pinitas2-17/+36
2023-12-06[mlir][nvvm] Introduce `fence.mbarrier.init` (#74058)Guray Ozen2-0/+25
2023-12-06[mlir][flang] add fast math attribute to fcmp (#74315)Tom Eccles4-4/+26
2023-12-06Revert "[mlir][Vector] Add fold transpose(shape_cast) -> shape_cast (#73951)"...Adam Paszke2-58/+1
2023-12-06[mlir][gpu] Support dynamic_shared_memory Op with vector dialect (#74475)Guray Ozen2-0/+22
2023-12-06[MLIR][LLVM] Fuse Scope into CallsiteLoc Callee (#74546)Billy Zhu4-17/+24
2023-12-06[mlir][transform] TrackingListener: Improve dead handles detection (#74290)Matthias Springer3-55/+112