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-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
2022-10-05[mlir][transform][nfc] typo fixGuray Ozen
2022-10-05[mlir][Linalg] NFC - Add bbarg pretty printing to linalg::genericNicolas Vasilache
2022-10-05[mlir][Linalg] Retire LinalgStrategyLowerVectorsPass and filter-based patternsNicolas Vasilache
2022-10-05[mlir][Linalg] Retire LinalgStrategyPeelPass and filter-based pattern.Nicolas Vasilache
2022-10-05[mlir] Add attribute constraints for sorted order.Adrian Kuegel
2022-10-05[mlir][bufferization][NFC] Move EmptyTensorToAllocTensorPassMatthias Springer
2022-10-05Add APFloat and MLIR type support for fp8 (e5m2).Stella Laurenzo
2022-10-05[mlir][sparse] Add an attribute to the sort operator for stable sorting.bixia1
2022-10-04[sparse] Make GenericOpSparsifier not crash on multi-output dense linalg.genericBenjamin Kramer
2022-10-04[mlir][arith] Mark unknown types legal in WIEJakub Kuderski
2022-10-04[mlir][gpu] Fix GCC -Wparenthesis warningChristian Sigg
2022-10-04[mlir][sparse] support singleton in loop emitter.Peiming Liu
2022-10-04[mlir][sparse] Restore case coverage warning fixNathaniel McVicar
2022-10-04[mlir][Linalg] NFC - Add result and bbArg pretty printing to linalg.reduceNicolas Vasilache
2022-10-04[mlir][Tensor] NFC - Add result pretty printing to TensorOpsNicolas Vasilache