aboutsummaryrefslogtreecommitdiff
path: root/mlir/include
AgeCommit message (Expand)AuthorFilesLines
2023-12-05[mlir][llvm] Add llvm.target_features features attribute (#71510)Benjamin Maxwell2-1/+66
2023-12-05[MLIR] Add support for frame pointers in MLIR (#72145)Radu Salavat3-2/+30
2023-12-04[MLIR][NVVM]: Add cp.async.mbarrier.arrive Op (#74241)Durga1-0/+49
2023-12-04[mlir][mesh] Add TableGen deffinitions of more collective ops (#73842)Boian Petkantchin1-0/+329
2023-12-04[mlir][ArmSME] Remove ArmSMETypeConverter (and configure LLVM one instead) (#...Benjamin Maxwell2-11/+1
2023-12-04[mlir][vector] Make `TransposeOpLowering` configurable (#73915)Andrzej Warzyński1-0/+10
2023-12-04Remove unused includes. NFC.Benjamin Kramer1-3/+0
2023-12-04[mlir][nvvm] Introduce `nvvm.fence.proxy` (#74057)Guray Ozen1-0/+49
2023-12-04[mlir] Add support for DIGlobalVariable and DIGlobalVariableExpression (#73367)Justin Wilson5-9/+74
2023-12-04[mlir][Vector] Update patterns for flattening vector.xfer Ops (1/N) (#73522)Andrzej Warzyński1-0/+33
2023-12-02[mlir][transform] Remove `cachedNames` expensive check (#73961)Matthias Springer1-12/+0
2023-12-01[mlir][linalg] Fix weight dimension ordering in 2D grouped conv (#73855)Felix Schneider1-1/+100
2023-12-01[mlir][tensor] Add a tensor.concat operation (#72779)Quinn Dawkins4-0/+116
2023-12-01[mlir] update linalg transform ops docsOleksandr "Alex" Zinenko1-3/+7
2023-12-01[mlir][ArmSME] Add option to only enable streaming mode/ZA if required (#73931)Benjamin Maxwell2-2/+6
2023-12-01[mlir][nvvm] Introduce `cp.async.bulk.commit.group`Guray Ozen1-0/+9
2023-12-01[mlir] Expose type and attribute names in the MLIRContext and abstract type/a...Fehr Mathieu15-74/+191
2023-11-30[mlir][sparse] bug fix on all-dense lex insertion (#73987)Aart Bik1-12/+8
2023-11-30[mlir][sparse] move all COO related methods into SparseTensorType (#73881)Aart Bik2-15/+18
2023-11-30[mlir][ArmSME] Switch to an attribute-based tile allocation scheme (#73253)Benjamin Maxwell7-157/+238
2023-11-29[mlir] Adopt `ConvertToLLVMPatternInterface` GpuToLLVMConversionPass to align...Mehdi Amini1-0/+4
2023-11-29[mlir][spirv] Add canon patterns for IAddCarry/[S|U]MulExtended (#73340)Finn Plummer1-0/+6
2023-11-29Reapply "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749) ...Vitaly Buka1-0/+39
2023-11-29[mlir][spirv] Add folding for [S|U]Mod, [S|U]Div, SRem (#73341)Finn Plummer1-0/+9
2023-11-29[mlir][nvvm] Introduce `setmaxregister.sync.aligned` Op (#73780)Guray Ozen1-0/+22
2023-11-28Revert "[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749)Vitaly Buka1-39/+0
2023-11-28[mlir][sparse] remove COO test from trait and encoding (#73733)Aart Bik2-23/+7
2023-11-28[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)Edgar1-0/+39
2023-11-28[mlir][sparse] refactor sparse tensor traits (#73726)Aart Bik2-21/+18
2023-11-28[mlir][sparse] move toCOOType into SparseTensorType class (#73708)Aart Bik2-24/+9
2023-11-28[mlir][linalg] Add TransposeConv2D Transform Op (#68567)Jack Frankland2-0/+56
2023-11-27[mlir][sparse] remove unused COO method (#73595)Aart Bik1-3/+1
2023-11-27[mlir][arith] doc updates for ub semantics, and int representations (#72932)Jacob Yu2-33/+67
2023-11-27Revert "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)"Vitaly Buka1-39/+0
2023-11-27[mlir][sparse] code cleanup, remove FIXMEs (#73575)Peiming Liu1-7/+9
2023-11-27[mlir][sparse] rename DimLevelType to LevelType (#73561)Aart Bik9-255/+252
2023-11-27[mlir][vector] Fix patterns for dropping leading unit dims from masks (#73525)Quinn Dawkins1-0/+12
2023-11-27Reland "[mlir][gpu] Align reduction operations with vector combining kinds (#...Jakub Kuderski2-26/+60
2023-11-27Revert "[mlir][gpu] Align reduction operations with vector combining kinds (#...Jakub Kuderski2-60/+26
2023-11-27[mlir][gpu] Align reduction operations with vector combining kinds (#73423)Jakub Kuderski2-26/+60
2023-11-27[mlir][spirv][doc] Remove duplicate syntax formats (#73386)Rik Huijzer18-1487/+128
2023-11-27[mlir][gpu] Support Cluster of Thread Blocks in `gpu.launch_func` (#72871)Guray Ozen1-6/+69
2023-11-26[mlir][spirv] Add missing group non-uniform bitwise and logical ops (#73475)Jakub Kuderski2-0/+309
2023-11-26[mlir][spirv] Update integer dot product op syntax (#73468)Jakub Kuderski1-24/+33
2023-11-26[mlir][spirv] Add floating point dot product (#73466)Jakub Kuderski2-3/+41
2023-11-25[mlir][doc] Remove duplicate syntax formats (#73343)Rik Huijzer4-42/+0
2023-11-24[Flang][OpenMP] Remove use of non reference values from MapInfoOp (#72444)Akash Banerjee1-9/+6
2023-11-23[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)Edgar1-0/+39
2023-11-23[mlir][LLVM] Support `immargs` in LLVM_IntrOpBase intrinsics (#73013)Benjamin Maxwell4-207/+111
2023-11-22Revert "[mlir] Fix `TileUsingForOp` attr-dict printing/parsing, cleanup assem...Felix Schneider1-1/+1