aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-05-06[MLIR][EmitC] Don't translate expressions inline if user is `emitc.subscript`...Chris2-1/+23
2024-05-06[MLIR][EmitC] Fix bug in EmitC form-expressions pass (#91084)Chris2-1/+11
2024-05-06[MLIR] fix _f64ElementsAttr in ir.py (#91176)Yuanqiang Liu2-2/+2
2024-05-05fix formatting issues with ODS docs around assembly format directives (#91149)Jeremy Kun1-14/+15
2024-05-05Upstream polynomial.ntt and polynomial.intt (#90992)Jeremy Kun5-5/+251
2024-05-04[mlir] Fix a warningKazu Hirata1-2/+0
2024-05-04[mlir][transform] Add support for transform.param pad multiples in `PadOp` (#...srcarroll5-66/+205
2024-05-04[mlir][ODS][NFC] Deduplicate `ref` and `qualified` handling (#91080)Markus Böck5-79/+61
2024-05-04Add clarifying parenthesis around non-trivial conditions in ternary expressio...luolent1-2/+2
2024-05-04[MLIR] Extend floating point parsing support (#90442)orbiri7-16/+165
2024-05-04Avoid buffer hoisting from parallel loops (#90735)Rafael Ubal5-7/+82
2024-05-03Let `memref.expand_shape` implement `ReifyRankedShapedTypeOpInterface` (#90975)Benoit Jacob3-1/+27
2024-05-03[mlir][sparse] test optimization of binary-valued operations (#90986)Aart Bik1-0/+145
2024-05-03[mlir,test] Convert text files from CRLF to LFFangrui Song4-98/+98
2024-05-03[mlir][linalg] Vectorize unpack op without masking (#89067)Prashant Kumar2-32/+145
2024-05-03[MLIR][LLVM] Exporter skip over inlined frame without debug scope (#90915)Billy Zhu2-8/+13
2024-05-03[mlir][emitc] Arith to EmitC: handle floating-point<->integer conversions (#8...Corentin Ferry3-1/+196
2024-05-03[mlir] make transform.foreach_match forward arguments (#89920)Oleksandr "Alex" Zinenko6-69/+395
2024-05-03[MLIR][OpenMP] Extend omp.private materialization support: `dealloc` (#90841)Kareem Ergawy2-20/+112
2024-05-03[mlir] Fix test added in 105c992c83aa527c6c50d60becd4d66b476b0a32.Christian Sigg1-1/+1
2024-05-02[mlir][sparse] make sparse compiler more admissible. (#90927)Peiming Liu3-50/+79
2024-05-02[mlir][sparse] add linalg elt-wise fusion to sparsifier pipeline (#90924)Aart Bik1-1/+2
2024-05-02[MLIR][LLVM] CallSiteLoc without caller scope not translatable (#90759)Billy Zhu2-3/+10
2024-05-02[mlir][sparse] Support explicit/implicit value for complex type (#90771)Yinying Li5-9/+41
2024-05-02[mlir] use irdl as matcher description in transform (#89779)Oleksandr "Alex" Zinenko14-27/+302
2024-05-02[mlir-lsp] Parse outgoing request callback JSON (#90693)Brian Gesiak2-24/+74
2024-05-02[mlir] remove test-tranfsorm-dialect-interpreter (#89931)Oleksandr "Alex" Zinenko12-1132/+0
2024-05-01[mlir][sparse] support tensor.pad on CSR tensors (#90687)Peiming Liu4-58/+198
2024-05-01[mlir][tosa] Rename Tosa Div op to IntDiv Op (#80047)Tai Ly10-19/+19
2024-05-01[mlir][Vector] Add patterns for efficient unsigned i4 -> i8 conversion emulat...Kojo Acquah2-11/+101
2024-05-01[mlir][ArmSME] Add a tests showing liveness issues in the tile allocator (#90...Benjamin Maxwell1-0/+183
2024-04-30[mlir][Tensor] Fix unpack -> transpose folding pattern for padded unpacks (#9...Quinn Dawkins2-64/+88
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