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

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mlir
AgeCommit message (Expand)Author
2020-07-15[Matrix] Only pass vector arg as overloaded type in MatrixBuilder.Florian Hahn
2020-07-15[MLIR][SPIRVToLLVM] SPIRV function fix and nitsGeorge Mitenkov
2020-07-15Make linalg::ReshapeOp implement ViewLikeOpInterfaceStephan Herhut
2020-07-15[mlir][Vector] Degrade masking information when forwarding linalg.copy to vec...Nicolas Vasilache
2020-07-14[mlir] Add support for parsing optional Attribute values.River Riddle
2020-07-14[mlir][DialectConversion] Emit an error if an operation marked as erased has ...River Riddle
2020-07-14[MLIR][StdToSPIRV] Fixed a typo in ops conversion testsGeorge Mitenkov
2020-07-14[MLIR] [NFC] Buffer placement pass - clang tidy warningsUday Bondhugula
2020-07-14[MLIR] Add argument related API to RegionRahul Joshi
2020-07-14[MLIR] [TableGen] Avoid generating an assert which is always true.Rahul Joshi
2020-07-14[ods] Enable getting forward decls allowJacques Pienaar
2020-07-14[MLIR][Standard] Erase redundant assertions `std.assert`Frederik Gossen
2020-07-14[MLIR][Standard] Add `assert` operation to the standard dialectFrederik Gossen
2020-07-14Lowering of OpenMP Parallel operation to LLVM IR 1/nKiran Chandramohan
2020-07-14[mlir] Add alignment attribute to LLVM memory ops and use in vector.transferNicolas Vasilache
2020-07-13[MLIR] Change ODS collective params build method to provide an empty default ...Rahul Joshi
2020-07-13[mlir] Support operations with multiple results in slicingThomas Raoux
2020-07-13[mlir][StandardToSPIRV] Fix conversion for signed remainderLei Zhang
2020-07-13[mlir][VectorOps] Lower vector.fma to llvm.fmuladd instead of llvm.fmaBenjamin Kramer
2020-07-13[MLIR][Shape] Lower `shape.any`Frederik Gossen
2020-07-13[mlir][ODS] Add support for specifying the namespace of an interface.River Riddle
2020-07-12[NFC] Fix comment style in MLIR unittests to conform to LLVM coding standards.Rahul Joshi
2020-07-11Fix one memory leak in the MLIRParser by using std::unique_ptr to hold the ne...Mehdi Amini
2020-07-11Fix some memory leak in MLIRContext with respect to registered types/attribut...Mehdi Amini
2020-07-11[MLIR] Parallelize affine.for op to 1-D affine.parallel opYash Jain
2020-07-11Create TestReducer passMauricio Sifontes
2020-07-11[mlir][linalg] Improve aliasing approximation for hoisting transfer read/writeThomas Raoux
2020-07-10[mlir][Vector] Add folding for vector.transfer opsNicolas Vasilache
2020-07-10[mlir] [VectorOps] Merge OUTER/AXPY vector.contract lowering into single caseaartbik
2020-07-10[mlir] [VectorOps] Allow AXPY to be expressed as special case of OUTERPRODUCTaartbik
2020-07-10[mlir][Vector] Add ExtractOp folding when fed by a TransposeOpNicolas Vasilache
2020-07-10[mlir][Linalg] Generalize Vectorization of Linalg contractionsNicolas Vasilache
2020-07-10[mlir][Vector] Fold chains of ExtractOpNicolas Vasilache
2020-07-10[MLIR][SPIRVToLLVM] Conversion of SPIR-V struct type without offsetGeorge Mitenkov
2020-07-10Add Python bindings guide.Stella Laurenzo
2020-07-10[MLIR][SPIRV] Support two memory access attributes in OpCopyMemory.ergawy
2020-07-09Initial boiler-plate for python bindings.Stella Laurenzo
2020-07-09[MLIR] IR changes to add yield semantics for affine.if and affine.parallelJeremy Bruestle
2020-07-09[MLIR][SPIRVToLLVM] Conversion of SPIR-V array, runtime array, and pointer typesGeorge Mitenkov
2020-07-09[MLIR][SPIRVToLLVM] SPIR-V types size in bytes functionGeorge Mitenkov
2020-07-09Make helpers static. NFC.Benjamin Kramer
2020-07-09[mlir] Add additional Canonicalization of shape.cstr_broadcastable.Tres Popp
2020-07-09Add missing CMake bool canonicalizations.Stella Laurenzo
2020-07-09[mlir] Print 0 element DenseElementsAttr as dense<> to fix parser bugs with e...River Riddle
2020-07-09[mlir] [VectorOps] Expose lowering pass options programmaticallyaartbik
2020-07-08DomTree: remove explicit use of DomTreeNodeBase::iteratorNicolai Hähnle
2020-07-08[mlir] Add ViewLikeOpInterface to std.memref_cast.Alexander Belyaev
2020-07-08[MLIR][SPIRVToLLVM] Implementation of spv.BitFieldSExtract and spv.BitFieldUE...George Mitenkov
2020-07-08[MLIR][SPIRVToLLVM] Miscellaneous ops conversion: select, fmul and undefGeorge Mitenkov
2020-07-08Rename `xla_lhlo.terminator` into `return` in SCF parallel loop test (NFC)Mehdi Amini