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-07-14[mlir] Use value instead of getValue (NFC)Kazu Hirata
2022-07-13[mlir][NVGPU] Verifiers for nvgpu.mma.sync OpManish Gupta
2022-07-13lowerParallel is also called on unit-size, one-sided reduction dimsBenoit Jacob
2022-07-13[mlir] Plumb through default attribute populate for extensible dialect.Jacques Pienaar
2022-07-13[mlir][Linalg] Retire TestLinalgCodegenStrategy pass.Nicolas Vasilache
2022-07-13[mlir] Use has_value instead of hasValue (NFC)Kazu Hirata
2022-07-13[mlir] Allow empty lists for DenseArrayAttr.Adrian Kuegel
2022-07-13[mlir][sparse]Replace redundant indices checks in sparse_tensor.conversionAnlun Xu
2022-07-13[mlir][vector] Fix crash in vector.reduction canonicalizationThomas Raoux
2022-07-13[mlir][VectorToLLVM] Fix bug in lowering of vector.reduce fmax/fminThomas Raoux
2022-07-12[mlir] Switch create to use NamedAttrList&&Jacques Pienaar
2022-07-12[mlir] Remove VectorToROCDLKrzysztof Drewniak
2022-07-12[mlir] fold more eagerly in structured op splittingAlex Zinenko
2022-07-12[mlir][vector] Add accumulator operand to MultiDimReduce opThomas Raoux
2022-07-12[mlir] Handle linalg.index correctly in TilingInterfaceAlex Zinenko
2022-07-12[mlir] Use semantically readable functions for transform op effectsAlex Zinenko
2022-07-12[mlir] Transform op for multitile size generationAlex Zinenko
2022-07-12[mlir] Allow Tile transform op to take dynamic sizesAlex Zinenko
2022-07-12[mlir] assorted fixes in transform dialect documentationAlex Zinenko
2022-07-12[mlir] Add ReplicateOp to the Transform dialectAlex Zinenko
2022-07-12[mlir][Math] Support fold SqrtOp with constant dense.jacquesguan
2022-07-12[mlir] XFAIL IR/elements-attr-interface.mlir on SystemZUlrich Weigand
2022-07-12Read/write external resource alignment tag in little-endianUlrich Weigand
2022-07-12Fix linalg.dot over boolean tensors.Johannes Reifferscheid
2022-07-12[mlir] Add support for regex within `expected-*` diagnosticsRiver Riddle
2022-07-12[mlir] Register linalg external TilingInterface models in InitAllDialectsChristopher Bate
2022-07-12[mlir][sparse] implement sparse2sparse reshaping (expand/collapse)Aart Bik
2022-07-11Fix an issue with grouped conv2d opGeorge Petterson
2022-07-11Revert "Fix an issue with grouped conv2d op"Nirvedh
2022-07-11Fix an issue with grouped conv2d opGeorge Petterson
2022-07-11[mlir][complex] Lower complex.log to libm log callKai Sasaki
2022-07-11[OMPIRBuilder] Add support for simdlen clausePrabhdeep Singh Soni
2022-07-11[MLIR][TOSA] Fix converting tosa.clamp and tosa.relu to linalgjungpark-mlir
2022-07-11[mlir][vector] Add pattern to distribute splat constantThomas Raoux
2022-07-11[mlir][vector] Avoid creating duplicate output in warpOpThomas Raoux
2022-07-11[MLIR][Presburger] introduce MPInt to support fast arbitrary precision in Pre...Arjun P
2022-07-11Revert "[MLIR][Presburger] introduce MPInt to support fast arbitrary precisio...Arjun P
2022-07-11[MLIR][Presburger] introduce MPInt to support fast arbitrary precision in Pre...Arjun P
2022-07-11[mlir] Flip accessors to prefixed form (NFC)Jacques Pienaar
2022-07-11[mlir][Math] Support fold Log2Op with constant dense.jacquesguan
2022-07-10Restore Python install behavior from before D128230.Stella Laurenzo
2022-07-09[mlir][vector] Relax reduction distribution patternThomas Raoux
2022-07-09[mlir][bufferization] Do not canonicalize to_tensor(to_memref(x))Matthias Springer
2022-07-09[mlir:LSP] Drop potentialy annoying completion commit charactersRiver Riddle
2022-07-09[mlir:LSP] Add code completions for builtin signed/unsigned integersRiver Riddle
2022-07-09[mlir:LSP] Add support for code completing attributes and typesRiver Riddle
2022-07-09[mlir:LSP] Add support for keyword code completionsRiver Riddle
2022-07-08[mlir] Add method to populate default attributesJacques Pienaar
2022-07-08[vscode-mlir] add tablegen <> bracket colorizationRyan Thomas Lynch (@emosy)
2022-07-08[mlir][tosa] Enable decomposing Conv2D also where 1 input dim is dynamicJacques Pienaar