aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)Author
2020-12-09[mlir] Use mlir::OpState::operator->() to get to methods of mlir::Operation. ...Christian Sigg
2020-12-09[MLIR] Expose target configuration for lowering to NVVMFrederik Gossen
2020-12-09Fix MLIR Python bindings build after changes to the C API to use StringRef (NFC)Mehdi Amini
2020-12-08[flang][openacc] Update reference to OpenACC 3.1 specificationValentin Clement
2020-12-08[mlir] Async: Add numWorkerThreads argument to createAsyncParallelForPassEugene Zhulenev
2020-12-08[mlir] Revert "Tighten access of RewritePattern methods."Christian Sigg
2020-12-08[mlir] Use rewriting infrastructure in AsyncToLLVMTres Popp
2020-12-08Add sqrt lowering from standard to NVVMFrederik Gossen
2020-12-08[mlir][Shape] Canonicalize assume_all with one input and tensor_cast of const...Benjamin Kramer
2020-12-08[mlir] Tighten access of RewritePattern methods.Christian Sigg
2020-12-08[MLIR][SPIRV] Add initial support for OpSpecConstantOp.ergawy
2020-12-08Add rsqrt lowering from standard to NVVMFrederik Gossen
2020-12-08[mlir] Add an option to control the number of loops in affine parallelizerAlex Zinenko
2020-12-08[mlir] properly support min/max in affine parallelizationAlex Zinenko
2020-12-07Add Python binding for MLIR Type AttributeMehdi Amini
2020-12-07Customize exception thrown from mlir.Operation.create() python bindingsMehdi Amini
2020-12-07[mlir][sparse] hoist loop invariant tensor loads in sparse compilerAart Bik
2020-12-07[MLIR][Affine] Add affine.for normalization supportNavdeep Kumar
2020-12-07[MLIR,OpenMP] Added support for lowering MasterOp to LLVMIRSourabh Singh Tomar
2020-12-04[mlir][IR] Move the storage for results to before the Operation instead of af...River Riddle
2020-12-04[mlir][OpFormatGen] Add support for optional enum attributesRiver Riddle
2020-12-04[mlir][vector] rephrased descriptionAart Bik
2020-12-04[mlir][vector][NFC] Change UnrollVectorPattern to not be statically dependent...Thomas Raoux
2020-12-04[MLIR] Fix parseFunctionLikeOp() to fail parsing empty regionsRahul Joshi
2020-12-04[MLIR] Generate inferReturnTypes declaration using InferTypeOpInterface trait.Rahul Joshi
2020-12-04[mlir][Linalg] NFC - Expose tiling canonicalization patterns through a popula...Nicolas Vasilache
2020-12-04[mlir][Linalg] Properly use distribution options.Nicolas Vasilache
2020-12-04Remove typeConverter from ConvertToLLVMPattern and use the existing one in Co...Christian Sigg
2020-12-03[mlir][Linalg] Handle fusion on tensors for projected permutation.Hanhan Wang
2020-12-03[mlir][Attributes][NFC] Move all builtin Attribute classes to BuiltinAttribut...River Riddle
2020-12-03[mlir][Types][NFC] Move all of the builtin Type classes to BuiltinTypes.hRiver Riddle
2020-12-03[mlir][NFC] Remove Function.h and Module.h in favor of BuiltinOps.hRiver Riddle
2020-12-03[mlir][vector][avx512] move avx512 lowering pass into general vector loweringAart Bik
2020-12-03[mlir][IR] Add explicit default constructor to OwningModuleRef to appease MSVCRiver Riddle
2020-12-03Use MlirStringRef in StandardAttributes.hGeorge
2020-12-03[mlir][Parser] Don't hardcode the use of ModuleOp in the parserRiver Riddle
2020-12-03[mlir][Pass] Remove the restriction that PassManager can only run on ModuleOpRiver Riddle
2020-12-03[mlir][IR] Remove references to BuiltinOps from IR/River Riddle
2020-12-03[mlir][linalg] Add vectorization for element-wise linalg opsThomas Raoux
2020-12-03[mlir] Use long rather than int to address pointer-to-int narrowing warningDavid Blaikie
2020-12-03[mlir] Make conversion functions inline instead of static to avoid -Wunused-f...David Blaikie
2020-12-03Revert "Include Region.h in OperationSupport.h instead of forward declaring i...Mehdi Amini
2020-12-03Include Region.h in OperationSupport.h instead of forward declaring it (NFC)Mehdi Amini
2020-12-03Use the generic form when printing from the python bindings and the verifier ...Mehdi Amini
2020-12-03[MLIR] Fix vector::TransferWriteOp builder losing permutation mapMax Kudryavtsev
2020-12-03[TableGen] Eliminate the 'code' typePaul C. Anagnostopoulos
2020-12-03[MLIR] Normalize the results of normalizable operationsHaruki Imai
2020-12-03[MLIR] Added support for dynamic shaped allocas to promote-buffers-to-stack p...Julian Gross
2020-12-03Fix forward for rGd9adde5ae216: adding missing dependency.Christian Sigg
2020-12-03[mlir][gpu] Move gpu.wait ops from async.execute regions to its dependencies.Christian Sigg