aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)AuthorFilesLines
2021-01-26[mlir] Add Python bindings for IntegerSetAlex Zinenko1-0/+21
2021-01-26[mlir][nfc] Move `getInnermostParallelLoops` to SCF/Transforms/Utils.h.Alexander Belyaev1-0/+7
2021-01-26[mlir] Async: add a separate pass to lower from async to async.coro and async...Eugene Zhulenev2-0/+9
2021-01-26[mlir:async] Use ODS to define async typesEugene Zhulenev5-108/+107
2021-01-26Add vp2intersect to AVX512 dialect.Matthias Springer3-6/+52
2021-01-25[mlir:Async] Use LLVM coro operations in async.coro loweringEugene Zhulenev1-15/+3
2021-01-25[mlir:Async] Add intermediate async.coro and async.runtime operations to simp...Eugene Zhulenev3-9/+281
2021-01-25[mlir] Add C API for IntegerSetAlex Zinenko3-0/+164
2021-01-25[mlir][Affine] Add support for multi-store producer fusionDiego Caballero4-12/+174
2021-01-25[mlir] Use more C99 comments in C API header filesAlex Zinenko8-409/+404
2021-01-25[mlir] Generalize OpFoldResult usage in ops with offsets, sizes and operands.Nicolas Vasilache3-69/+125
2021-01-25[mlir][Linalg] Add a hoistPaddingOnTensors transformationNicolas Vasilache2-0/+56
2021-01-25[mlir] Perfectly forward ImplicitLocOpBuilder ctors to OpBuilderBenjamin Kramer1-12/+3
2021-01-25[mlir][Linalg] Add a padding option to Linalg tilingNicolas Vasilache4-0/+78
2021-01-23[mlir][CAPI] Add result type inference to the CAPI.Stella Laurenzo1-2/+17
2021-01-22[mlir][Linalg] Make Fill operation work on tensors.MaheshRavishankar1-1/+10
2021-01-22[mlir][Linalg] Disable fusion of tensor_reshape op by expansion when unit-dim...MaheshRavishankar1-0/+9
2021-01-22[mlir][Linalg] Extend tile+fuse to work on Linalg operation on tensors.MaheshRavishankar1-2/+3
2021-01-22[mlir][Linalg] NFC: Refactor LinalgDependenceGraphElem to allowMaheshRavishankar1-2/+90
2021-01-22[mlir][spirv] Define spv.IsNan/spv.IsInf and add loweringsLei Zhang2-9/+80
2021-01-22[mlir][spirv] Fix script for availability autogen and refresh opsLei Zhang8-132/+155
2021-01-22[mlir] Add coro intrinsics operations to LLVM dialectEugene Zhulenev2-0/+67
2021-01-22[mlir][StandardOps] Fix typos in the td file.Hanhan Wang1-5/+5
2021-01-22[MLIR] Add support for extracting an integer sample point (if one exists) fro...Arjun P3-14/+22
2021-01-21[mlir][Linalg] Introduce linalg.pad_tensor op.Hanhan Wang1-0/+95
2021-01-21[mlir] Enable passing crash reproducer stream factory methodJacques Pienaar1-2/+25
2021-01-21[mlir] Support FuncOpSignatureConversion for more FunctionLike ops.mikeurbach2-11/+27
2021-01-21Remove deprecated methods from OpState.Christian Sigg1-80/+0
2021-01-21[mlir]][SPIRV] Define OrderedOp and UnorderedOp and add lowerings from Standard.MaheshRavishankar2-8/+81
2021-01-21[mlir][SPIRV] Rename OpSpecConstantOperation -> OpSpecConstantOpMaheshRavishankar1-14/+14
2021-01-21[mlir] Remove complex ops from Standard dialect.Alexander Belyaev2-149/+0
2021-01-21[mlir] Make MLIRContext::getOrLoadDialect(StringRef, TypeID, ...) publicmfehr1-3/+5
2021-01-20[mlir] Add a new builtin `unrealized_conversion_cast` operationRiver Riddle2-0/+53
2021-01-20[mlir] Add an interface for Cast-Like operationsRiver Riddle9-123/+141
2021-01-21Revert "[mlir][Affine] Add support for multi-store producer fusion"Diego Caballero4-174/+12
2021-01-20[mlir] NFC - Fix unused variable in non-debug modeNicolas Vasilache1-1/+3
2021-01-20[mlir] Fix SubTensorInsertOp semanticsNicolas Vasilache1-2/+13
2021-01-20[mlir][Linalg] NFC - Expose getSmallestBoundingIndex as an utility functionNicolas Vasilache1-0/+6
2021-01-20[mlir][Linalg] NFC - getAssumedNonShapedOperands now returns OperandRangeNicolas Vasilache1-12/+23
2021-01-20[MLIR][Standard] Add log1p operation to stdFrederik Gossen1-0/+29
2021-01-20[mlir][Affine] Add support for multi-store producer fusionDiego Caballero4-12/+174
2021-01-20[mlir] Link mlir_runner_utils statically into cuda/rocm-runtime-wrappers.Christian Sigg1-1/+1
2021-01-19[mlir][sparse] add narrower choices for pointers/indicesAart Bik1-3/+3
2021-01-19Implement constant folding for DivFOpJackson Fellows1-0/+1
2021-01-19[mlir][splitting std] move 2 more ops to `tensor`Sean Silva4-99/+108
2021-01-19[MLIR][SPIRV] Add `SignedOp` trait.KareemErgawy-TomTom6-9/+27
2021-01-19[mlir][spirv] Define spv.GLSL.Fma and add loweringsLei Zhang1-0/+40
2021-01-19[mlir][Affine] Revisit and simplify composeAffineMapAndOperands.Nicolas Vasilache3-77/+56
2021-01-19[mlir] Add `complex.abs`, `complex.div` and `complex.mul` to ComplexOps.Alexander Belyaev1-5/+62
2021-01-18[MLIR] Support checking if two FlatAffineConstraints are equalArjun P1-1/+4