aboutsummaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'dev-newmaster' of http://crdev2.corerain.com/software/llvm-proj...dev-newmasterkai.ma2021-04-122-0/+22
|\
| * 不知道为啥在最新的master分支上删掉了一个必要的函数,...cr-kai.ma2021-03-242-0/+22
* | [mlir] NFC - Add help functions to scf.ForOpNicolas Vasilache2021-04-091-2/+22
* | [MLIR][Shape] Combine `cstr_eq` only if they share shape operandsFrederik Gossen2021-04-092-5/+25
* | [MLIR][Shape] Add convenience builder for `shape.assuming_all`Frederik Gossen2021-04-092-0/+11
* | [MLIR][Shape] Canonicalize `assuming_all` when all operands are `cstr_eq` opsFrederik Gossen2021-04-092-1/+36
* | [MLIR] Do not yield values from an assuming op that are never usedFrederik Gossen2021-04-092-2/+68
* | [mlir][Linalg] Drop unit-trip loops of reductions only if other reduction loo...MaheshRavishankar2021-04-086-40/+196
* | [mlir][tosa] Add tosa.max_pool2d lowering to linalg int max pooling additionsRob Suderman2021-04-086-16/+424
* | [mlir][spirv] Define spv.ImageDrefGather operationWeiwei Li2021-04-085-32/+179
* | Improve error message when tring to export to LLVM IR with a dialect missing ...Mehdi Amini2021-04-081-6/+13
* | [mlir][StandardToSPIRV] Handle i1 case for lowering memref.load/store opHanhan Wang2021-04-085-18/+152
* | [mlir][linalg] Fix loop upper bounds in conv fusion testLei Zhang2021-04-081-19/+16
* | [MLIR] Support symbols in emptiness checks for FlatAffineConstraintsArjun P2021-04-083-6/+19
* | [mlir][spirv] Add control for non-32-bit scalar type emulationLei Zhang2021-04-085-79/+169
* | [mlir][spirv] Timely fail type conversionLei Zhang2021-04-081-35/+32
* | [mlir] add support for index type in vectors.Tobias Gysi2021-04-0820-83/+461
* | Change the default value for `preloadDialectsInContext` for MlirOptMainMehdi Amini2021-04-081-2/+2
* | [mlir] Fixed alignment attribute of alloc constant folding.Haruki Imai2021-04-072-2/+13
* | [mlir][sparse] support integral types i32,i16,i8 for *numerical* valuesAart Bik2021-04-075-158/+139
* | [mlir] Export python-related .cmake filesNicolas Vasilache2021-04-071-0/+2
* | [mlir,shape] Update min/max op descriptionJacques Pienaar2021-04-071-8/+8
* | [mlir] Add "mask" operand to vector.transfer_read/write.Matthias Springer2021-04-0713-186/+389
* | [mlir,shape] Add max/min folder for simple caseJacques Pienaar2021-04-063-0/+46
* | [shape] Add min and max opsJacques Pienaar2021-04-062-3/+73
* | [MLIR] [Python] Add capsule methods for pybind11 to PyOperationJohn Demme2021-04-063-0/+37
* | [mlir][tosa] Add tosa.table lowering to linalg.genericRob Suderman2021-04-062-18/+202
* | [mlir] Hoist out getRequestedOpDefinitions helperJacques Pienaar2021-04-065-51/+103
* | [mlir] Remove no-op array assignment in dictionaryAttrSort().Christian Sigg2021-04-061-4/+2
* | [MLIR, test] Fix use of undef FileCheck varThomas Preud'homme2021-04-061-8/+8
* | [mlir][python] Add missing affine map compression testNicolas Vasilache2021-04-061-1/+32
* | [mlir][linalg] Add helpers for linalg.tiled_loop [nfc].Alexander Belyaev2021-04-061-0/+24
* | [MLIR, test] Fix use of undef FileCheck varThomas Preud'homme2021-04-061-2/+2
* | [mlir][Linalg] Fix fusion on tensors operands / bbArg mismatchNicolas Vasilache2021-04-063-79/+170
* | [MLIR, test] Fix use of undef FileCheck varThomas Preud'homme2021-04-061-1/+1
* | [mlir] Fix support for lowering non-32-bit affine reductions.Alex Zinenko2021-04-062-8/+91
* | [MLIR][docs] Fixes to operation syntax in Lang RefGeoffrey Martin-Noble2021-04-051-11/+12
* | [mlir][Linalg] Add callbacks to fusion of elementwise operations to control f...MaheshRavishankar2021-04-056-17/+216
* | [mlir][sparse] move new test to right directory structureAart Bik2021-04-051-0/+0
* | [mlir][Linalg] NFC: Move populatePatterns* method into linalg namespace.MaheshRavishankar2021-04-056-69/+64
* | [mlir][NFC] Fully spell mlir types names in LoopLikeOpInterface, so it can be...Butygin2021-04-041-3/+3
* | Add void cast to suppress -Wunused-member-variable on assert-only memberDavid Blaikie2021-04-031-0/+1
* | Add workaround for false positive in -Wfree-nonheap-objectDavid Blaikie2021-04-031-3/+8
* | Silence `-Wunused-private-field` warning on isIsolatedFromAbove.Christian Sigg2021-04-031-1/+3
* | [mlir][tosa] Add tosa.reduce_any and tosa.reduce_all linalg loweringRob Suderman2021-04-022-23/+64
* | [mlir] Add optional TypeConverter for materializations.Sean Silva2021-04-022-7/+15
* | [mlir] Emit errors when creating unregistered attributes/types when not allowedRiver Riddle2021-04-025-1/+43
* | [mlir] Rename linalg.pooling operations to have a FOp postfix for floating pointRob Suderman2021-04-021-3/+3
* | [mlir][spirv] Add utilities for push constant valueLei Zhang2021-04-0210-76/+145
* | [mlir] add memref dialect as dependent of lower-affine passAlex Zinenko2021-04-022-0/+12