aboutsummaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)AuthorFilesLines
2024-01-02[𝘀𝗽𝗿] changes introduced through rebaseusers/avillega/main.clangd-refactor-check-to-have-more-explicit-cli-argsDavid CARLIER133-1001/+4255
2023-12-20[𝘀𝗽𝗿] changes introduced through rebaseCraig Topper158-1008/+3381
2023-12-18[𝘀𝗽𝗿] changes to main this commit is based onYvan195-1079/+5554
2023-12-12[mlir][sparse]Make isBlockSparsity more robust (#75113)Yinying Li2-2/+57
2023-12-12[mlir][mesh] Add endomorphism simplification for all-reduce (#73150)Boian Petkantchin11-0/+659
2023-12-12[mlir][vector] Allow vector distribution with multiple written elements (#75122)Jakub Kuderski4-17/+123
2023-12-12[mlir][tensor] Fix bug in `tensor.extract(tensor.from_elements)` folder (#75109)Rafael Ubal2-2/+45
2023-12-12[NFC][MLIR][OpenMP] Add test to check lowering omp.wsloop for GPU (#74857)Dominik Adamski1-0/+33
2023-12-12[MLIR][Linalg] improve silenceable failure msg for `lower_pack` (NFC) (#75053)lorenzo chelini2-5/+33
2023-12-12[mlir][GPU] Apply ClangTidy fixesAdrian Kuegel1-2/+2
2023-12-12Link NVVM translation in the to LLVMIR registration libraryIvan Radanov Ivanov1-0/+1
2023-12-12[MLIR][NVVM] Enable nvvm intrinsics import to LLVMIR (#68843)Ivan R. Ivanov6-0/+501
2023-12-11[MLIR] Fuse locations of merged constants (#74670)Billy Zhu4-2/+113
2023-12-11[mlir][python] update type stubs (#75099)Maksim Levental1-475/+2037
2023-12-12[mlir][SparseTensor][NFC] Use `tensor.empty` for dense tensors (#74804)Matthias Springer1-3/+4
2023-12-12[mlir][bufferization] Fix `regionOperatesOnMemrefValues` (#75016)Matthias Springer2-4/+29
2023-12-11Revert "[mlir][vector] Make `TransposeOpLowering` configurable (#73915)" (#75...Andrzej Warzyński2-28/+16
2023-12-11[mlir][sparse] fix bug in custom reduction scalarization code (#74898)Aart Bik2-7/+120
2023-12-11[mlir][spirv] Add folding for Bitwise[Or|And|Xor] (#74193)Finn Plummer5-60/+290
2023-12-11[MLIR][Linalg] (NFC) Drop `verify-diagnostics` from `transpose-conv2d.mlir`Lorenzo Chelini1-1/+1
2023-12-11[mlir][CAPI] Add mlirOpOperandGetValue (#75032)Shenghang Tsai3-0/+16
2023-12-11[mlir][llvm] Fix negative GEP crash in type consistency (#74859)Rik Huijzer2-1/+18
2023-12-11[mlir][ArmSME] Remove `vector.print` legality from ArmSMEToSCF (NFC) (#74875)Benjamin Maxwell1-6/+0
2023-12-11[mlir][vector] Fix crash on invalid `permutation_map` (#74925)Rik Huijzer2-0/+32
2023-12-11[mlir][Python] Apply ClangTidy findings.Adrian Kuegel4-5/+8
2023-12-11[MLIR][IntegerRangeAnalysis] Avoid crash reached when loop bound is uninitial...Victor Perez3-1/+29
2023-12-10[MLIR][SCF] Add support for pipelining dynamic loops (#74350)Thomas Raoux5-45/+173
2023-12-09[mlir][ArmSME] Update `-allocate-arm-sme-tiles` description (NFC) (#74871)Benjamin Maxwell1-2/+3
2023-12-08[mlir][sparse] fix uninitialized dense tensor out in conv2d test (#74884)Aart Bik1-8/+8
2023-12-08[mlir][sparse] make test for block sparsity more robust (#74798)Aart Bik1-8/+12
2023-12-08[mlir][mesh] Use tensor shape notation for the shape of a cluster (#73826)Boian Petkantchin11-71/+194
2023-12-08[mlir][Pass] Move PassExecutionAction to Pass.h, NFC. (#74850)Aman LaChapelle5-20/+158
2023-12-08[mlir][sparse] optimize memory loads to SSA values when generating sp… (#74...Peiming Liu3-304/+224
2023-12-08Implement acos operator in MLIR Math Dialect (#74584)Frederik Harwath4-0/+87
2023-12-08[mlir][memref] extract_strided_metadata for zero-sized memref (#74835)Guray Ozen2-1/+21
2023-12-08[mlir] Add missing MLIR_ENABLE_EXECUTION_ENGINE option to MLIRConfig.cmake.inMehdi Amini1-0/+1
2023-12-08[mlir][linalg] Expose getPreservedProducerResults method from ElementwiseOpFu...Amir Bishara2-11/+24
2023-12-08Fix argument name of GEPOp builder (#74810)xiaoleis-nv1-2/+2
2023-12-07Apply clang-tidy fixes for performance-unnecessary-value-param in VectorToGPU...Mehdi Amini1-2/+3
2023-12-07Apply clang-tidy fixes for llvm-qualified-auto in VectorToGPU.cpp (NFC)Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for llvm-qualified-auto in PredicateTree.cpp (NFC)Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for llvm-prefer-isa-or-dyn-cast-in-conditionals in Map...Mehdi Amini1-1/+1
2023-12-07Apply clang-tidy fixes for readability-identifier-naming in GPUToLLVMConversi...Mehdi Amini1-6/+6
2023-12-08[mlir][Transforms][NFC] GreedyPatternRewriteDriver: Remove redundant worklist...Matthias Springer1-3/+0
2023-12-07[mlir][sparse] add sparse convolution with 5x5 kernel (#74793)Aart Bik5-4/+220
2023-12-07[mlir][sparse] code formatting (NFC) (#74779)Aart Bik2-15/+13
2023-12-07[mlir] Extend CombineTransferReadOpTranspose pattern to handle extf ops. (#74...harsh-nod2-2/+36
2023-12-07[mlir][python] fix affine testmax1-3/+1
2023-12-07[mlir][affine] implement inferType for delinearize (#74644)Maksim Levental4-12/+25
2023-12-07[mlir][sparse] optimize memory load to SSA value when generating spar… (#74...Peiming Liu3-247/+208