summaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)Author
2021-01-26[mlir] Add Python bindings for IntegerSetAlex Zinenko
2021-01-26[mlir][nfc] Move `getInnermostParallelLoops` to SCF/Transforms/Utils.h.Alexander Belyaev
2021-01-26[mlir] Async: add a separate pass to lower from async to async.coro and async...Eugene Zhulenev
2021-01-26[mlir:async] Use ODS to define async typesEugene Zhulenev
2021-01-26Add vp2intersect to AVX512 dialect.Matthias Springer
2021-01-25[mlir:Async] Use LLVM coro operations in async.coro loweringEugene Zhulenev
2021-01-25[mlir:Async] Add intermediate async.coro and async.runtime operations to simp...Eugene Zhulenev
2021-01-25[mlir] Add C API for IntegerSetAlex Zinenko
2021-01-25[mlir][Affine] Add support for multi-store producer fusionDiego Caballero
2021-01-25[mlir] Use more C99 comments in C API header filesAlex Zinenko
2021-01-25[mlir] Generalize OpFoldResult usage in ops with offsets, sizes and operands.Nicolas Vasilache
2021-01-25[mlir][Linalg] Add a hoistPaddingOnTensors transformationNicolas Vasilache
2021-01-25[mlir] Perfectly forward ImplicitLocOpBuilder ctors to OpBuilderBenjamin Kramer
2021-01-25[mlir][Linalg] Add a padding option to Linalg tilingNicolas Vasilache
2021-01-23[mlir][CAPI] Add result type inference to the CAPI.Stella Laurenzo
2021-01-22[mlir][Linalg] Make Fill operation work on tensors.MaheshRavishankar
2021-01-22[mlir][Linalg] Disable fusion of tensor_reshape op by expansion when unit-dim...MaheshRavishankar
2021-01-22[mlir][Linalg] Extend tile+fuse to work on Linalg operation on tensors.MaheshRavishankar
2021-01-22[mlir][Linalg] NFC: Refactor LinalgDependenceGraphElem to allowMaheshRavishankar
2021-01-22[mlir][spirv] Define spv.IsNan/spv.IsInf and add loweringsLei Zhang
2021-01-22[mlir][spirv] Fix script for availability autogen and refresh opsLei Zhang
2021-01-22[mlir] Add coro intrinsics operations to LLVM dialectEugene Zhulenev
2021-01-22[mlir][StandardOps] Fix typos in the td file.Hanhan Wang
2021-01-22[MLIR] Add support for extracting an integer sample point (if one exists) fro...Arjun P
2021-01-21[mlir][Linalg] Introduce linalg.pad_tensor op.Hanhan Wang
2021-01-21[mlir] Enable passing crash reproducer stream factory methodJacques Pienaar
2021-01-21[mlir] Support FuncOpSignatureConversion for more FunctionLike ops.mikeurbach
2021-01-21Remove deprecated methods from OpState.Christian Sigg
2021-01-21[mlir]][SPIRV] Define OrderedOp and UnorderedOp and add lowerings from Standard.MaheshRavishankar
2021-01-21[mlir][SPIRV] Rename OpSpecConstantOperation -> OpSpecConstantOpMaheshRavishankar
2021-01-21[mlir] Remove complex ops from Standard dialect.Alexander Belyaev
2021-01-21[mlir] Make MLIRContext::getOrLoadDialect(StringRef, TypeID, ...) publicmfehr
2021-01-20[mlir] Add a new builtin `unrealized_conversion_cast` operationRiver Riddle
2021-01-20[mlir] Add an interface for Cast-Like operationsRiver Riddle
2021-01-21Revert "[mlir][Affine] Add support for multi-store producer fusion"Diego Caballero
2021-01-20[mlir] NFC - Fix unused variable in non-debug modeNicolas Vasilache
2021-01-20[mlir] Fix SubTensorInsertOp semanticsNicolas Vasilache
2021-01-20[mlir][Linalg] NFC - Expose getSmallestBoundingIndex as an utility functionNicolas Vasilache
2021-01-20[mlir][Linalg] NFC - getAssumedNonShapedOperands now returns OperandRangeNicolas Vasilache
2021-01-20[MLIR][Standard] Add log1p operation to stdFrederik Gossen
2021-01-20[mlir][Affine] Add support for multi-store producer fusionDiego Caballero
2021-01-20[mlir] Link mlir_runner_utils statically into cuda/rocm-runtime-wrappers.Christian Sigg
2021-01-19[mlir][sparse] add narrower choices for pointers/indicesAart Bik
2021-01-19Implement constant folding for DivFOpJackson Fellows
2021-01-19[mlir][splitting std] move 2 more ops to `tensor`Sean Silva
2021-01-19[MLIR][SPIRV] Add `SignedOp` trait.KareemErgawy-TomTom
2021-01-19[mlir][spirv] Define spv.GLSL.Fma and add loweringsLei Zhang
2021-01-19[mlir][Affine] Revisit and simplify composeAffineMapAndOperands.Nicolas Vasilache
2021-01-19[mlir] Add `complex.abs`, `complex.div` and `complex.mul` to ComplexOps.Alexander Belyaev
2021-01-18[MLIR] Support checking if two FlatAffineConstraints are equalArjun P