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-11-04[mlir] Move the assertion to a valid place.Hanhan Wang
2022-11-04[mlir][arith][spirv] Remove duplicate test casesJakub Kuderski
2022-11-04[mlir][spirv] Do not truncate i/f64 -> i/f32 in SPIRVConversionJakub Kuderski
2022-11-04[mlir][math] Simplify pow(x, 0.75) into sqrt(sqrt(x)) * sqrt(x).Slava Zakharin
2022-11-04[mlir][math] Initial support for fastmath flag attributes for Math dialect.Slava Zakharin
2022-11-04[Test] Fix CHECK typo.Zequan Wu
2022-11-04[mlir][Transform] NFC - Add custom builders for some useful transforms.Nicolas Vasilache
2022-11-04[mlir][linalg] Fix neutral element value for minf/maxfThomas Raoux
2022-11-04[mlir][python] Allow adding to existing pass managerrkayaith
2022-11-04[mlir][linalg] Add BroadcastOp to Linalg structured ops.Oleg Shyshkov
2022-11-04[IR] Switch everything to use memory attributeNikita Popov
2022-11-04Add TOC to GPU.mdOleksandr "Alex" Zinenko
2022-11-04[mlir][index] Add shl, shrs, and shru opsJeff Niu
2022-11-04[mlir][linalg] Add reduction tiling transformationThomas Raoux
2022-11-03[mlir][Arith] Fix folder of CmpIOp to not fail when element type is not integer.Mahesh Ravishankar
2022-11-03[mlir][Tensor] Allow builders of `tensor.empty` to accept encoding attribute.Mahesh Ravishankar
2022-11-03[mlir][bufferize] Add filterFn option to BufferResultsToOutParamsEmilio Cota
2022-11-03[mlir][llvmir] Add support for llvm.signext/zeroext function attributes.Slava Zakharin
2022-11-03[mlir][llvmir] Convert attributes for functions without bodies.Slava Zakharin
2022-11-03[mlir][python] Include anchor op in PassManager constructorrkayaith
2022-11-03[mlir][python] Include anchor op in PassManager.parserkayaith
2022-11-03[mlir][CAPI] Include anchor op in mlirParsePassPipelinerkayaith
2022-11-03[mlir] Include anchor op in reproducer pipeline stringrkayaith
2022-11-03[mlir][Pass] Include anchor op in -pass-pipelinerkayaith
2022-11-03[mlir] Add call_intrinsic op to LLVMIIRelectriclilies
2022-11-02[mlir] Remove eliminateBlockingAwaitOps option in AsyncToAsyncRuntime passyijiagu
2022-11-02[mlir][llvmir] Support FastmathFlags for LLVM intrinsic operations.Slava Zakharin
2022-11-02Add Async Function to the Async Dialectyijiagu
2022-11-02[mlir][linalg] Add support for vectorizing convs that have different types.Hanhan Wang
2022-11-02[mlir][scf] support 1:N type conversion for scf.if/while/conditionPeiming Liu
2022-11-02[mlir][arith] Use declarative asm format for fastmath flagsrkayaith
2022-11-02[mlir][Transform] Fix ASAN heap-use-after-freeNicolas Vasilache
2022-11-02[mlir][scf] refactor scf structuralOpConversion to better support 1:N type co...Peiming Liu
2022-11-02[mlir][Pass] Disallow mixing -pass-pipeline with other pass optionsrkayaith
2022-11-02[mlir] Don't mix -pass-pipeline with other pass optionsrkayaith
2022-11-02[mlir] Use the same pipeline tuning options as clang for execution engineDenys Shabalin
2022-11-02[mlir][linalg] Fix crash in canonicalization patternMatthias Springer
2022-11-02[mlir] Make `OperationFingerPrint` class publicIvan Butygin
2022-11-02[mlir][transform] Add PrintOp to transform dialectMatthias Springer
2022-11-02[mlir][vector] Fix distribution of scf.for with value coming from aboveThomas Raoux
2022-11-02[mlir][sparse] Fix windows build.bixia1
2022-11-02[mlir][sparse] Add rewriting rule for the convert operator.bixia1
2022-11-02[mlir][TOSA]Add optional attributes to TOSA custom opEric Kunze
2022-11-02[mlir][Linalg] Drop usage of tileWithLinalgTilingOptions in the structured.ti...Nicolas Vasilache
2022-11-01[mlir][sparse] replace magic constant with symbolAart Bik
2022-11-01[mlir][math][spirv] Add `math.roundeven` lowering to SPIR-VJakub Kuderski
2022-11-01[mlir][OpenMP] Add aligned clause definition to simd constructDominik Adamski
2022-11-01[mlir][gpu] Relax MMA load/store to allow vector memrefLei Zhang
2022-11-01[MLIR] Fix bug in the method constructing semi affine expression from flatten...Arnab Dutta
2022-11-01[mlir][arith][spirv] Hard fail in `-convert-arith-to-spirv`Jakub Kuderski