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-10-07[mlir][Linalg] Retire LinalgStrategyPadPass and filter-based pattern.Nicolas Vasilache
2022-10-07[mlir][doc] Remove trailing whitespace (NFC)Jacques Pienaar
2022-10-07[mlir][Linalg] Retire LinalgStrategyDecomposePass and filter-based pattern.Nicolas Vasilache
2022-10-07[mlir][Transform] Add a transform.split_handles operation and fix general sil...Nicolas Vasilache
2022-10-07[mlir][doc] clarify (ir)recoverable failures in transform dialectAlex Zinenko
2022-10-07[mlir][llvmir] Import intrinsics with attributes from LLVMIR.Tobias Gysi
2022-10-07[mlir][bufferize][NFC] Address review comments of D135420Matthias Springer
2022-10-07[MLIR][Affine] Fix crash in normalizeMemRefTypeUday Bondhugula
2022-10-07NFC. Remove unnecessary builder argument in Affine Utils helperUday Bondhugula
2022-10-07[mlir] fix memory effects of transform::PDLMatchOpAlex Zinenko
2022-10-07[mlir][tblgen] Fix crash in `-gen-enum-(decls|defs)` when `EnumAttrInfo` is n...Markus Böck
2022-10-07[mlir][bufferize] Fix repetitive region conflict detectionMatthias Springer
2022-10-07[mlir][bufferize] Fix enclosing repetitive region computationMatthias Springer
2022-10-07Apply clang-tidy fixes for performance-move-const-arg in IntegerRelation.cpp ...Mehdi Amini
2022-10-07[mlir] Fix test failure with invalid piping syntax on old bashKai Sasaki
2022-10-06[mlir][sparse] minor header ordering cleanupAart Bik
2022-10-06[mlir][sparse] Favors synthetic tensor over other undefined tensorsPeiming Liu
2022-10-06[tosa] Add legalization for conv3dTatWai Chong
2022-10-06[LLVM][Support] Support for `llvm::cl::list`'s default valuesSon Tuan Vu
2022-10-06[mlir][sparse] Implement insertion sort for the stable sort operator.bixia1
2022-10-06[mlir][sparse] Add rewrite rules for sparse-to-sparse reshape operators.bixia1
2022-10-06[mlir][llvmir] Simpler error handling in ConvertFromLLVMIR (nfc).Tobias Gysi
2022-10-06[mlir] Add bar.warp.sync to NVVMGuray Ozen
2022-10-06[mlir][tensor][bufferize] Bufferize inserts into equivalent tensors in-placeMatthias Springer
2022-10-06[mlir][nvgpu] NFC - move NVGPU conversion helpers to NvGpu utils libraryChristopher Bate
2022-10-06[mlir][sparse] Favors defined dimension when optimize lattice points.Peiming Liu
2022-10-06[mlir][sparse] Fixing bug in python testwren romano
2022-10-06[mlir][sparse] Adjusting DimLevelType numeric values for faster predicateswren romano
2022-10-06[mlir] vector.multi_reduction canonicalizes to vector.shape_cast (orMurali Vijayaraghavan
2022-10-06[mlir][tosa] tosa.resize canonicalizer for trivial noopRob Suderman
2022-10-06[mlir][sparse] further implement singleton dimension level typewren romano
2022-10-06[mlir][sparse] Case coverage fix no errorhandlingNathaniel McVicar
2022-10-06[mlir][sparse] move sparse tensor rewriting into its own passAart Bik
2022-10-06Revert "Added canonicalization for vector.multi_reduction"Murali Vijayaraghavan
2022-10-05[mlir][tosa] Update TOSA resize to match specificationTatWai Chong
2022-10-05[mlir:Parser] Always splice parsed operations to the end of the parsed blockRiver Riddle
2022-10-05[mlir][gpu] Introduce `host_shared` flag to `gpu.alloc`Ivan Butygin
2022-10-05[mlir][arith] Add shli support to WIEJakub Kuderski
2022-10-05[mlir][NFC] Make 'printOp' public in AsmPrinterDiego Caballero
2022-10-05Added canonicalization for vector.multi_reductionMurali Vijayaraghavan
2022-10-05[mlir][arith] Add andi, ori, and xori support to WIEJakub Kuderski
2022-10-05[mlir] Make UnitAttr's default val in unwrapped builderJacques Pienaar
2022-10-05Add `const` to `dump` method of `OpFoldResult`.Mahesh Ravishankar
2022-10-05[mlir][Linalg] Expose vectorization precondition check as a utility function.Mahesh Ravishankar
2022-10-05Revert "[mlir][sparse] Restore case coverage warning fix"Vitaly Buka
2022-10-05[mlir][sparse] introduce a higher-order tensor mappingAart Bik
2022-10-05[mlir][unittest] Fix crash when building with MSVC 2022Alexandre Ganea
2022-10-05[mlir] Fix ambiguity when building with Clang 14.0.6Alexandre Ganea
2022-10-05[mlir] tweak declarative assembly docOleksandr "Alex" Zinenko
2022-10-05[mlir][transform] Add failing test for GPU transform dialectGuray Ozen