Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)Author
2022-03-15NFC: Remove unterminated string from Python pyi file.Stella Laurenzo
2022-03-14[mlir][vector] Implement unrolling of ReductionOpMatthias Springer
2022-03-14[mlir][vector] Add unrolling pattern for multidim_reduce opThomas Raoux
2022-03-14[mlir][bufferization] Update public MLIR documentationMatthias Springer
2022-03-14[mlir][linalg] Replace linalg.fill by OpDSL variant.gysit
2022-03-14[mlir][linalg] Use explicit replace in canonicalization pattern (NFC).gysit
2022-03-14Remove include_directories() from cmake `mlir_tablegen()` function (NFC)Mehdi Amini
2022-03-13[MLIR][Presburger][NFC] Fix doc for PresburgerSpace::numLocalsGroverkss
2022-03-13[MLIR][NFC] Fix deprecation message.Christian Sigg
2022-03-13[MLIR][Presburger] Add support for PresburgerRelationGroverkss
2022-03-13[MLIR][Python] Add SCFIfOp Python bindingchhzh123
2022-03-13[mlirTranslateMain] Add a customization callback.Chris Lattner
2022-03-12[MLIR] Fix block label parsing bugUday Bondhugula
2022-03-12[mlir] Update function referenced in comment (NFC)Jacques Pienaar
2022-03-12[CMake] Rename TARGET_TRIPLE to LLVM_TARGET_TRIPLEPetr Hosek
2022-03-11[mlir][spirv] Make EntryPointABIAttr.local_size optionalIvan Butygin
2022-03-11[CommandLine] Remove `may only occur zero or one times!` errorFangrui Song
2022-03-11[mlir][memref] memref.reinterpret_cast foldingIvan Butygin
2022-03-11[mlir][sparse][taco] Add a few unary operations.Bixia Zheng
2022-03-11[MLIR][python binding] Add OpaqueAttribute to python binding.Yun Long
2022-03-11[mlir] Support verification order (3/3)Chia-hung Duan
2022-03-11[mlir][Vector] Modernize default lowering of vector transposeDiego Caballero
2022-03-10[mlir][NVVM] Add ldmatrix op to NVVM dialectThomas Raoux
2022-03-10[mlir][sparse] Improving error messages for openSparseTensorCOOwren romano
2022-03-10[mlir][linalg] Add a few unary operations.Bixia Zheng
2022-03-10[MLIR][Presburger] Remove `spaceKind` from PresburgerSpaceGroverkss
2022-03-10[mlir] ExecutionEngine: default enableObjectCache to falseEmilio Cota
2022-03-10[MLIR][OpenMP][NFC] Move the modifier testcases to correct directoryShraiysh Vaishay
2022-03-10[MLIR] [CMake/Python] Fix ignored Python3_EXECUTABLEJohn Demme
2022-03-10[OpenMP][mlir] Lowering for omp.atomic.updateShraiysh Vaishay
2022-03-10[MLIR][Presburger] fix vector update in coalesceMichel Weber
2022-03-10[MLIR][Presburger] Use IdKind for removeIdRange in PresburgerSpaceGroverkss
2022-03-10[mlir][sparse] add end2end test for linalg.dot sparsificationAart Bik
2022-03-10[mlir][sparse] added linalg.dot to sparse kernel collectionAart Bik
2022-03-09[mlir][OpenMP] Generating enums in accordance with the guidelinesShraiysh Vaishay
2022-03-09NFC. Clean up memref utils libraryUday Bondhugula
2022-03-09[mlir] Make ShapedTypeComponents contructible from ShapeAdaptorChia-hung Duan
2022-03-09[mlir] Extend AffineForEmptyLoopFolderAmy Zhuang
2022-03-09[mlir][sparse] index support in sparse compiler codegenAart Bik
2022-03-09[mlir][NFC] Add various includes currently transitively found inRiver Riddle
2022-03-09[mlir:toy][NFC] Add comment blocks for toy operations.River Riddle
2022-03-08[mlir][spirv] Define spv.VectorTimesScalar opLei Zhang
2022-03-08[mlir][spirv] Fix spv.GLSL.{S|U}Clamp type checkingLei Zhang
2022-03-08[mlir][spirv] Handle another form of folding comparsion into clampLei Zhang
2022-03-08Revert "Fix link of libmlir.so by adding ExecutionEngine as dependency to GPU...Mehdi Amini
2022-03-08Fix link of libmlir.so by adding ExecutionEngine as dependency to GPUTransformsMehdi Amini
2022-03-08[mlir][SCF] Replace use of FuncOp with FunctionOpInterfaceRiver Riddle
2022-03-08[mlir][MemRef] Change memref-expand to be a generic operation passRiver Riddle
2022-03-08[mlir] Change ComplexToLLVM to be a generic passRiver Riddle
2022-03-08[mlir] Update FuncOp conversion passes to Pass/InterfacePass<FunctionOpInterf...River Riddle