November 2022 Archives by date
Starting: Tue Nov 1 08:38:21 PDT 2022
Ending: Wed Nov 30 21:51:52 PST 2022
Messages: 367
- [Mlir-commits] [mlir] b270fbe - [mlir][gpu] Relax MMA load/store to allow vector memref
Lei Zhang
- [Mlir-commits] [mlir] 25243d7 - [mlir][OpenMP] Add aligned clause definition to simd construct
Dominik Adamski
- [Mlir-commits] [mlir] c97035c - [mlir][math][spirv] Add `math.roundeven` lowering to SPIR-V
Jakub Kuderski
- [Mlir-commits] [mlir] 10db57b - [mlir][sparse] replace magic constant with symbol
Aart Bik
- [Mlir-commits] [mlir] d4c4e49 - [mlir][Linalg] Drop usage of tileWithLinalgTilingOptions in the structured.tile transform
Nicolas Vasilache
- [Mlir-commits] [mlir] d94ee70 - [mlir][TOSA]Add optional attributes to TOSA custom op
Rob Suderman
- [Mlir-commits] [mlir] eb87700 - [mlir][sparse] Add rewriting rule for the convert operator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 3e724e5 - [mlir][sparse] Fix windows build.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 91f62f0 - [mlir][vector] Fix distribution of scf.for with value coming from above
Thomas Raoux
- [Mlir-commits] [mlir] 4b42836 - [mlir][transform] Add PrintOp to transform dialect
Matthias Springer
- [Mlir-commits] [mlir] 2e36dad - [mlir] Make `OperationFingerPrint` class public
Ivan Butygin
- [Mlir-commits] [mlir] 534638e - [mlir][linalg] Fix crash in canonicalization pattern
Matthias Springer
- [Mlir-commits] [mlir] f11e074 - [mlir] Use the same pipeline tuning options as clang for execution engine
Denys Shabalin
- [Mlir-commits] [mlir] 1c0f541 - [mlir] Don't mix -pass-pipeline with other pass options
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0c36a15 - [mlir][Pass] Disallow mixing -pass-pipeline with other pass options
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f4cd367 - [mlir][scf] refactor scf structuralOpConversion to better support 1:N type conversion
Peiming Liu
- [Mlir-commits] [mlir] 55292e9 - [mlir][Transform] Fix ASAN heap-use-after-free
Nicolas Vasilache
- [Mlir-commits] [mlir] 69112d0 - [mlir][arith] Use declarative asm format for fastmath flags
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1ca1197 - [mlir][scf] support 1:N type conversion for scf.if/while/condition
Peiming Liu
- [Mlir-commits] [mlir] c050dd4 - [mlir][linalg] Add support for vectorizing convs that have different types.
Hanhan Wang
- [Mlir-commits] [mlir] 35c9085 - [mlir][llvmir] Support FastmathFlags for LLVM intrinsic operations.
Slava Zakharin
- [Mlir-commits] [mlir] 51c1632 - [mlir] Remove eliminateBlockingAwaitOps option in AsyncToAsyncRuntime pass
Eugene Zhulenev
- [Mlir-commits] [mlir] 0efff7c - [mlir] Add call_intrinsic op to LLVMIIR
Jeff Niu
- [Mlir-commits] [mlir] 13bd410 - [mlir][Pass] Include anchor op in -pass-pipeline
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d511a5d - [mlir] Include anchor op in reproducer pipeline string
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 215eba4 - [mlir][CAPI] Include anchor op in mlirParsePassPipeline
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 66645a0 - [mlir][python] Include anchor op in PassManager.parse
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d97e8cd - [mlir][python] Include anchor op in PassManager constructor
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 473d001 - [mlir][llvmir] Convert attributes for functions without bodies.
Slava Zakharin
- [Mlir-commits] [mlir] 6f04011 - [mlir][llvmir] Add support for llvm.signext/zeroext function attributes.
Slava Zakharin
- [Mlir-commits] [mlir] 7e133eb - [mlir][bufferize] Add filterFn option to BufferResultsToOutParams
Emilio Cota
- [Mlir-commits] [mlir] 24f9293 - [mlir][Tensor] Allow builders of `tensor.empty` to accept encoding attribute.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 38f34e5 - [mlir][Arith] Fix folder of CmpIOp to not fail when element type is not integer.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 3310fe5 - [mlir][linalg] Add reduction tiling transformation
Thomas Raoux
- [Mlir-commits] [mlir] 9ef3146 - [mlir][index] Add shl, shrs, and shru ops
Jeff Niu
- [Mlir-commits] [mlir] 2bbafe0 - Add TOC to GPU.md
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 304f1d5 - [IR] Switch everything to use memory attribute
Nikita Popov
- [Mlir-commits] [mlir] fd64de3 - [mlir][linalg] Add BroadcastOp to Linalg structured ops.
Oleg Shyshkov
- [Mlir-commits] [mlir] dd1b1d4 - [mlir][python] Allow adding to existing pass manager
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a032b47 - [mlir][linalg] Fix neutral element value for minf/maxf
Thomas Raoux
- [Mlir-commits] [mlir] c8fab80 - [mlir][Transform] NFC - Add custom builders for some useful transforms.
Nicolas Vasilache
- [Mlir-commits] [mlir] a7fa5fe - [Test] Fix CHECK typo.
Zequan Wu
- [Mlir-commits] [mlir] 589764a - [mlir][math] Initial support for fastmath flag attributes for Math dialect.
Slava Zakharin
- [Mlir-commits] [mlir] 095ce65 - [mlir][math] Simplify pow(x, 0.75) into sqrt(sqrt(x)) * sqrt(x).
Slava Zakharin
- [Mlir-commits] [mlir] c064545 - [mlir][spirv] Do not truncate i/f64 -> i/f32 in SPIRVConversion
Jakub Kuderski
- [Mlir-commits] [mlir] 6edb49e - [mlir][arith][spirv] Remove duplicate test cases
Jakub Kuderski
- [Mlir-commits] [mlir] 8c33639 - [mlir] Move the assertion to a valid place.
Hanhan Wang
- [Mlir-commits] [mlir] ba65584 - Alias Analysis infra in Flang
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 52ffc72 - [mlir][tiling] Relax tiling to accept generating multiple operations.
Hanhan Wang
- [Mlir-commits] [mlir] ce90957 - [mlir][spirv] Fold noop `BitcastsOp`s
Jakub Kuderski
- [Mlir-commits] [mlir] 8383897 - [mlir][sparse] support Parallel for/reduction.
Peiming Liu
- [Mlir-commits] [mlir] 53d5d34 - [mlir][sparse] extend foreach operation to accept reduction arguments.
Peiming Liu
- [Mlir-commits] [mlir] 70508b6 - [mlir][sparse] fix sparse tensor rewriting patterns that do not propagate sparse tensor SSA properly.
Peiming Liu
- [Mlir-commits] [mlir] 200266a - [mlir][MemRef] Fix the lowering of extract_strided_metadata
Quentin Colombet
- [Mlir-commits] [mlir] 38c219b - [mlir] Infer SubElementInterface implementations using the storage KeyTy
River Riddle
- [Mlir-commits] [mlir] e83446f - [mlir:LLVM] Fix translation of DISubRangeAttr to LLVM
River Riddle
- [Mlir-commits] [mlir] 55e8998 - [mlir] Attempt to fix windows build after D137374
River Riddle
- [Mlir-commits] [mlir] 2951a93 - MLIR. NFC. Remove trailing whitespaces in MemRefOps.td
Uday Bondhugula
- [Mlir-commits] [mlir] ed4749f - [mlir] Add `populateFunctionOpInterfaceTypeConversionPattern` version which operates on any `FunctionOpInterface`
Ivan Butygin
- [Mlir-commits] [mlir] f530e6e - [mlir] Drop `const` from `SymbolTableCollection::lookupSymbolIn`
Jeff Niu
- [Mlir-commits] [mlir] a782922 - [mlir][SubElementInterfaces] Prefer calling the derived get if possible
River Riddle
- [Mlir-commits] [mlir] 0e18d5e - [mlir][SubElements] Re-add null guards to better enable downstream adoption
River Riddle
- [Mlir-commits] [mlir] b5626ae - [MLIR] Fix bug in the method constructing semi affine expression from flattened form
Uday Bondhugula
- [Mlir-commits] [mlir] a8d9378 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 6a7a118 - Apply clang-tidy fixes for llvm-else-after-return in VectorToGPU.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] c310a6d - Apply clang-tidy fixes for readability-simplify-boolean-expr in GPUDialect.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 7987a0d - Add missing dependent FuncDialect for `convert-async-to-llvm` pass
Mehdi Amini
- [Mlir-commits] [mlir] 585e35a - [mlir] Use llvm::is_contained (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] abe2738 - [mlir] Apply two ClangTidy findings.
Adrian Kuegel
- [Mlir-commits] [mlir] bada353 - [mlir][NFC] Remove unnecessary attr name getters from StructuredOpsUtils.h.
Oleg Shyshkov
- [Mlir-commits] [mlir] 9b800bf - [mlir][sparse] Improve the non-stable sort implementation.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] cf24d49 - [mlir][sparse] Add sparse_tensor.sort_coo operator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 708185f - [mlir][NVGPU] Add support for structured sparsity MMA variants
Christopher Bate
- [Mlir-commits] [mlir] a2c4ca5 - Revert "[mlir][sparse] support Parallel for/reduction."
Stella Stamenova
- [Mlir-commits] [mlir] ec224e3 - Revert "[mlir][sparse] fix sparse tensor rewriting patterns that do not propagate sparse tensor SSA properly."
Stella Stamenova
- [Mlir-commits] [mlir] 9917107 - Revert "[mlir][sparse] extend foreach operation to accept reduction arguments."
Stella Stamenova
- [Mlir-commits] [mlir] f81f880 - [mlir] Lower async.func with async.coro and async.runtime operations
Eugene Zhulenev
- [Mlir-commits] [mlir] c4b7465 - [mlir] Fix a warning (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 75ac294 - [mlir][sparse] support parallel for/reduction in sparsification.
Peiming Liu
- [Mlir-commits] [mlir] d91460b - Apply clang-tidy fixes for performance-move-const-arg in IndexOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 93cb2b0 - Apply clang-tidy fixes for performance-unnecessary-value-param in LinalgOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] d8233b5 - Fix MLIR doc build
Mehdi Amini
- [Mlir-commits] [mlir] 4fa00ce - [mlir][sparse] extend foreach operation to accept reduction arguments; fix sparse tensor rewriting patterns that do not propagate sparse tensor SSA properly.
Peiming Liu
- [Mlir-commits] [mlir] 6040275 - [mlir:SubElementInterfaces] Remove unnecessary static check
River Riddle
- [Mlir-commits] [mlir] 7c2d315 - [mlir][spirv] Don't return value when cannot fold spirv.bitcast
Lei Zhang
- [Mlir-commits] [mlir] e72fb69 - [mlir][arith] Convert fastmath to LLVM dialect for some arith ops.
Slava Zakharin
- [Mlir-commits] [mlir] 9aae3dd - [mlir][llvm] Update insertion point handling in LLVM import.
Tobias Gysi
- [Mlir-commits] [mlir] 54fb173 - [mlir][llvm] Test LLVM IR constant import separately.
Tobias Gysi
- [Mlir-commits] [mlir] aa9647e - [mlir][vector] Add vector.scalable.insert/extract ops
Javier Setoain
- [Mlir-commits] [mlir] 8c66344 - [mlir:PDL] Add support for DialectConversion with pattern configurations
River Riddle
- [Mlir-commits] [mlir] ce57789 - [mlir:PDL] Add support for creating ranges in rewrites
River Riddle
- [Mlir-commits] [mlir] 9e57210 - [mlir:PDLL] Add support for building a range from a tuple within a rewrite
River Riddle
- [Mlir-commits] [mlir] ec92a12 - [mlir:PDLL] Don't require users to provide operands/results when all are variadic
River Riddle
- [Mlir-commits] [mlir] b6ec1de - [mlir:PDLL] Allow complex constraints on Rewrite arguments/results
River Riddle
- [Mlir-commits] [mlir] eee5c38 - Suppress warning for unused variable if assertions are disabled.
Johannes Reifferscheid
- [Mlir-commits] [mlir] 5618d2b - [mlir][sparse] Add option enable-buffer-initialization to initialize the memory buffers for sparse tensors to support debugging.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] e4889c0 - [mlir][spirv] Change translation to use spirv.module
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 40e7741 - [mlir-opt] Add '-p' as an alias for '-pass-pipeline'
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] b0bbc9b - [mlir][NVGPU] Fix -Wunsequenced warning
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7c84984 - [mlir][LLVMDebugTranslation] Add inlinedAt to the key when caching locations
River Riddle
- [Mlir-commits] [mlir] 7c5362c - [mlir][LLVMDebugTranslation] Move the check for FusedLoc scope
River Riddle
- [Mlir-commits] [mlir] 70633a8 - [mlir][sparse] first general insertion implementation with pure codegen
Aart Bik
- [Mlir-commits] [mlir] 99fe3d2 - [mlir][sparse] 3-dimensional sparse tensor insertion test
Aart Bik
- [Mlir-commits] [mlir] 129177e - [mlir][sparse] add sparse matmul codegen check tests
Aart Bik
- [Mlir-commits] [mlir] 9c923f4 - [mlir][linalg] Fix vectorization of linalg depthwise conv for int types
Rob Suderman
- [Mlir-commits] [mlir] f5865c8 - Apply clang-tidy fixes for llvm-qualified-auto in SCF.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 34233d4 - Apply clang-tidy fixes for readability-redundant-smartptr-get in SCF.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] f5ce99a - [mlir][sparse] Factoring out NewCallParams class in SparseTensorConversion.cpp
wren romano
- [Mlir-commits] [mlir] 7175f9d - [mlir][sparse] extend foreach operation to iterator over sparse constant.
Peiming Liu
- [Mlir-commits] [mlir] f45c21d - [mlir][sparse] fix SSA chain issue in dense2sparse conversion.
Peiming Liu
- [Mlir-commits] [mlir] 1984f01 - [mlir][LLVM] Add base type and flag support to composite type
River Riddle
- [Mlir-commits] [mlir] c9741ba - [mlir][complex] Canonicalize complex.sub zero
Alexander Belyaev
- [Mlir-commits] [mlir] aa6a6c5 - [mlir][Transform] Fix transform.sequence crash in the presence of propagated silenceable errors and yield operations
Nicolas Vasilache
- [Mlir-commits] [mlir] d206153 - [mlir][vector] Modify constraint and interface for warp reduce on f16 and i8
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a61a9a7 - [mlir][sparse] first end-to-end matmul with codegen
Aart Bik
- [Mlir-commits] [mlir] a11cd0d - Move googletest to the third-party directory
Tom Stellard
- [Mlir-commits] [mlir] 26ef386 - [mlir][sparse] Add optional size_hint operand to bufferization.alloc_tensor.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 39c8065 - [mlir][vector] Convert extract_strided_slice to extract & insert chain
Lei Zhang
- [Mlir-commits] [mlir] 04b449e - The fillOp's value needs to casted
Prashant Kumar
- [Mlir-commits] [mlir] e6cbb91 - [mlir][sparse] skip zeros during dense2sparse
Aart Bik
- [Mlir-commits] [mlir] f151274 - [mlir][sparse] Fix Python interface for bufferization.alloc_tensor.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d0b2f18 - [mlir][NFC] Use fully qualified names in BufferizableOpInterface
Vladislav Vinogradov
- [Mlir-commits] [mlir] 9d51b4e - [mlir][vector] Support vector.extractelement distribution of 1D vectors
Matthias Springer
- [Mlir-commits] [mlir] 7276b64 - [mlir][sparse] Add option enable-buffer-initialization to the sparse-tensor-codegen pass.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ccd1a5b - [mlir][sparse] Fix a bug in rewriting for the convert op.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1f48f4d - [mlir][sparse] Fix a test to check all output coordinates.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 239737e - Apply clang-tidy fixes for performance-unnecessary-value-param in SparseTensorDialect.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] e66d79e - Apply clang-tidy fixes for readability-identifier-naming in TosaOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] dc26c03 - [mlir][vector] Add insertOp src shape check for BubbleUpBitCastForStridedSliceInsert
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6663f34 - [mlir] Introduce device mapper attribute for `thread_dim_map` and `mapped to dims`
Guray Ozen
- [Mlir-commits] [mlir] b7162e1 - [mlir] Fix incorrect access to the Optional<ArrayAttr> underlying values.
Alexander Belyaev
- [Mlir-commits] [mlir] 07665e7 - [mlir] Fix forward the fix for incorrect Optional<ArrayAttr> usage.
Alexander Belyaev
- [Mlir-commits] [mlir] e62681e - [mlir][bufferize] Eliminate tensor.empty ops instead of bufferization.alloc_tensor ops
Matthias Springer
- [Mlir-commits] [mlir] 0d84566 - [mlir] Fix asan errors in gpu transform dialect
Guray Ozen
- [Mlir-commits] [mlir] 28b2f79 - [mlir][bufferize][NFC] Consolidate transform header files
Matthias Springer
- [Mlir-commits] [mlir] 57416d8 - [mlir][sparse] Fix a bug in rewriting dense2dense convert op.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] da74956 - [mlir][sparse] Extend more integration to run on the codegen path.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ed39825 - Model UB in integer division operations in the arith dialect
Sanjoy Das
- [Mlir-commits] [mlir] 7e835ae - [mlir][arith] Add `arith.cmpi` support to WIE
Jakub Kuderski
- [Mlir-commits] [mlir] 5ab1a8a - [mlir][sparse] fix crash when calling getTuple on non-sparse tensors.
Peiming Liu
- [Mlir-commits] [mlir] cb40d52 - [mlir][Linalg] Avoid using `tensor.cast` by default while folding `fill` with `pad`.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 725e084 - [mlir][sparse] fix incorrect coordinates ordering computed by the foreach operation.
Peiming Liu
- [Mlir-commits] [mlir] d93be48 - [mlir][transform] Make `tile_to_foreach_thread_op` builder to use ArrayAttr
Guray Ozen
- [Mlir-commits] [mlir] df5ea69 - [mlir] Don't include the attribute self type in a `params` directive
River Riddle
- [Mlir-commits] [mlir] e50941b - [mlir] Add a new AttrTypeReplacer class to simplify sub element replacements
River Riddle
- [Mlir-commits] [mlir] 858a6ec - [mlir] Add openInputFile overload that accepts the expected alignment
River Riddle
- [Mlir-commits] [mlir] 4ecfdf8 - Apply clang-tidy fixes for readability-identifier-naming in TosaDecomposeConv2D.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] a4ef444 - Apply clang-tidy fixes for readability-container-size-empty in ExecutionEngine.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] ae461d8 - [MLIR][Bytecode] Ensure `dataIt` is aligned coming out of `EncodingReader::alignTo`.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1b99e8b - [MLIR] Move JitRunner Options to header, pass to mlirTransformer
Renato Golin
- [Mlir-commits] [mlir] 375e5e9 - Apply clang-tidy fixes for llvm-qualified-auto in MLIRContext.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 2e9cd81 - Apply clang-tidy fixes for llvm-qualified-auto in AttrOrTypeFormatGen.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] f7f917a - Apply clang-tidy fixes for readability-identifier-naming in MergerTest.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] c984573 - Add missing include.
Johannes Reifferscheid
- [Mlir-commits] [mlir] 6370f75 - [mlir][Transform] Add support for dynamically unpacking tile_sizes / num_threads in tile_to_foreach_thread
Nicolas Vasilache
- [Mlir-commits] [mlir] fa46de1 - [mlir][sparse][NFC] Add comments to tests that are run for with and without runtime libraries.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 4f729d5 - [mlir][sparse] Add rewriting rules for sparse_tensor.sort_coo.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] c780184 - [MLIR][Transform] Expose map layout option in `OneShotBufferizeOp`
Lorenzo Chelini
- [Mlir-commits] [mlir] f0a411d - [mlir][Transform]Significantly cleanup scf.foreach_thread and GPU transform permutation handling
Nicolas Vasilache
- [Mlir-commits] [mlir] 42263fb - [mlir][MemRef] Make reinterpret_cast(extract_strided_metadata) more robust
Quentin Colombet
- [Mlir-commits] [mlir] 99833cd - [mlir][linalg] Add reduction tiling using scf.foreachthread
Thomas Raoux
- [Mlir-commits] [mlir] 244af24 - [mlir][MemRef] Simplify extract_strided_metadata(reinterpret_cast)
Quentin Colombet
- [Mlir-commits] [mlir] 4178366 - [mlir][MemRef] Change the anchor point of a subview pattern
Quentin Colombet
- [Mlir-commits] [mlir] d665448 - [mlir][MemRef] Change the anchor point of a reshapeLikeOp pattern
Quentin Colombet
- [Mlir-commits] [mlir] 0720576 - [mlir][tosa] Remove zero-fill of tosa.concat outputs when lowering to linalg.
Rob Suderman
- [Mlir-commits] [mlir] 3bed21b - Apply clang-tidy fixes for readability-simplify-boolean-expr in GPUDialect.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] beee574 - Apply clang-tidy fixes for readability-identifier-naming in AlgebraicSimplification.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] afc159b - [mlir][arith][spirv] Handle i1 sign extension in arith-to-spirv
Jakub Kuderski
- [Mlir-commits] [mlir] 6c22dad - [mlir][sparse] Macros to clean up StridedMemRefType in the SparseTensorRuntime
wren romano
- [Mlir-commits] [mlir] 92bc3fb - [mlir][sparse] move SparseTensorReader functions into the _mlir_ciface_ section
wren romano
- [Mlir-commits] [mlir] 40edb8b - [mlir][sparse] Make three tests run with the codegen path.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9aaf509 - [mlir][sparse] Fix warning on GCC
wren romano
- [Mlir-commits] [mlir] 2d9d805 - [mlir][sparse] fix memory leak in test cases
Peiming Liu
- [Mlir-commits] [mlir] af5c307 - Revert "[mlir][sparse] Macros to clean up StridedMemRefType in the SparseTensorRuntime" and "[mlir][sparse] move SparseTensorReader functions into the _mlir_ciface_ section"
Stella Stamenova
- [Mlir-commits] [mlir] 8ffdcc5 - [mlir][sparse] fix memory leak sparse2sparse reshape
Peiming Liu
- [Mlir-commits] [mlir] 910d627 - [mlir][sparse] avoid nop rewriting on runtime lib path in pipeline
Aart Bik
- [Mlir-commits] [mlir] 940d3e0 - [mlir][tosa] Create a profile validation pass for TOSA dialect
Rob Suderman
- [Mlir-commits] [mlir] 6433333 - [mlir][arith] Add `arith.shrsi` support to WIE
Jakub Kuderski
- [Mlir-commits] [mlir] c50d0fe - [mlir][arith][spirv] Clean up arith-to-spirv. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 1311306 - [mlir][AttrTypeReplacer] Make attribute dictionary replacement optional
River Riddle
- [Mlir-commits] [mlir] beaffb0 - [mlir][transform] Decouple GPUDeviceMapping attribute from the GPU transfrom dialect code generator
Guray Ozen
- [Mlir-commits] [mlir] 77533d7 - [mlir][SCF] Adding custom builder to SCF::WhileOp.
Benjamin Kramer
- [Mlir-commits] [mlir] fbfca43 - Apply clang-tidy fixes for llvm-qualified-auto in TileUsingInterface.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 9b1bd23 - Apply clang-tidy fixes for modernize-loop-convert in CodegenUtils.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] c3821e1 - [mlir][sparse] fix bugs in concatenate rewriter.
Peiming Liu
- [Mlir-commits] [mlir] 13c4175 - [mlir][sparse] Only insert non-zero values to the result of the concatenate operation.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] eba3fec - [mlir] Fix warnings
Kazu Hirata
- [Mlir-commits] [mlir] fc367df - [mlir] Remove `Transforms/SideEffectUtils.h` and move the methods into `Interface/SideEffectInterfaces.h`.
Mahesh Ravishankar
- [Mlir-commits] [mlir] cd5ee32 - [mlir] Fix warnings
Kazu Hirata
- [Mlir-commits] [mlir] 6d5dbc7 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 38ec0a0 - [mlir][SerializeToHsaco] Minimize dependencies of AMDGPU compilation
Krzysztof Drewniak
- [Mlir-commits] [mlir] d1da6f2 - [mlir][sparse] avoid single default parameters in pass constructors
Aart Bik
- [Mlir-commits] [mlir] ef99c27 - Apply clang-tidy fixes for llvm-else-after-return in SparseTensorCodegen.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] ca9916e - Apply clang-tidy fixes for readability-identifier-naming in SparseTensorCodegen.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] defb553 - Apply clang-tidy fixes for llvm-qualified-auto in TestTilingInterface.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 555e783 - [mlir][sparse] Fix rewriting for convert op and concatenate op.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0e1708f - [mlir][sparse] cleanup small vector constant hints
Aart Bik
- [Mlir-commits] [mlir] 61e5c14 - [mlir][sparse] fix memory leakage in concatenate rewriter.
Peiming Liu
- [Mlir-commits] [mlir] 4155be3 - [mlir][Translation] Allow specifying an expected input alignment for "ToMLIR" translations
River Riddle
- [Mlir-commits] [mlir] b32831f - [mlir][sparse] move SparseTensorReader functions into the _mlir_ciface_ section
wren romano
- [Mlir-commits] [mlir] fcaf6dd - [mlir][Transforms] CSE of ops with a single block.
Mahesh Ravishankar
- [Mlir-commits] [mlir] c4f1af2 - [mlir][sparse] avoid single small vector, set exact number 3
Aart Bik
- [Mlir-commits] [mlir] 63ca939 - [mlir] [transform] Fix for RAUW error in transform gpu dialect
Guray Ozen
- [Mlir-commits] [mlir] 2ada5cb - [mlir][linalg] Fix bug in InferStaticShapeOfOperands pattern
Vladislav Vinogradov
- [Mlir-commits] [mlir] e08ca4b - Add Float8E4M3FN type to MLIR.
Benjamin Kramer
- [Mlir-commits] [mlir] c9f0a3e - [MLIR][Tensor] Clean-up `ops.mlir` test (NFC)
Lorenzo Chelini
- [Mlir-commits] [mlir] 8474a20 - [mlir][sparse] bring CHECK tests back (but disabled)
Aart Bik
- [Mlir-commits] [mlir] da8a8e9 - [mlir][Linalg] Move patterns to remove dead arguments and results out of canonicalization.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 5ce68f4 - [mlir] Introduce `replaceUsesOfWith` to `RewriterBase`
Guray Ozen
- [Mlir-commits] [mlir] b5d74f0 - [mlir][sparse] Make integration tests run on both library and codegen pathes.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 709e23a - [mlir][sparse] fix CHECK test error on windows.
Peiming Liu
- [Mlir-commits] [mlir] 7e9b000 - Improve diagnostic when parsing a custom op without registering the dialect
Mehdi Amini
- [Mlir-commits] [mlir] adf795d - [mlir][arith] Fold `and(a, and(a, b))` to `and(a, b)`
Ivan Butygin
- [Mlir-commits] [mlir] 06e972e - [mlir][linalg] Fix `FoldTensorCastProducerOp` for generic with memref output
Ivan Butygin
- [Mlir-commits] [mlir] 91e7b9e - [mlir][sparse] annotate loops that are generated by loop emitter.
Peiming Liu
- [Mlir-commits] [mlir] d62d278 - [mlir][sparse] Misc cleanup of MLIRSparseTensorRuntime
wren romano
- [Mlir-commits] [mlir] 3c448c2 - [mlir][sparse] Updating checkedMul to use intrinsics.
wren romano
- [Mlir-commits] [mlir] a3e4888 - [mlir][sparse] Macros to clean up StridedMemRefType in the SparseTensorRuntime
wren romano
- [Mlir-commits] [mlir] c3082e2 - [mlir][sparse] Adding wrapper for `__has_builtin`
wren romano
- [Mlir-commits] [mlir] 5060abb - Apply clang-tidy fixes for readability-identifier-naming in StandaloneExtension.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 4fdf624 - Increase the limit of SCF nested tiling loop to 10
Che-Yu Wu
- [Mlir-commits] [mlir] 356f417 - [mlir][llvm] Test LLVM IR global variable import separately (NFC).
Tobias Gysi
- [Mlir-commits] [mlir] 2920095 - [mlir][llvm] Consolidate function attribute import tests (NFC).
Tobias Gysi
- [Mlir-commits] [mlir] 9729b69 - [mlir] Make kDynamicSize equal to kDynamicOffsetAndStride.
Aliia Khasanova
- [Mlir-commits] [mlir] 2c9d264 - [mlir][llvm] Move call and gep LLVM IR import tests.
Tobias Gysi
- [Mlir-commits] [mlir] 303d14f - [MLIR] NFC. Fix unused context warning from Parser.h
Uday Bondhugula
- [Mlir-commits] [mlir] 00c95b1 - [mlir][transform] Add C++ builder to SequenceOp
Matthias Springer
- [Mlir-commits] [mlir] f81f0cb - [mlir][sparse] Split SparseTensorRewrite into PreSparsificationRewrite and PostSparsificationRewrite.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] b5276b5 - [mlir][sparse] Run an integration test with codegen.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0436214 - [mlir][arith] Add Max*I and Min*I support to WIE
Jakub Kuderski
- [Mlir-commits] [mlir] 7f7e33c - [mlir][spirv][math] Fix crash on unsupported types in math-to-spirv
Jakub Kuderski
- [Mlir-commits] [mlir] c374ef2 - [mlir][sparse] Extend the operator new rewriter to handle isSymmetric flag.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 92bcb8c - [mlir][arith] Add `index_cast` and `index_castui` support to WIE
Jakub Kuderski
- [Mlir-commits] [mlir] 8d615a2 - [mlir][sparse] fix crash on sparse_tensor.foreach operation on tensors with complex<T> elements.
Peiming Liu
- [Mlir-commits] [mlir] 96b3bf4 - [mlir][sparse] Fix a problem in the new operator rewriter.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ee74d37 - [mlir][sparse] Make three integration tests run with the codegen path.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] dddf6ab - Simplifying the SplitReduction logic that uses the control to get the
Murali Vijayaraghavan
- [Mlir-commits] [mlir] eaafee2 - [Affine] Replace a magic -1 with ShapedType::kDynamicSize
Benjamin Kramer
- [Mlir-commits] [mlir] 6c59c5c - [mlir][Vector] Re-define masking semantics in vector.transfer ops
Diego Caballero
- [Mlir-commits] [mlir] 847b5f8 - Revert "[mlir][Vector] Re-define masking semantics in vector.transfer ops"
Diego Caballero
- [Mlir-commits] [mlir] 47e953e - [mlir][spirv] Support attribute in MapMemRefStorageClassPass
Lei Zhang
- [Mlir-commits] [mlir] 377af86 - MLIR: Add --fix-error to clang-tidy script
Mehdi Amini
- [Mlir-commits] [mlir] 4460178 - Apply clang-tidy fixes for bugprone-argument-comment in LinalgTransformOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 7c5f06a - Apply clang-tidy fixes for llvm-else-after-return in SparseTensorCodegen.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] c5798fa - [mlir] [transform] Error for duplicated processor mapping
Guray Ozen
- [Mlir-commits] [mlir] 6350290 - [mlir][llvm] Make some debug info attribute parameters optional.
Tobias Gysi
- [Mlir-commits] [mlir] 3f63889 - [mlir][llvm] Import additional debug info from LLVMIR.
Tobias Gysi
- [Mlir-commits] [mlir] 446fc42 - [mlir] Fix ordering of intermixed attribute/type aliases
River Riddle
- [Mlir-commits] [mlir] d023661 - [mlir][AsmPrinter] Allow explicitly disabling debug info
River Riddle
- [Mlir-commits] [mlir] d473dac - [mlir][SubElementInterfaces] Add a recursivelyReplaceElementsIn helper to AttrTypeReplacer
River Riddle
- [Mlir-commits] [mlir] 2fea658 - [mlir] GreedyPatternRewriter: Reprocess modified ops
Matthias Springer
- [Mlir-commits] [mlir] 163dbfe - [mlir][OpenMP] Add order clause definition to simd construct
Dominik Adamski
- [Mlir-commits] [mlir] bc270f9 - [mlir][llvm] Iterative constant import from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] 244105f - [mlir][linalg] Do not check if added dimension are static in linalg.broadcast.
Oleg Shyshkov
- [Mlir-commits] [mlir] bf87d5a - [MLIR][Parser] Add `parseBase64Bytes`.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9cae928 - [mlir][NFC] Add static ShapedType::isDynamicShape utility
Diego Caballero
- [Mlir-commits] [mlir] fa5a607 - [mlir][tosa] Fix tosa.slice shape inference for ShapedType:kDynamicShape
Rob Suderman
- [Mlir-commits] [mlir] 29016d2 - [mlir][llvmir] Translate function result attributes to LLVM IR.
Slava Zakharin
- [Mlir-commits] [mlir] d083dc6 - [mlir][sparse] refactoring: move genAffine to loopEmitter
Peiming Liu
- [Mlir-commits] [mlir] 94bb511 - [MLIR] Add FieldParser implementation for Optional<> integer types.
Nick Kreeger
- [Mlir-commits] [mlir] ac38a7d - [MLIR] Fix incorrect assertion in memref replacement utility
Uday Bondhugula
- [Mlir-commits] [mlir] c402694 - [mlir] Remove deprecated methods in OptionalParseResult
Kazu Hirata
- [Mlir-commits] [mlir] ad485b7 - Add version to all LLVM cmake package
Thomas Preud'homme
- [Mlir-commits] [mlir] e836c07 - Apply clang-tidy fixes for modernize-use-equals-default in TosaValidation.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] e2f8b80 - Apply clang-tidy fixes for readability-identifier-naming in TosaValidation.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 9a78d06 - [MLIR][Transform] Transform dialect support for affine
Lorenzo Chelini
- [Mlir-commits] [mlir] cae13ff - [mlir][test] Fix how the number of flops is calculated
Uday Bondhugula
- [Mlir-commits] [mlir] 3598c24 - [mlir][linalg] Change linalg.broadcast `dimensions` attribute to represent added dimensions.
Oleg Shyshkov
- [Mlir-commits] [mlir] 399638f - Merge kDynamicSize and kDynamicSentinel into one constant.
Aliia Khasanova
- [Mlir-commits] [mlir] 9bb6337 - [mlir][bufferization] Support general Attribute as memory space
Lei Zhang
- [Mlir-commits] [mlir] d6abdf4 - [mlir][AMDGPU] Remove buffer ops that are statically out of bounds
Krzysztof Drewniak
- [Mlir-commits] [mlir] 7f37a77 - [MLIR] Hide FailureOr::hasValue()
Christian Sigg
- [Mlir-commits] [mlir] 8b97b4e - [mlir][MemRef] NFC rename simplify-extract-strided-metadata
Quentin Colombet
- [Mlir-commits] [mlir] 99b3849 - [mlir][sparse] introduce vectorization pass for sparse loops
Aart Bik
- [Mlir-commits] [mlir] 914eff5 - [mlir][sparse][vector] ensure loop peeling to remove vector masks works
Aart Bik
- [Mlir-commits] [mlir] fb28733 - [mlir][sparse] support affine expression on dense dimensions (except constant affine)
Peiming Liu
- [Mlir-commits] [mlir] 6ba4b62 - Return None instead of Optional<T>() (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 2d4b998 - [mlir][Linalg] Avoid unnecessary propagating producer result to fused op result.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 9aa505a - Introduce `tensor.pack` and `tensor.unpack` operations
Lorenzo Chelini
- [Mlir-commits] [mlir] ee82b86 - [mlir] Initial MLIR VP intrinsic integration test on host and RVV emulator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 65b72a7 - [mlir] Clean-up ViewLikeOpInterface w.r.t. kDynamic change.
Alexander Belyaev
- [Mlir-commits] [mlir] a3c3e59 - [mlir] Update custom<DynamicIndexList> for Pack/Unpack.
Alexander Belyaev
- [Mlir-commits] [mlir] 0d9761d - [mlir][SCF] Add tensor.dim(scf.foreach_thread) folding
Matthias Springer
- [Mlir-commits] [mlir] 85e38e5 - [MLIR][Tensor] Use the existing helper function `applyPermutationToVector` (NFC)
Lorenzo Chelini
- [Mlir-commits] [mlir] faa9be7 - [mlir][bufferize][NFC] Rename DialectAnalysisState and move to OneShotAnalysis
Matthias Springer
- [Mlir-commits] [mlir] 08b6e1d - [mlir] fix incorrect summary/description in doc
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7cdfc84 - [mlir][bufferize][NFC] Minor code and comment cleanups
Matthias Springer
- [Mlir-commits] [mlir] 6c01b5c - [mlir][sparse] Fix a bug in concatenate operator rewriting.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6052b17 - [mlir][tensor] Add dim(expand_shape/collapse_shape) folding
Matthias Springer
- [Mlir-commits] [mlir] 1f515f3 - [mlir] Add tablegen types for fp8 types
Benjamin Kramer
- [Mlir-commits] [mlir] 4fd3a12 - [mlir][sparse] support constant affine expression on dense dimension
Peiming Liu
- [Mlir-commits] [mlir] 372e793 - [mlir][sparse] support affine expression on sparse dimensions (analysis implementation)
Peiming Liu
- [Mlir-commits] [mlir] e5e4dec - [mlir][sparse] support affine expression on sparse dimensions (codegen implementation)
Peiming Liu
- [Mlir-commits] [mlir] 27aabca - [mlir][sparse] make resolve cycle works with affine expressions.
Peiming Liu
- [Mlir-commits] [mlir] 5204259 - Apply clang-tidy fixes for llvm-include-order in FileUtilities.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 7482175 - Apply clang-tidy fixes for readability-simplify-boolean-expr in CSE.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 169f055 - [mlir][sparse] fix compiler warning when using release build.
Peiming Liu
- [Mlir-commits] [mlir] 7a69a9d - [NFC][mlir] VectorUtils / IndexingUtils simplifications and cleanups
Nicolas Vasilache
- [Mlir-commits] [mlir] b9745ad - [mlir][tensor/memref] Disallow Collapse/ExpandShapeOps that do not reduce/increase the rank
Matthias Springer
- [Mlir-commits] [mlir] 7fbdee3 - Add RegionBranchOpInterface for AffineIf Op
Uday Bondhugula
- [Mlir-commits] [mlir] f2d91a7 - [mlir][utils] Fix invalid reshapes in ComposeCollapseOfExpandOp
Matthias Springer
- [Mlir-commits] [mlir] f286af2 - [mlir] Remove clone methods from DPS interface.
Alexander Belyaev
- [Mlir-commits] [mlir] 6eee66d - [mlir][linalg] Add a new pattern to handle folding unit reduction dims.
Hanhan Wang
- [Mlir-commits] [mlir] e3b02be - [MLIR] Fix bug in simplify affine map with operands
Uday Bondhugula
- [Mlir-commits] [mlir] 4f9c929 - [mlir][index] Add and, or, and xor ops
Luca Boasso
- [Mlir-commits] [mlir] 4b6b248 - [ADT] Remove Optional::{has_value, value}, etc (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 51afca6 - [mlir][vector] Simplify fold pattern for ExtractOp(constant). NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 3027582 - [mlir][spirv] Define `OpSMulExtended` and `OpUMulExtended` ops
Jakub Kuderski
- [Mlir-commits] [mlir] 974b4bf - [mlir][sparse] Add expand_symmetry attribute to the new operator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a9733b8 - [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform
Lorenzo Chelini
- [Mlir-commits] [mlir] b62c8d3 - Revert: Add version to all LLVM cmake package
Thomas Preud'homme
- [Mlir-commits] [mlir] 0e72d00 - [mlir][vector] Constant fold sub-vector extraction
Jakub Kuderski
- [Mlir-commits] [mlir] afba867 - [mlir][vector] Add fold for ExtractStridedSlice(non-splat ConstantOp)
Jakub Kuderski
- [Mlir-commits] [mlir] f795b20 - [mlir][vector] Update fold pattern name. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 360f3b8 - [mlir][vector] Update stale comment. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] e672f51 - [mlir][spirv] Add a field for client API in target environment
Lei Zhang
- [Mlir-commits] [mlir] 234d2e2 - [mlir][spirv] Enable WebGPU to use UnifyAliasedResourcePass
Lei Zhang
- [Mlir-commits] [mlir] ecfa2d3 - Add version to all LLVM cmake package
Thomas Preud'homme
- [Mlir-commits] [mlir] 5d05d29 - [mlir][vector] Add fold pattern for InsertOp(Constant into Constant)
Jakub Kuderski
- [Mlir-commits] [mlir] 13593dc - [mlir][tensor][bufferize] Fix tensor.insert_slice regression
Matthias Springer
- [Mlir-commits] [mlir] cb82d37 - [mlir][sparse][vectorization] optimize reduction chains
Aart Bik
- [Mlir-commits] [mlir] 1b900b0 - Apply clang-tidy fixes for bugprone-copy-constructor-init in TestLinalgDecomposeOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 272b45c - Apply clang-tidy fixes for modernize-use-equals-default in TestLinalgDecomposeOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] d32ec52 - mlir/VectorToGPU: use std::optional (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 537137e - mlir/linalg: use std::optional
Kazu Hirata
- [Mlir-commits] [mlir] baca3b3 - [MLIR] Simplify logic in `parseDynamicIndexList` (NFC)
Lorenzo Chelini
- [Mlir-commits] [mlir] 135977c - [mlir] Export `collapseGenericOpIterationDims` (NFC)
Guray Ozen
- [Mlir-commits] [mlir] 0650e1b - [mlir][vector] Fix folding of vector.extract from vector.broadcast
Nicolas Vasilache
- [Mlir-commits] [mlir] aedf5d5 - [mlir][sparse] Improve concatenate operator rewriting for dense tensor results.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f0fe380 - [mlir][vector] Add fold pattern to constant-fold InsertStridedSliceOp
Jakub Kuderski
- [Mlir-commits] [mlir] df47f3e - [mlir][spirv] Add lowering for gpu shuffle idx
Thomas Raoux
- [Mlir-commits] [mlir] e86169f - [mlir][tensor] Add a custom builder for pack op.
Hanhan Wang
- [Mlir-commits] [mlir] 0a1569a - [mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.
Hanhan Wang
- [Mlir-commits] [mlir] f6d9005 - [mlir][Vector] Remove 'lower-permutation-maps' option from VectorToSCF
Diego Caballero
- [Mlir-commits] [mlir] 9de01f3 - [MLIR] NFC. Change debug name LoopUtils -> loop-utils
Uday Bondhugula
- [Mlir-commits] [mlir] f49d069 - [MLIR] Make promote single iteration optional on affine-loop-normalize
Uday Bondhugula
- [Mlir-commits] [mlir] c0321ed - [mlir][gpu] Adding support for transposed mma_load_matrix
Thomas Raoux
- [Mlir-commits] [mlir] eb7e299 - Reland "[mlir][Vector] Re-define masking semantics in vector.transfer ops""
Diego Caballero
- [Mlir-commits] [mlir] be4b494 - [mlir][llvm] Import debug intrinsics from LLVMIR.
Tobias Gysi
- [Mlir-commits] [mlir] 36fa80b - [mlir][llvm] Make additional int debug attribute parameters optional.
Tobias Gysi
- [Mlir-commits] [mlir] 339c87a - [mlir][spirv] Add group ops
Ivan Butygin
- [Mlir-commits] [mlir] e3f75c1 - [mlir][linalg] Allow some fusion on mixed generics
Ivan Butygin
- [Mlir-commits] [mlir] 101a0c8 - [mlir][sparse] Improve concatenate operator rewrite for annotated all dense dimensions results.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d882ba7 - enable code-object-version=5
Ron Lieberman
- [Mlir-commits] [mlir] ca856ff - Revert "enable code-object-version=5"
Ron Lieberman
- [Mlir-commits] [mlir] a971d51 - [mlir][tensor] Enhance the verifier of pack and unpack op.
Hanhan Wang
- [Mlir-commits] [mlir] 2d2cdf4 - [mlir][linalg] Changing the positions of introduced parallel loop in SplitReduction to be consistent with IREE's downstream passes
Murali Vijayaraghavan
- [Mlir-commits] [mlir] c069feb - [mlir][bufferize] Improve error message when returning allocs
Matthias Springer
- [Mlir-commits] [mlir] de13eed - [mlir][Vector] Add a Broadcast::createBroadcastOp helper
Nicolas Vasilache
- [Mlir-commits] [mlir] 43ead4e - [mlir][vector] Use zip_equal instead of size assertions. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] e4e64ea - [MLIR][Transform] Consolidate the transform ops of get_parent_for and loop unroll from affine and scf dialects.
Prabhdeep Singh Soni
- [Mlir-commits] [mlir] d258021 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 52ca149 - [mlir][spirv] Allow controlling subgroup size
Lei Zhang
- [Mlir-commits] [mlir] 6cca6b9 - Add async_funcs_only option to AsyncToAsyncRuntime pass
Eugene Zhulenev
- [Mlir-commits] [mlir] 2fda620 - [mlir][sparse][vectorization] implement "index" vectorization
Aart Bik
- [Mlir-commits] [mlir] f22a573 - [mlir][vector] Clean up use of `llvm::zip` in `VectorOps.cpp`
Jakub Kuderski
- [Mlir-commits] [mlir] 0689edd - Revert "[mlir][vector] Clean up use of `llvm::zip` in `VectorOps.cpp`"
Jakub Kuderski
- [Mlir-commits] [mlir] dab9938 - Reapply "[mlir][vector] Clean up use of `llvm::zip` in `VectorOps.cpp`"
Jakub Kuderski
- [Mlir-commits] [mlir] ce0946d - [mlir][vector] Attempt to please gcc 9. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 459ad97 - [mlir][vector] Reapply remaining cleanups from D139022. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] b948a9f - [mlir][spirv] Check GlobalVariableOp result to be of pointer types
Lei Zhang
- [Mlir-commits] [mlir] 9ad215b - [mlir][spirv] Drop experimental LinalgToSPIRV pass
Jakub Kuderski
- [Mlir-commits] [mlir] ff81cc8 - [mlir][spirv] Improve vector extract/insert element conversion
Lei Zhang
- [Mlir-commits] [mlir] aef89c8 - [mlir] Cleanup lingering problems surrounding attribute/type aliases
River Riddle
- [Mlir-commits] [mlir] b3cf906 - [mlir] Update HeapAsmResourceBlob::allocate API to make alignment explicit
River Riddle
- [Mlir-commits] [mlir] da5903e - [mlir][spirv] Fix missing parameter usage
Lei Zhang
- [Mlir-commits] [mlir] be065c4 - [mlir] Change scf::LoopNest to store 'results'.
Christian Sigg
Last message date:
Wed Nov 30 21:51:52 PST 2022
Archived on: Wed Nov 30 21:51:55 PST 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).