aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-04-30[mlir][tensor] Fix integration tests that uses reshape ops. (#90649)Han-Chung Wang1-1/+7
2024-04-30[mlir][sparse] fix sparse tests that uses reshape operations. (#90637)Peiming Liu2-16/+40
2024-04-30[mlir][NFC] update code to use `mlir::dyn_cast/cast/isa` (#90633)Peiming Liu9-55/+60
2024-04-30[MLIR][Arith] expand-ops: Support mini/maxi (#90575)Matthias Gehre2-0/+72
2024-04-30[mlir][sparse] handle padding on sparse levels. (#90527)Peiming Liu4-29/+339
2024-04-30[MLIR] Generalize expand_shape to take shape as explicit input (#90040)Gaurav Shukla54-633/+1213
2024-04-30Adding memref normalization of affine.prefetch (#89675)Alexandre Eichenberger2-1/+18
2024-04-30[mlir] Add ReifyRankedShapedTypeOpInterface to tosa::TransposeOp (#88890)Maya Amrami3-8/+63
2024-04-30[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#90413)Christian Sigg4-0/+41
2024-04-30[mlir][test] Add TD example for peel+vectorize (depthwise conv) (#90200)Andrzej Warzyński1-0/+83
2024-04-30[MLIR][LLVM] Have LLVM::AddressOfOp implement ConstantLike (#90481)Johannes de Fine Licht3-4/+67
2024-04-30[MLIR] Sprinkle extra asserts in OperationSupport.h (#90465)Johannes de Fine Licht1-2/+9
2024-04-30[mlir][OpenMP] Extend `omp.private` with a `dealloc` region (#90456)Kareem Ergawy4-12/+82
2024-04-29[mlir][sparse] fold explicit value during sparsification (#90530)Aart Bik4-4/+99
2024-04-29[mlir-lsp] Support outgoing requests (#90078)Brian Gesiak3-15/+103
2024-04-29[mlir][sparse] use ValueRange instead of std::pair for iterator position. (#9...Peiming Liu3-47/+47
2024-04-29[MLIR] Improve KernelOutlining to avoid introducing an extra block (#90359)Mehdi Amini2-20/+49
2024-04-29[mlir-lsp] Un-revert unit test additions (#90232)Brian Gesiak6-6/+154
2024-04-29[MLIR][Linalg] Left over Linalg named ops from previous PR (#90405)Renato Golin8-2/+276
2024-04-29[mlir][bufferization][NFC] More documentation for `runOneShotBufferize` (#90445)Matthias Springer1-4/+17
2024-04-29Move several vector intrinsics out of experimental namespace (#88748)Maciej Gabka7-35/+34
2024-04-29[MLIR] Fix linking error of PolynomialDialect on MacOS (NFC)Jie Fu1-0/+1
2024-04-28polynomial: Add basic ops (#89525)Jeremy Kun7-20/+534
2024-04-28Reapply "[mlir] Mark `isa/dyn_cast/cast/...` member functions depreca… (#90...Christian Sigg8-31/+32
2024-04-28[mlir][arith] Add tests for i0 canonicalization (#89665)Théo Degioanni1-0/+81
2024-04-28[MLIR][Linalg] More Linalg named ops (#90236)Renato Golin8-3/+853
2024-04-28[mlir][gpu] Remove `offloadingHandler` from `ModuleToBinary` (#90368)Fabian Mora2-6/+1
2024-04-27[mlir][arith] fix canonicalization of mulsi_extended for i1 (#90150)Semyon Khechnev2-0/+23
2024-04-26Revert "[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89...dyung11-45/+31
2024-04-26[mlir][sparse] fold sparse convert into producer linalg op. (#89999)Peiming Liu5-71/+151
2024-04-26[mlir] Add sub-byte type emulation support for `memref.collapse_shape` (#89962)Diego Caballero2-3/+49
2024-04-26[mlir] Fix -Wdeprecated-declarations of cast in VCIXToLLVMIRTranslation.cpp (...Jie Fu1-2/+2
2024-04-26[mlir] Mark `isa/dyn_cast/cast/...` member functions deprecated. (#89998)Christian Sigg11-31/+45
2024-04-26[mlir][MemRef] Add ExtractStridedMetadataOpCollapseShapeFolder (#89954)Diego Caballero2-60/+165
2024-04-26Fix mismatches between function parameter definitions and declarations (#89512)Troy Butler1-3/+4
2024-04-25Revert 4 last "[mlir-lsp]" commits: pre-merge bot is brokenMehdi Amini6-148/+6
2024-04-25Revert "[mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)"Brian Gesiak4-9/+8
2024-04-25[mlir][tensor] Fix tensor.reshape canonicalization (#90141)Rob Suderman2-0/+12
2024-04-26[mlir][linalg] Fix the semantic use of a flag (#90081)Prashant Kumar3-7/+9
2024-04-25 [MLIR][Vector] Allow Scalable Dim in OneDimMultiReductionToTwoDim (#89978)Zhaoshi Zheng2-6/+26
2024-04-25[mlir][linalg] Add a test for inferConvolutionDimsImpl (#90057)Andrzej Warzyński1-0/+22
2024-04-25[mlir-lsp] Rename `OutgoingNotification` (NFC) (#90076)Brian Gesiak4-8/+9
2024-04-25[mlir-lsp] Add `outgoingNotification` unit testBrian Gesiak1-0/+7
2024-04-25[mlir][linalg] Add runtime verification for linalg ops (#89917)Ryan Holt9-33/+549
2024-04-24[mlir][sparse] Enable explicit and implicit value in sparse encoding (#88975)Yinying Li9-57/+333
2024-04-24[mlir][ods] Add documentation on how to use sharded op definitions (NFC) (#89...Jeff Niu1-0/+94
2024-04-24[mlir][test] Shard the Test Dialect (NFC) (#89628)Jeff Niu3-7/+5
2024-04-24[mlir][ods] Allow sharding of op definitions (#89423)Jeff Niu12-49/+377
2024-04-24[MLIR][XeGPU] Fix Bot failure for #88973 (#89991)Chao Chen1-0/+1
2024-04-24[mlir][sparse] fuse concat and extract_slice op if possible. (#89825)Peiming Liu2-3/+106