aboutsummaryrefslogtreecommitdiff
path: root/mlir/test
AgeCommit message (Expand)AuthorFilesLines
2023-11-29 [MLIR][Vector] Refactor tests for contract -> OP transforms (3/N) (#73447)Andrzej Warzyński1-192/+279
2023-11-28Revert "[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)" (#73749)Vitaly Buka4-82/+4
2023-11-28[mlir] Re-Add mlirTranslateModuleToLLVMIR to MLIR-C (#73627)Edgar4-4/+82
2023-11-28[mlir] Add subbyte emulation support for `memref.store`. (#73174)Max1911-0/+165
2023-11-28[MLIR][Vector] Refactor tests for contract -> OP transforms (2/N) (#73445)Andrzej Warzyński1-32/+22
2023-11-28[mlir][linalg] Add TransposeConv2D Transform Op (#68567)Jack Frankland1-0/+177
2023-11-28[mlir][affine] Fix dim index out of bounds crash (#73266)Rik Huijzer3-8/+20
2023-11-27[mlir][python] enable registering dialects with the default `Context` (#72488)Maksim Levental2-14/+11
2023-11-27[mlir] Add support for `memref.alloca` sub-byte emulation (#73138)Max1911-0/+33
2023-11-27Revert "[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)"Vitaly Buka4-82/+4
2023-11-27[mlir][sparse] rename DimLevelType to LevelType (#73561)Aart Bik8-28/+27
2023-11-27[mlir][python] add type wrappers (#71218)Maksim Levental2-7/+100
2023-11-27[mlir][vector] Distribute all non-permutation or broadcasted masked transfer ...Quinn Dawkins1-0/+26
2023-11-27[mlir] Add narrow type emulation for `memref.reinterpret_cast` (#73144)Max1911-0/+58
2023-11-27[mlir][vector] Fix patterns for dropping leading unit dims from masks (#73525)Quinn Dawkins1-0/+40
2023-11-27[mlir][spirv] Simplify gpu reduction to spirv logic (#73546)Jakub Kuderski1-0/+99
2023-11-27Reland "[mlir][gpu] Align reduction operations with vector combining kinds (#...Jakub Kuderski7-86/+185
2023-11-27Revert "[mlir][gpu] Align reduction operations with vector combining kinds (#...Jakub Kuderski5-183/+84
2023-11-27[mlir][gpu] Align reduction operations with vector combining kinds (#73423)Jakub Kuderski5-84/+183
2023-11-27[mlir][spirv] Handle non-innerprod float vector add reductions (#73476)Jakub Kuderski1-4/+52
2023-11-27[mlir][gpu] Support Cluster of Thread Blocks in `gpu.launch_func` (#72871)Guray Ozen5-1/+126
2023-11-27[mlir][affine][gpu] Replace DivSIOp to CeilDivSIOp when lowering to GPU launc...Hsiangkai Wang1-2/+2
2023-11-26[mlir][spirv] Add missing group non-uniform bitwise and logical ops (#73475)Jakub Kuderski1-0/+126
2023-11-26[mlir][spirv] Update integer dot product op syntax (#73468)Jakub Kuderski3-105/+90
2023-11-26[mlir][spirv] Add floating point dot product (#73466)Jakub Kuderski2-0/+61
2023-11-25[MLIR][Vector] Refactor tests for contract -> OP transforms (#73348)Andrzej Warzyński3-566/+531
2023-11-24[mlir][spirv] Handle all zero-element memref types (#73351)Jakub Kuderski1-0/+2
2023-11-24[Flang][OpenMP] Remove use of non reference values from MapInfoOp (#72444)Akash Banerjee1-36/+0
2023-11-24[mlir][vector][spirv] Lower vector.load and vector.store to SPIR-V (#71674)Kai Wang1-0/+102
2023-11-23[mlir] fix LLVM type converter for structs (#73231)Oleksandr "Alex" Zinenko1-0/+35
2023-11-23[mlir] fix CAPI/translation.c testAlex Zinenko1-2/+0
2023-11-23[mlir] do not inject malloc/free in to-LLVM translation (#73224)Oleksandr "Alex" Zinenko1-1/+1
2023-11-23[NFC][OpenMP][MLIR] Add MLIR test for lowering parallel if (#71788)Dominik Adamski1-21/+65
2023-11-23[mlir] Add mlirTranslateModuleToLLVMIR to MLIR-C (#73117)Edgar4-4/+84
2023-11-23[mlir][LLVM] Support `immargs` in LLVM_IntrOpBase intrinsics (#73013)Benjamin Maxwell1-1/+16
2023-11-23[mlir][linalg] Add an e2e test for linalg.matmul to ArmSME (#72144)Cullen Rhodes1-0/+103
2023-11-22Revert "[mlir] Fix `TileUsingForOp` attr-dict printing/parsing, cleanup assem...Felix Schneider1-8/+0
2023-11-22[mlir] Fix `TileUsingForOp` attr-dict printing/parsing (#72745)Felix Schneider1-0/+8
2023-11-22[mlir][vector] Add patterns to simplify chained reductions (#73048)Jakub Kuderski2-0/+137
2023-11-22[mlir] `im2col` & `l2cache` on cp.async.bulk.tensor.shared.cluster.global` (#...Guray Ozen3-52/+111
2023-11-22[mlir][ArmSME] Move ArmSME -> intrinsics lowerings to `convert-arm-sme-to-llv...Benjamin Maxwell17-60/+47
2023-11-22[Tosa] Add local_bound attribute (#73001)Tai Ly1-1/+43
2023-11-22Fix for TOSA-to-linalg lowering of tosa.transpose op (#72698)Rafael Ubal1-6/+29
2023-11-22[mlir][tosa] Fix lowering of tosa.matmul with dynamic outputs (#72724)Spenser Bauman1-0/+14
2023-11-22[mlir] Fix a few more TypeSize::Fixed->TypeSize::getFixed following #72979.Sander de Smalen1-1/+1
2023-11-21[mlir][vector][nfc] Refactor vector.contract matvec tests (#72832)Andrzej Warzyński1-138/+90
2023-11-21[mlir] fix overflow in LLVM dialect inlining (#72878)Oleksandr "Alex" Zinenko1-1/+18
2023-11-21[mlir][sparse] test on read/convert permuted 3d sparse tensors (#72925)Aart Bik1-0/+262
2023-11-21[mlir][sparse] add a csr x bsr matmul test case (#73012)Peiming Liu1-1/+23
2023-11-21[mlir][spirv] Add more CL math ops (#72995)Ivan Butygin1-0/+160