aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2020-10-04Revert "[RFC] Factor out repetitive cmake patterns for llvm-style projects"Stephen Neuendorffer1-1/+0
2020-10-04Implement callee/caller type checking for llvm.callMehdi Amini1-0/+69
2020-10-03[RFC] Factor out repetitive cmake patterns for llvm-style projectsStephen Neuendorffer1-0/+1
2020-10-02[MLIR][SPIRV] Add initial support for OpSpecConstantComposite.ergawy2-1/+148
2020-10-02[mlir][vector] Add canonicalization patterns for extractMap/insertMapThomas Raoux2-0/+23
2020-10-03[mlir] Add Float Attribute, Integer Attribute and Bool Attribute subclasses t...zhanghb971-0/+57
2020-10-02[MLIR] Better message for FuncOp type mismatchStephen Neuendorffer1-0/+12
2020-10-02[mlir] Fix call op conversion in bare-ptr calling conventionDiego Caballero1-0/+30
2020-10-02[mlir] Add subtensor_insert operationNicolas Vasilache1-1/+18
2020-10-02[mlir] Add canonicalization for the `subtensor` opNicolas Vasilache1-0/+29
2020-10-02[mlir] Add a subtensor operationNicolas Vasilache3-2/+45
2020-09-30Remove `Ops` suffix from dialect library namesGeoffrey Martin-Noble3-6/+6
2020-09-30[mlir][Linalg] Add pattern to tile and fuse Linalg operations on buffers.MaheshRavishankar3-0/+410
2020-09-30[mlir][vector] First step of vector distribution transformationThomas Raoux4-0/+78
2020-09-30[MLIR] Add async.value type to Async dialectEugene Zhulenev1-4/+34
2020-09-30[mlir][openacc] Remove -allow-unregistred-dialect from ops and invalid testsValentin Clement2-40/+40
2020-09-30[mlir][Linalg] Generalize the logic to compute reassociation mapsMahesh Ravishankar1-0/+16
2020-09-30Move AffineMapAttr into BaseOps.tdBenjamin Kramer1-1/+0
2020-09-30[mlir][Linalg] Tile sizes for Conv ops vectorization added as pass argumentsJakub Lichman2-2/+13
2020-09-30[mlir] Added support for rank reducing subviewsJakub Lichman2-0/+39
2020-09-30[MLIR][SPIRV] Support different function control in (de)serializationGeorge Mitenkov1-2/+2
2020-09-30[MLIR][Standard] Add `atan2` to standard dialectFrederik Gossen1-0/+13
2020-09-29[mlir] Remove more OpBuilder args which are now injectedJacques Pienaar1-10/+8
2020-09-29[MLIR] Avoid adding debuginfo for a function if it contains calls that has no...Tim Shen1-4/+0
2020-09-29Fix TODO in the mlir-cpu-runner/bare_ptr_call_conv.mlir test: call ops in bar...Mehdi Amini1-146/+31
2020-09-29[mlir] Support return and call ops in bare-ptr calling conventionDiego Caballero1-10/+38
2020-09-29[MLIR] Add Async dialect with trivial async.region operationEugene Zhulenev1-0/+16
2020-09-29Adds MLIR C-API for marshaling Python capsules.Stella Laurenzo2-0/+17
2020-09-29[mlir][openacc] Add shutdown operationValentin Clement2-1/+55
2020-09-29[mlir][openacc] Add init operationValentin Clement2-0/+44
2020-09-29[mlir][openacc] Add wait operationValentin Clement2-0/+51
2020-09-29[mlir] Expose Dialect class and registration/loading to C APIAlex Zinenko2-0/+46
2020-09-29[mlir][openacc] Add update operationValentin Clement2-0/+53
2020-09-29[mlir][GPU] Improve constant sinking in kernel outliningStephan Herhut1-6/+61
2020-09-29[MLIR][OpenMP] Removed the ambiguity in flush op assembly syntaxKiran Kumar T P2-7/+15
2020-09-28[mlir][openacc] Add acc.data operation verifierValentin Clement2-0/+11
2020-09-28[mlir][Affine][VectorOps] Fix super vectorizer utility (D85869)Diego Caballero2-15/+74
2020-09-28[mlir][shape] Make conversion passes more consistent.Sean Silva2-35/+32
2020-09-28[mlir] [VectorOps] changes to printing support for integersAart Bik3-67/+77
2020-09-28Add FunctionType to MLIR C and Python bindings.Stella Laurenzo2-3/+39
2020-09-27[mlir][openacc] Add if, deviceptr operands and default attributeValentin Clement1-0/+18
2020-09-27[mlir][openacc] Switch to assembly format for acc.dataValentin Clement1-24/+24
2020-09-27[mlir][openacc] Remove detach and delete operands from acc.dataValentin Clement1-8/+0
2020-09-25[MLIR] Fix for updating function signature in normalizing memrefsHaruki Imai3-1/+16
2020-09-25[mlir] [VectorOps] generalize printing support for integersAart Bik1-3/+82
2020-09-25[mlir][SCFToGPU] LaunchOp propagate optional attributesArtur Bialas1-0/+13
2020-09-24[mlir][shape] Start a pass that lowers shape constraints.Sean Silva1-0/+44
2020-09-24[MLIR] Normalize memrefs in LoadOp and StoreOp of Standard OpsHaruki Imai1-0/+34
2020-09-24[mlir] Stop allowing LLVMType Int arguments for GPULaunchFuncOp.Alexander Belyaev1-23/+37
2020-09-24[OpenMP][MLIR] Add assembly format for master opKiran Chandramohan1-2/+3