summaryrefslogtreecommitdiff
path: root/mlir
Commit message (Expand)AuthorAgeFilesLines
* Fix running MLIR tests when enabling examples but the native backends isn't c...Mehdi Amini2023-01-243-2/+17
* [mlir][tosa] Add RFFT2d operationLuke Hutton2023-01-245-0/+88
* [asan] fix two memory leaks in integration testsAart Bik2023-01-242-0/+4
* [mlir][Linalg] NFC - Expose packing transpose implementation as a standalone ...Nicolas Vasilache2023-01-243-136/+195
* [mlir][sparse][ArmSVE] Enable sparse integration tests for ArmSVEJavier Setoain2023-01-2417-104/+384
* Relax requirements for TileOp.Johannes Reifferscheid2023-01-241-17/+16
* [mlir][Linalg] NFC - Expose packing implementation as a standalone functional...Nicolas Vasilache2023-01-243-310/+320
* [mlir][Linalg] NFC - Add transform pack builderNicolas Vasilache2023-01-243-1/+26
* [mlir][FuncToLLVM] Fix arg attr memref interactionChristian Ulmann2023-01-242-9/+22
* [mlir][linalg] Convert tensor.pad to destination styleMatthias Springer2023-01-242-2/+183
* [mlir][linalg] Convert tensor.generate to destination styleMatthias Springer2023-01-245-0/+118
* [MLIR] Add LocationAttr declarations to ODSAndrew Young2023-01-231-0/+6
* [mlir] support !shape.value_shape when replace WithOp in OutlineShapeComputat...Xiang Li2023-01-233-3/+44
* [mlir][sparse] clean vectorization bail-out for VL=0Aart Bik2023-01-231-0/+2
* [mlir][spirv] Move uint asm name test to the proper placeLei Zhang2023-01-232-8/+3
* [mlir] support unsigned int in mlir::spirv::ConstantOp::getAsmResultNamesXiang Li2023-01-232-0/+10
* [mlir][MemRefToLLVM] Remove the code for lowering collaspe/expand_shapeQuentin Colombet2023-01-235-539/+313
* [mlir] fix outdated assert in affine symbol verificationAlex Zinenko2023-01-232-2/+19
* [mlir] fix side effects for transform.AlternativesOpAlex Zinenko2023-01-234-3/+31
* [mlir] add RemoveConstantIfCondition to populateOpenACCToSCFConversionPatternsXiang Li2023-01-232-4/+81
* [MLIR][OpenMP] Added target data, exit data, and enter data operation definit...Akash Banerjee2023-01-233-0/+358
* [MLIR][NFC] Fix a memset in MemRefUtils.hShivam Gupta2023-01-231-1/+1
* Use llvm::popcount instead of llvm::countPopulation(NFC)Kazu Hirata2023-01-222-3/+3
* [NFC] Fix "form/from" typosPiotr Fusik2023-01-221-1/+1
* [PVS-Studio][NFC] fix a typo in ShapeUtils.hShivam Gupta2023-01-221-1/+1
* [mlir][ods] Simplify signature of `custom` printers and parsers of Attributes...Markus Böck2023-01-229-33/+54
* Add the test dialect as dependent for the "test-legalize-patterns" test passMehdi Amini2023-01-221-1/+1
* Add missing dependent dialects to "convert-gpu-to-rocdl"Mehdi Amini2023-01-223-1/+24
* [mlir][sparse] factoring out getRankedTensorType helper functionwren romano2023-01-206-25/+27
* Revert "WIP listeners", totally pushed by mistake!Mehdi Amini2023-01-212-38/+2
* WIP listenersMehdi Amini2023-01-212-2/+38
* [mlir] Fix a warningKazu Hirata2023-01-201-1/+2
* [mlir][sparse] IR/SparseTensorDialect.cpp: misc code cleanupwren romano2023-01-201-147/+78
* [mlir][Index] Implement InferIntRangeInterface, re-landKrzysztof Drewniak2023-01-2011-441/+1171
* [mlir] Add "memref::MemRefDialect" as dependentDialects for GpuToLLVMConversi...Xiang Li2023-01-203-1/+18
* [mlir] use stable_sort for OperationLegalizer::computeOpLegalizationDepthXiang Li2023-01-201-15/+13
* Fix unused variable warning.Johannes Reifferscheid2023-01-201-0/+1
* [mlir] fix python typesAlex Zinenko2023-01-201-3/+3
* [MLIR] Remove scf.if builder with explicit result types and callbacksFrederik Gossen2023-01-209-56/+45
* [MLIR] Address post-submit comments on scf.if's InferTypeOpInterfaceFrederik Gossen2023-01-201-2/+7
* [mlir][LLVM] Add passthrough import supportChristian Ulmann2023-01-203-4/+79
* [MLIR][LLVM] Support inlining LLVM::CallOp to LLVM::FuncOp.Johannes de Fine Licht2023-01-202-10/+221
* [mlir][Linalg] fix comparison of integers with different signsTom Eccles2023-01-202-3/+3
* [arith] Allow integer casts of 0-D vectorsBenjamin Kramer2023-01-202-1/+13
* [mlir] Introduce a pattern to lower `gpu.subgroup_reduce` to `nvvm.redux_op`Guray Ozen2023-01-204-7/+118
* [mlir][Linalg] Fix ignoring nodiscard return valueTom Eccles2023-01-201-2/+4
* [mlir][llvm] Drop cyclic dependencies during debug metadata import.Tobias Gysi2023-01-203-10/+80
* [mlir][nvvm] Introduce redux opGuray Ozen2023-01-203-0/+88
* [mlir] GreedyPatternRewriteDriver: Add new strict mode optionMatthias Springer2023-01-208-74/+115
* [mlir][Linalg] Add a structured.pack_transpose transform opNicolas Vasilache2023-01-207-56/+687