October 2022 Archives by date
Starting: Sat Oct 1 17:19:24 PDT 2022
Ending: Mon Oct 31 23:21:24 PDT 2022
Messages: 379
- [Mlir-commits] [mlir] 765ac6e - [mlir] Remove ReferTo attr constraint
Jacques Pienaar
- [Mlir-commits] [mlir] 240f41c - [mlir] Use std::enable_if_t (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 2dc68b5 - Add APFloat and MLIR type support for fp8 (e5m2).
Stella Laurenzo
- [Mlir-commits] [mlir] 2d27376 - [mlir][linalg][NFC] Drop emitAccessorPrefix from Linalg dialect
Matthias Springer
- [Mlir-commits] [mlir] 9f77909 - [mlir][shape] add outline-shape-computation pass
Jacques Pienaar
- [Mlir-commits] [mlir] e68c7a9 - Revert "Add APFloat and MLIR type support for fp8 (e5m2)."
Vitaly Buka
- [Mlir-commits] [mlir] 598f527 - [mlir][interfaces] Add ShapedDimOpInterface
Matthias Springer
- [Mlir-commits] [mlir] 90dac71 - [mlir][bufferize][NFC] Fix FileCheck capture
Matthias Springer
- [Mlir-commits] [mlir] 8199a43 - [mlir][Affine] Add pass options to supervectorizer
Javier Setoain
- [Mlir-commits] [mlir] 12b68ad - [mlir][llvmir] Add filename debug info when converting from LLVMIR.
Tobias Gysi
- [Mlir-commits] [mlir] 8291fa0 - [mlir] fix markdown headers in structured ops doc
Alex Zinenko
- [Mlir-commits] [mlir] 5faebb5 - [mlir][shape] fix test added in 9f77909.
Christian Sigg
- [Mlir-commits] [mlir] 9181673 - [mlir][c] Init MLProgram C API
Jacques Pienaar
- [Mlir-commits] [mlir] 2fe7524 - [mlir][sparse][taco] Avoid hard-coding DimLevelType values.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] e202886 - [mlir][sparse] sorted coo co-iteration check test
Aart Bik
- [Mlir-commits] [mlir] 9bcda47 - [mlir][tosa] Swap the reshape at the end of the reduce op for an expand_shape in tosa-to-linalg
Rob Suderman
- [Mlir-commits] [mlir] 349bceb - [mlir][sparse] Refactor the conversion of the tensor reshape operators.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a8aeb65 - [mlir][memref] Extend multi-buffering transform
Thomas Raoux
- [Mlir-commits] [mlir] f8fafe9 - [mlir] Add unsigned version of index_cast
Thomas Raoux
- [Mlir-commits] [mlir] ecba7c5 - [mlir] Rename FunctionOpInterface::getBody to getFunctionBody
River Riddle
- [Mlir-commits] [mlir] efa1108 - [mlir][NFC] Use TypeRange in buildWithEntryBlock
River Riddle
- [Mlir-commits] [mlir] 200889f - [mlir-cpu-runner] Support parsing operations other than 'builtin.module' as top-level
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7919350 - [mlir][sparse] Implement sparse_tensor.select
Jim Kitchen
- [Mlir-commits] [mlir] 21b638d - [mlir-vulkan-runner] Fix build failure after 200889f
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5530099 - [mlir-reduce] Support parsing operations other than 'builtin.module' as top-level
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] b9a0eb6 - [mlir][arithmetic] Add tests for IndexCast folding ops and fix assert
Thomas Raoux
- [Mlir-commits] [mlir] d67def8 - [mlir][analysis] Remove empty files (NFC)
Jeff Niu
- [Mlir-commits] [mlir] 247c84a - [mlir] Reduce call stack depth in LogicalResult. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 46869ee - [mlir][Memref] NFC - Addresult pretty printing to MemrefOps
Nicolas Vasilache
- [Mlir-commits] [mlir] 3dfea72 - [mlir] relax transform dialect multi-handle restriction
Alex Zinenko
- [Mlir-commits] [mlir] b8b5165 - [mlir] Apply ClangTidy performance finding.
Adrian Kuegel
- [Mlir-commits] [mlir] ddff376 - [MLIR] Simplify affine maps + operands exploiting IV info
Uday Bondhugula
- [Mlir-commits] [mlir] e3fd612 - [mlir] Add fully dynamic constructor to StridedLayoutAttr bindings
Denys Shabalin
- [Mlir-commits] [mlir] 6842d35 - [OpenMP][OMPIRBuilder] Add support for order(concurrent) to OMPIRBuilder for SIMD directive
Dominik Adamski
- [Mlir-commits] [mlir] 54a4e96 - [mlir][Tensor] NFC - Add result pretty printing to TensorOps
Nicolas Vasilache
- [Mlir-commits] [mlir] e3f439e - [mlir][Linalg] NFC - Add result and bbArg pretty printing to linalg.reduce
Nicolas Vasilache
- [Mlir-commits] [mlir] 8383970 - [mlir][sparse] Restore case coverage warning fix
Stella Stamenova
- [Mlir-commits] [mlir] 1ab2bd0 - [mlir][sparse] support singleton in loop emitter.
Peiming Liu
- [Mlir-commits] [mlir] 63022c4 - [mlir][gpu] Fix GCC -Wparenthesis warning
Christian Sigg
- [Mlir-commits] [mlir] b39b805 - [mlir][arith] Mark unknown types legal in WIE
Jakub Kuderski
- [Mlir-commits] [mlir] 11d7507 - [sparse] Make GenericOpSparsifier not crash on multi-output dense linalg.generic
Benjamin Kramer
- [Mlir-commits] [mlir] 8c02ca1 - [mlir][sparse] Add an attribute to the sort operator for stable sorting.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] e28b15b - Add APFloat and MLIR type support for fp8 (e5m2).
Stella Laurenzo
- [Mlir-commits] [mlir] 129420d - [mlir][bufferization][NFC] Move EmptyTensorToAllocTensorPass
Matthias Springer
- [Mlir-commits] [mlir] ac06f71 - [mlir] Add attribute constraints for sorted order.
Adrian Kuegel
- [Mlir-commits] [mlir] 27c634a - [mlir][Linalg] Retire LinalgStrategyPeelPass and filter-based pattern.
Nicolas Vasilache
- [Mlir-commits] [mlir] 05fa8e8 - [mlir][Linalg] Retire LinalgStrategyLowerVectorsPass and filter-based patterns
Nicolas Vasilache
- [Mlir-commits] [mlir] 5fc28eb - [mlir][Linalg] NFC - Add bbarg pretty printing to linalg::generic
Nicolas Vasilache
- [Mlir-commits] [mlir] 7830572 - [mlir][transform][nfc] typo fix
Guray Ozen
- [Mlir-commits] [mlir] e68a7be - [mlir][transform] Add failing test for GPU transform dialect
Guray Ozen
- [Mlir-commits] [mlir] d14a029 - [mlir] tweak declarative assembly doc
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 941f71a - [mlir] Fix ambiguity when building with Clang 14.0.6
Alexandre Ganea
- [Mlir-commits] [mlir] 083617a - [mlir][unittest] Fix crash when building with MSVC 2022
Alexandre Ganea
- [Mlir-commits] [mlir] c48e908 - [mlir][sparse] introduce a higher-order tensor mapping
Aart Bik
- [Mlir-commits] [mlir] 0df3752 - Revert "[mlir][sparse] Restore case coverage warning fix"
Vitaly Buka
- [Mlir-commits] [mlir] a0ef8af - [mlir][Linalg] Expose vectorization precondition check as a utility function.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 827ab04 - Add `const` to `dump` method of `OpFoldResult`.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 88f07a7 - [mlir] Make UnitAttr's default val in unwrapped builder
Jacques Pienaar
- [Mlir-commits] [mlir] 40126e6 - [mlir][arith] Add andi, ori, and xori support to WIE
Jakub Kuderski
- [Mlir-commits] [mlir] c16f326 - Added canonicalization for vector.multi_reduction
Murali Vijayaraghavan
- [Mlir-commits] [mlir] 2cdd246 - [mlir][NFC] Make 'printOp' public in AsmPrinter
Diego Caballero
- [Mlir-commits] [mlir] e99e8ad - [mlir][arith] Add shli support to WIE
Jakub Kuderski
- [Mlir-commits] [mlir] a93ec06 - [mlir][gpu] Introduce `host_shared` flag to `gpu.alloc`
Ivan Butygin
- [Mlir-commits] [mlir] 54cdc03 - [mlir:Parser] Always splice parsed operations to the end of the parsed block
River Riddle
- [Mlir-commits] [mlir] ff23599 - [mlir][tosa] Update TOSA resize to match specification
Rob Suderman
- [Mlir-commits] [mlir] 617ca92 - Revert "Added canonicalization for vector.multi_reduction"
Murali Vijayaraghavan
- [Mlir-commits] [mlir] 779dcd2 - [mlir][sparse] move sparse tensor rewriting into its own pass
Aart Bik
- [Mlir-commits] [mlir] ff7a2b6 - [mlir][sparse] Case coverage fix no errorhandling
Stella Stamenova
- [Mlir-commits] [mlir] 1b27484 - [mlir][sparse] further implement singleton dimension level type
wren romano
- [Mlir-commits] [mlir] bba48df - [mlir][tosa] tosa.resize canonicalizer for trivial noop
Rob Suderman
- [Mlir-commits] [mlir] 9c3d3ee - [mlir] vector.multi_reduction canonicalizes to vector.shape_cast (or
Murali Vijayaraghavan
- [Mlir-commits] [mlir] 933fefb - [mlir][sparse] Adjusting DimLevelType numeric values for faster predicates
wren romano
- [Mlir-commits] [mlir] 794d347 - [mlir][sparse] Fixing bug in python test
wren romano
- [Mlir-commits] [mlir] 01dffc5 - [mlir][sparse] Favors defined dimension when optimize lattice points.
Peiming Liu
- [Mlir-commits] [mlir] ea2ed80 - [mlir][nvgpu] NFC - move NVGPU conversion helpers to NvGpu utils library
Christopher Bate
- [Mlir-commits] [mlir] 6cdd34b - [mlir][tensor][bufferize] Bufferize inserts into equivalent tensors in-place
Matthias Springer
- [Mlir-commits] [mlir] 040805d - [mlir] Add bar.warp.sync to NVVM
Guray Ozen
- [Mlir-commits] [mlir] f47d5dc - [mlir][llvmir] Simpler error handling in ConvertFromLLVMIR (nfc).
Tobias Gysi
- [Mlir-commits] [mlir] 330d48c - [mlir][sparse] Add rewrite rules for sparse-to-sparse reshape operators.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9409bbb - [mlir][sparse] Implement insertion sort for the stable sort operator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a4deb14 - [LLVM][Support] Support for `llvm::cl::list`'s default values
Son Tuan Vu
- [Mlir-commits] [mlir] eb04f32 - [tosa] Add legalization for conv3d
Rob Suderman
- [Mlir-commits] [mlir] d30dccd - [mlir][sparse] Favors synthetic tensor over other undefined tensors
Peiming Liu
- [Mlir-commits] [mlir] 4369972 - [mlir][sparse] minor header ordering cleanup
Aart Bik
- [Mlir-commits] [mlir] b03f439 - [mlir] Fix test failure with invalid piping syntax on old bash
Kai Sasaki
- [Mlir-commits] [mlir] 9e2ace1 - Apply clang-tidy fixes for performance-move-const-arg in IntegerRelation.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] f4e8f44 - [mlir][bufferize] Fix enclosing repetitive region computation
Matthias Springer
- [Mlir-commits] [mlir] 2e21003 - [mlir][bufferize] Fix repetitive region conflict detection
Matthias Springer
- [Mlir-commits] [mlir] d9e0cab - [mlir][tblgen] Fix crash in `-gen-enum-(decls|defs)` when `EnumAttrInfo` is not defined
Markus Böck
- [Mlir-commits] [mlir] cafaa9e - [mlir] fix memory effects of transform::PDLMatchOp
Alex Zinenko
- [Mlir-commits] [mlir] 5a09a38 - NFC. Remove unnecessary builder argument in Affine Utils helper
Uday Bondhugula
- [Mlir-commits] [mlir] 46ca425 - [MLIR][Affine] Fix crash in normalizeMemRefType
Uday Bondhugula
- [Mlir-commits] [mlir] 1f8ffbd - [mlir][bufferize][NFC] Address review comments of D135420
Matthias Springer
- [Mlir-commits] [mlir] d85f6e5 - [mlir][llvmir] Import intrinsics with attributes from LLVMIR.
Tobias Gysi
- [Mlir-commits] [mlir] 0946e10 - [mlir][doc] clarify (ir)recoverable failures in transform dialect
Alex Zinenko
- [Mlir-commits] [mlir] af664e4 - [mlir][Transform] Add a transform.split_handles operation and fix general silenceable bugs.
Nicolas Vasilache
- [Mlir-commits] [mlir] ad1efb5 - [mlir][Linalg] Retire LinalgStrategyDecomposePass and filter-based pattern.
Nicolas Vasilache
- [Mlir-commits] [mlir] 9033e57 - [mlir][doc] Remove trailing whitespace (NFC)
Jacques Pienaar
- [Mlir-commits] [mlir] b5b79eb - [mlir][Linalg] Retire LinalgStrategyPadPass and filter-based pattern.
Nicolas Vasilache
- [Mlir-commits] [mlir] d32df0f - [mlir][arith] Expose dedicated API for expanding ceil/floor division
Lei Zhang
- [Mlir-commits] [mlir] f0c93fd - [mlir][vector] Merge accumulator/result transpose into contract
Lei Zhang
- [Mlir-commits] [mlir] 30c7c42 - Apply clang-tidy fixes for performance-unnecessary-value-param in IRCore.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] a76bd4f - Apply clang-tidy fixes for llvm-else-after-return in TosaToLinalg.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 92f26d4 - Apply clang-tidy fixes for readability-identifier-naming in TosaToLinalg.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 0666e50 - Apply clang-tidy fixes for modernize-use-equals-default in Bufferize.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 2ae27dc - [mlir][Linalg] Use ConfinedAttr for dimensions of ReduceOp.
Adrian Kuegel
- [Mlir-commits] [mlir] 7915027 - [mlir][Linalg] Retire LinalgStrategyTileAndFusePass and filter-based pattern.
Nicolas Vasilache
- [Mlir-commits] [mlir] 461c461 - [mlir][sparse] Rename SparseTensorFile to SparseTensorReader.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 83c65fb - [mlir][linalg] Expose pattern to collapse generic op dimensions
Thomas Raoux
- [Mlir-commits] [mlir] ac0fe5d - [mlir][linalg] Remove unused payload related OutOpOperand
Stanley Winata
- [Mlir-commits] [mlir] d208bae - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] fa58926 - [mlir][linalg] Remove redundant check on linalgOps to fix windows builder
Stanley Winata
- [Mlir-commits] [mlir] 2d10f81 - [mlir][Vector] Introduce 'vector.mask' operation and MaskableOpInterface
Diego Caballero
- [Mlir-commits] [mlir] 8fc63d1 - [mlir][sparse] fixed memory leak on sparse tensors
Aart Bik
- [Mlir-commits] [mlir] d325d2b - [mlir][tosa] Fix tosa::Select to linalg::generic indexingMaps bug
Jacques Pienaar
- [Mlir-commits] [mlir] a43330b - [mlir][arith] Fix header spacing (NFC)
Jeff Niu
- [Mlir-commits] [mlir] 69353e7 - [mlir][arith] Fix another file header (NFC)
Jeff Niu
- [Mlir-commits] [mlir] 44cfea0 - [mlir][Linalg] Retire LinalgStrategyTilePass and filter-based pattern.
Nicolas Vasilache
- [Mlir-commits] [mlir] b845add - [mlir][gpu] Add `subgroup_reduce` operation
Ivan Butygin
- [Mlir-commits] [mlir] a609f56 - [mlir] use raw function pointer instead of std::function
Alex Zinenko
- [Mlir-commits] [mlir] 2e9abc0 - [mlir] drop unnecssary transform.with_pdl_patterns from tests, NFC
Alex Zinenko
- [Mlir-commits] [mlir] a2122a0 - [mlir][llvm] Introduce a mapValue function in LLVMIR import (nfc).
Tobias Gysi
- [Mlir-commits] [mlir] 183bf9b - [mlir] generate docs for GPU transform extension
Alex Zinenko
- [Mlir-commits] [mlir] 5fbec2d - Apply clang-tidy fixes for readability-identifier-naming in GPUTransformOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 4e5568d - Apply clang-tidy fixes for llvm-qualified-auto in Tiling.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] a73846e - [mlir][arith] Improve EmulateWideInt diagnostics
Jakub Kuderski
- [Mlir-commits] [mlir] 90fd13b - [mlir][sparse] Converting SparseTensorCOO to use standard C++-style iterators.
wren romano
- [Mlir-commits] [mlir] 2d252a0 - [mlir][sparse] Move a few routines to CodegenUtils.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6206692 - [mlir][sparse] Renaming mlir_sparse_tensor_utils library to SparseTensorRuntime
wren romano
- [Mlir-commits] [mlir] 67f61b0 - [mlir][sparse] Add rewriting rules for the sparse_tensor.new operator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f2b73f5 - [mlir][sparse] Add MLIR interface for sparse tensor file input and output.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 3739fd5 - Apply clang-tidy fixes for llvm-else-after-return in MultiBuffer.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 23f989a - Apply clang-tidy fixes for readability-simplify-boolean-expr in BufferizableOpInterfaceImpl.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 735b22d - Fix typo in tablegen option: '-gen-typedef-docs' -> '-gen-typedef-doc'
Mehdi Amini
- [Mlir-commits] [mlir] 2a6f0fb - Apply clang-tidy fixes for performance-for-range-copy in TileUsingInterface.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 6d4baa7 - Apply clang-tidy fixes for performance-unnecessary-value-param in TileUsingInterface.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] ec1a419 - [mlir][async] Fix missing dialect dependency in async-to-async-runtime
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a4ace22 - [mlir][Math] Change regex to match fp value on different target.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 32f0bde - [mlir] add transform dialect entry point
Alex Zinenko
- [Mlir-commits] [mlir] d903fa4 - [mlir] Apply ClangTidyLegacy findings.
Adrian Kuegel
- [Mlir-commits] [mlir] ad7aa09 - [mlir] document transform dialect types
Alex Zinenko
- [Mlir-commits] [mlir] 209843e - [mlir][doc] move transform dialect docs to .md, NFC
Alex Zinenko
- [Mlir-commits] [mlir] 8446f24 - [mlir][llvm] Tablegen based operation import from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] 15faa55 - [mlir][Linalg] NFC - Drop CodegenStrategy and remaining strategy passes
Nicolas Vasilache
- [Mlir-commits] [mlir] bcfbf8c - [mlir][Linalg] NFC - Drop filter from LinalgGeneralizationPattern
Nicolas Vasilache
- [Mlir-commits] [mlir] 95630b9 - [mlir][Linalg] Add MapOp to Linalg structured ops.
Adrian Kuegel
- [Mlir-commits] [mlir] a938f3a - [mlir] Fix bitwidth of memref-to-llvm constant.
Tobias Gysi
- [Mlir-commits] [mlir] bbe4441 - [mlir][Linalg] NFC - Drop LinalgLoweringPattern
Nicolas Vasilache
- [Mlir-commits] [mlir] e0cea16 - [mlir][Linalg] Drop filter-based splitReduction
Nicolas Vasilache
- [Mlir-commits] [mlir] f4ad1b6 - [mlir][Linalg] Quarantine usage of LinalgTransformationFilter to TestTilingInterface.
Nicolas Vasilache
- [Mlir-commits] [mlir] add7bf1 - Apply clang-tidy fixes for performance-unnecessary-copy-initialization in CodegenUtils.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] f628d6c - Apply clang-tidy fixes for modernize-use-using in SparseBufferRewriting.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 86771d0 - Introduce a ConditionallySpeculatable op interface
Sanjoy Das
- [Mlir-commits] [mlir] 832955f - [mlir] Cleanup DialectDocGen to check for the dialect early
River Riddle
- [Mlir-commits] [mlir] 9f1f21c - [mlir][sparse] Replace pass-by-value with pass-by-memref for C interface routines to fix Windows build.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] b2674de - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] adabce4 - Correctly model undefined behavior in {tensor|memref}.dim
Sanjoy Das
- [Mlir-commits] [mlir] e936c3b - [mlir][ods] Allow custom directives in optional groups
Jeff Niu
- [Mlir-commits] [mlir] bea0b1a - [mlir][ods] Assert on static getAttrName methods
Jeff Niu
- [Mlir-commits] [mlir] 6005a1d - [mlir][scf] Match any constants instead of arith.constant
Jeff Niu
- [Mlir-commits] [mlir] 47424f2 - [mlir][transforms] TopologicalSort: Support ops from different blocks
Matthias Springer
- [Mlir-commits] [mlir] 9b170d1 - Apply clang-tidy fixes for readability-identifier-naming in SparseBufferRewriting.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] d7802c4 - Apply clang-tidy fixes for llvm-qualified-auto in SparseTensorCodegen.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] c38d9cf - [mlir] Remove iterator_types() method from LinalgStructuredInterface.
Oleg Shyshkov
- [Mlir-commits] [mlir] f76e40d - [mlir] MemRefToLLVM: Save / restore stack when lowering memref.copy
Alex Zinenko
- [Mlir-commits] [mlir] cc49a74 - [mlir][llvm] Use TableGen to import compare ops from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] d8cab3f - [mlir][Transform] Fix dropReverseMapping early exit condition
Nicolas Vasilache
- [Mlir-commits] [mlir] 549c18e - Apply clang-tidy fixes for modernize-use-equals-default in TosaCanonicalizations.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 928c23d - Apply clang-tidy fixes for performance-unnecessary-value-param in TosaCanonicalizations.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] b4c8c49 - Fix handling of rank-1 tensors in tosa.reduce_sum
Jacques Pienaar
- [Mlir-commits] [mlir] dde9db5 - Unbreak Windows build
Sanjoy Das
- [Mlir-commits] [mlir] 59405cd - Apply clang-tidy fixes for readability-identifier-naming in TosaCanonicalizations.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] f7cd3fc - Apply clang-tidy fixes for performance-for-range-copy in VectorOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] e750c41 - [mlir] Update CallInterfaceCallable to use the new casting infra.
Nick Kreeger
- [Mlir-commits] [mlir] 1b99f3a - [mlir][bufferize] Treat certain aliasing-only uses like memory reads
Matthias Springer
- [Mlir-commits] [mlir] 7114185 - [mlir][llvm] Use tablegen to import extract/insert ops from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] 048cfc1 - [mlir] add missing markdown delimiters in SCFOps.td
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8ca5058 - [mlir][spirv] GPUToSPIRVPass: support case when `TargetEnv` attribute attached to the `gpu.module`
Ivan Butygin
- [Mlir-commits] [mlir] 4b17710 - [mlir][Linalg] Support multi-output fusion in FuseIntoContainingOp
Nicolas Vasilache
- [Mlir-commits] [mlir] ea9cae0 - [mlir][llvm] Use tablegen to import shufflevector from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] 9f13900 - [mlir][llvm] Use tablegen to import atomic ops from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] 880b8f4 - Add f16 type support in math.erf op.
Prashant Kumar
- [Mlir-commits] [mlir] fae258e - [mlir][memref] Add initial Wide Int Emulation pass and patterns
Jakub Kuderski
- [Mlir-commits] [mlir] 8f5c5bb - [mlir][ods] Fix substitutions for op custom string literals
Jeff Niu
- [Mlir-commits] [mlir] f1f3612 - [mlir] Update Values to use new casting infra
Nick Kreeger
- [Mlir-commits] [mlir] 657f68b - [NFC][mlir][MemRef] Make use of InferTypeOpInterface
Quentin Colombet
- [Mlir-commits] [mlir] 3a33c14 - [mlir][MemRef] Add a extract_strided_metadata(extract_strided_metadata) pattern
Quentin Colombet
- [Mlir-commits] [mlir] 0d60000 - [mlir][sparse] Reorganize tests for the sparse_tensor.convert operator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] cdfeeb8 - [mlir:ODS] Generate unwrapped operation attribute setters
River Riddle
- [Mlir-commits] [mlir] 1757164 - [mlir][vector] Add distribution for extract from 0d vector
Thomas Raoux
- [Mlir-commits] [mlir] 7c3439b - [mlir][llvm] Add `llvm.intr.is.fpclass`
Jeff Niu
- [Mlir-commits] [mlir] 6ea4a2e - [mlir][llvm] NoSideEffect -> Pure (NFC)
Jeff Niu
- [Mlir-commits] [mlir] 4418f0d - [mlir:ODS] Disambiguate getContext call for the rare case of the op having an input called context
Benjamin Kramer
- [Mlir-commits] [mlir] 98eedd4 - [mlir][vector] Add a name prefix to tablegen for IteratorType in Vector dialect.
Oleg Shyshkov
- [Mlir-commits] [mlir] ef5647d - [mlir] Use std::underlying_type_t (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 75076f8 - [mlir] Fix warnings
Kazu Hirata
- [Mlir-commits] [mlir] de49627 - [mlir] Remove redundaunt typename (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] d18bfb2 - [mlir][sparse] Add readCOOElement for reading a sparse tensor element from files.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5f919cd - [mlir][sparse] Move routines for generating memref.alloca to CodegenUtils.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7f2d9c2 - [mlir][ods] Support default-valued attributes in optional groups
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a7cccb9 - [mlir] Simplify DestinationStyleOpInterface.
Alexander Belyaev
- [Mlir-commits] [mlir] f471acf - [mlir][llvm] Use the tablegen error handling (NFC).
Tobias Gysi
- [Mlir-commits] [mlir] 5942456 - [mlir][llvm] Add support for importing masked intrinsics from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] 04ac8cb - [mlir][linalg] Fix canonicalizer crash for `linalg.generic` with mixed semantics
Ivan Butygin
- [Mlir-commits] [mlir] 8ef96d1 - [mlir] fix markdown in VectorOps.td
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 4b6447e - [mlir] stopgap for incorrect vector.contract lowering
Alex Zinenko
- [Mlir-commits] [mlir] b0bf7ff - [mlir] add utilites for DiagnosedSilenceableFailure
Alex Zinenko
- [Mlir-commits] [mlir] c870f20 - [mlir] Remove assert from RegionBranchOpInterface verifier
Jeff Niu
- [Mlir-commits] [mlir] f6ee194 - [mlir][ods] Do not print default-valued attributes when the value is equal to the default
Slava Zakharin
- [Mlir-commits] [mlir] dd38f89 - [mlir][LLVMIR] Update LLVMIR fastmath to use EnumAttr tblgen classes
Slava Zakharin
- [Mlir-commits] [mlir] d09bef8 - [MLIR] Vectorize tensor.extract on 1-d tensor
Diego Caballero
- [Mlir-commits] [mlir] 9f596a7 - [mlir][sparse] implement simple codegen for insertion (and related ops)
Aart Bik
- [Mlir-commits] [mlir] b1e9ce7 - Add ::mlir:: prefix to Attribute type in the generated code.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6dcd15a - [NFC][mlir] Remove redundant wording
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ccd314d - [OpenMP][OMPIRBuilder] Add generation of SIMD align assumptions to OMPIRBuilder
Dominik Adamski
- [Mlir-commits] [mlir] b3ed69d - [mlir][llvm] Import matrix, vector, and assume intrinsics from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] 933e7e2 - [mlir][sparse] Change getUnorderedCOOFromType to propagate the overhead types.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 44027f3 - [mlir][GPU] Prevent adding duplicate async tokens
Krzysztof Drewniak
- [Mlir-commits] [mlir] c1864ab - [mlir][sparse] Add options to sparse-tensor-rewrite to disable rewriting rules for operators foreach and convert.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 86bf62f - [mlir][sparse] improve push_back type checking, printing, parsing
Aart Bik
- [Mlir-commits] [mlir] d9affad - [mlir][sparse] rename the values of the runtime DimLevelType
wren romano
- [Mlir-commits] [mlir] df455be - [mlir][MemRef] Fix the simplification of extract_strided_metadata(subview)
Quentin Colombet
- [Mlir-commits] [mlir] d22df0e - [mlir][sparse] refine insertion code
Aart Bik
- [Mlir-commits] [mlir] 181b04d - [mlir][sparse] Factoring out SparseTensorEnums library
wren romano
- [Mlir-commits] [mlir] 98c5296 - [mlir][MemRef] Move the forwarding patterns for `extract_strided_metadata`
Quentin Colombet
- [Mlir-commits] [mlir] fce33e1 - [mlir][spirv] Consider target when converting one-element vector
Lei Zhang
- [Mlir-commits] [mlir] 3883615 - [mlir][llvm] Ordered traversal in LLVM IR import.
Tobias Gysi
- [Mlir-commits] [mlir] d261aa8 - [mlir] Add TransposeOp to Linalg structured ops.
Oleg Shyshkov
- [Mlir-commits] [mlir] 9bcac22 - [MLIR][Tensor] Remove assert in PadOp builder
Lorenzo Chelini
- [Mlir-commits] [mlir] 58b449c - [mlir][sparse] Replace the folding of nop convert with a codegen rule.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 26eb2c6 - [mlir][sparse] remove vector support in sparsification
Peiming Liu
- [Mlir-commits] [mlir] fa6054a - [mlir][NVGPU] Fixing minor typo (first test commit)
Manish Gupta
- [Mlir-commits] [mlir] 96cab65 - [mlir][sparse] end-to-end sparse vector insertion codegen
Aart Bik
- [Mlir-commits] [mlir] 246e8c3 - [mlir][linalg] Add back split reduction tests dropped by previous commit
Thomas Raoux
- [Mlir-commits] [mlir] 5e12c18 - [mlir][sparse] Fix breakage on older versions of cmake
wren romano
- [Mlir-commits] [mlir] 114ba72 - [mlir][NVGPU] Handle native mma.sync and ldmatrix(x4) sizes
Manish Gupta
- [Mlir-commits] [mlir] 3ee5859 - [mlir][llvm] Use longer variable names in LLVM IR import (NFC).
Tobias Gysi
- [Mlir-commits] [mlir] 3f59734 - [mlir][aarch64] Disable bf16 tests on AArch64
Andrzej Warzynski
- [Mlir-commits] [mlir] 70e3f0e - [mlir][llvm] Handle llvm.noundef attribute when converting to LLVM IR
Victor Perez
- [Mlir-commits] [mlir] 95c083f - [mlir] Fix and test python bindings for dump_to_object_file
Denys Shabalin
- [Mlir-commits] [mlir] fb4cedc - [mlir][nfc] Clean-up usage of kDynamicSize.
Aliia Khasanova
- [Mlir-commits] [mlir] 62eae83 - [mlir] Fix incorrect temporary file handling on windows
Denys Shabalin
- [Mlir-commits] [mlir] 93f1b48 - [mlir] Set pattern that resolves tensor dimensions as having bounded recursion.
Mahesh Ravishankar
- [Mlir-commits] [mlir] e00dc16 - [tblgen-lsp-server] Fix various ASAN issues
River Riddle
- [Mlir-commits] [mlir] d12d485 - [mlir][sparse] add source materizalization callback for sparse tensor codegen type converter.
Peiming Liu
- [Mlir-commits] [mlir] 0128f80 - [mlir][sparse] Fix the codegen for the convert operator to handle hidden nop convert.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] fd74694 - [mlir][sparse] attach bufferizableOpInterface to InsertOp
Peiming Liu
- [Mlir-commits] [mlir] f017027 - [mlir][sparse] introduce new op for querying number of stored entries
Aart Bik
- [Mlir-commits] [mlir] 4309bb2 - [mlir][tosa] Add broadcasting case for tosa.resize degenerate case
Rob Suderman
- [Mlir-commits] [mlir] e874bbc - [mlir] Include anchor op when printing pass managers
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] cad61e4 - [mlir-opt] Add a '-dump-pass-pipeline' option
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] cf7906c - [mlir][sparse] Fix getUnorderedCOOFromType for rank 1 tensor.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 35b3a0c - [mlir][sparse] support foreach on dense tensor.
Peiming Liu
- [Mlir-commits] [mlir] 1a91537 - [mlir][sparse] update doc for sparse_tensor.foreach operator.
Peiming Liu
- [Mlir-commits] [mlir] 852d84e - Delete dead code in Inliner
Tres Popp
- [Mlir-commits] [mlir] 00ac395 - [mlir][linalg] Add one-shot-bufferize tests for Linalg ops: reduce, map and transpose.
Oleg Shyshkov
- [Mlir-commits] [mlir] 87549e6 - [LLVMIR] Use helper methods to set/check readnone attribute (NFC)
Nikita Popov
- [Mlir-commits] [mlir] b056d0b - [mlir][sparse] Refactor the convert operator conversion to support codegen for the operator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 07d8fe9 - [mlir][scf] Add an IndexSwitchOp
Jeff Niu
- [Mlir-commits] [mlir] 8bef354 - [mlir][index] Add boilerplate for the `index` dialect
Jeff Niu
- [Mlir-commits] [mlir] ddf87d6 - [mlir][index] Add `index` dialect ops and attributes
Jeff Niu
- [Mlir-commits] [mlir] 83c3eeb - [mlir][index] Add folders for `index` ops
Jeff Niu
- [Mlir-commits] [mlir] cae746d - [mlir][index] Add `convert-index-to-llvm` pass
Jeff Niu
- [Mlir-commits] [mlir] 878d541 - [mlir][index] Fix NoSideEffect->Pure
Jeff Niu
- [Mlir-commits] [mlir] 7dd2f4b - Let MLIR ODS also support generating build() functions without result type parameters when the op contains regions.
Jacques Pienaar
- [Mlir-commits] [mlir] 0f3e4d1 - [mlir][sparse] lower number of entries op to actual code
Aart Bik
- [Mlir-commits] [mlir] 037804d - [mlir][Pass] Fix parsePassPipeline error stream
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6e24591 - [mlir][index] Add missing dependencies
Jeff Niu
- [Mlir-commits] [mlir] e445349 - [mlir][sparse] Add rewrite rule for the sparse_tensor.out operator.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8672378 - [mlir] Add conversion function from OwningOpRef<T> to OwningOpRef<Operation *>
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ed90f80 - [mlir-translate] Support parsing operations other than 'builtin.module' as top-level
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8c8775e - [mlir][llvm] Move LLVMArrayType to a TypeDef
Jeff Niu
- [Mlir-commits] [mlir] dc63ca7 - [mlir][sparse] Fix build warning (NFC)
Jeff Niu
- [Mlir-commits] [mlir] d3f5f33 - [mlir][scf] support 1:N type conversion for scf.for.
Peiming Liu
- [Mlir-commits] [mlir] e782471 - Fixed CMakeLists.txt to export mlir/include/mlir/Dialenct/SparseTensor/IR/Enums.h correctly for installing MLIRSparseTensorEnums as a library in other projects using MLIR
Murali Vijayaraghavan
- [Mlir-commits] [mlir] d959244 - [mlir][llvm] Move LLVMFunctionType to a TypeDef
Jeff Niu
- [Mlir-commits] [mlir] a9bde16 - [mlir][llvm] Move LLVMPointerType to TypeDef
Jeff Niu
- [Mlir-commits] [mlir] 877977b - [mlir][llvm] Fix replaceImmediateSubElements on LLVMPointerType
Jeff Niu
- [Mlir-commits] [mlir] 6144042 - [mlir][llvm] More LLVMFixed/ScalableVectorType to TypeDef
Jeff Niu
- [Mlir-commits] [mlir] 8dfc604 - [mlir][llvm] Allow literal structs to replaceImmediateSubElements
Jeff Niu
- [Mlir-commits] [mlir] d8cb5d3 - [mlir][sparse] Refining the IR/CMakeLists.txt (followup to D136477)
wren romano
- [Mlir-commits] [mlir] 29bb0b5 - [mlir] Generate parser/printers for enums
River Riddle
- [Mlir-commits] [mlir] 1da1141 - [mlir] Implement the SubElement interfaces for the builtin locations
River Riddle
- [Mlir-commits] [mlir] 0b1fe47 - [mlir:LLVM][NFC] Cleanup attribute/enum definitions
River Riddle
- [Mlir-commits] [mlir] b430a35 - [mlir][sparse] use straightline and loop to insert into tensor
Aart Bik
- [Mlir-commits] [mlir] 00767cb - [mlir] Delete dup code and use unified methods.
Hanhan Wang
- [Mlir-commits] [mlir] eff5406 - [mlir][nfc] Fully spell mlir typename in generated code.
Ivan Butygin
- [Mlir-commits] [mlir] 446981b - [mlir][tensor] ExtractSliceFromReshape: handle collapsing of unit dim edge cases
Christopher Bate
- [Mlir-commits] [mlir] 0580901 - Fix #58322: Handlers for debug actions with equal parameter types must not override each other
River Riddle
- [Mlir-commits] [mlir] c441070 - [mlir][spirv] Add conversion from GPU WMMA ops to SPIRV Cooperative matrix
Nirvedh Meshram
- [Mlir-commits] [mlir] b34ea58 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 6e920e8 - [spirv] Remove unused include
Benjamin Kramer
- [Mlir-commits] [mlir] 430cbd5 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] f3713a9 - [mlir] Support overriding LLVM_LIT_ARGS in standalone builds
Michał Górny
- [Mlir-commits] [mlir] 0dce4cc - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 82c6f10 - [mlir] Better handling for bit groups in enum parser/printer
River Riddle
- [Mlir-commits] [mlir] c8496d2 - [mlir] Refactor alias generation to support nested aliases
River Riddle
- [Mlir-commits] [mlir] 3bef1e0 - [mlir:LLVM] Add attribute/op definitions for debug info
River Riddle
- [Mlir-commits] [mlir] b169643 - [mlir][interfaces] Remove getDestinationOperands from TilingInterface
Matthias Springer
- [Mlir-commits] [mlir] fc28971 - Add nocapture to pointer parameters of masked stores/loads
Matt Devereau
- [Mlir-commits] [mlir] c9b3638 - [mlir][scf][bufferize] Fix bufferizesToMemoryRead with 0 loop iterations
Matthias Springer
- [Mlir-commits] [mlir] d84e4f0 - [mlir] Apply ClangTidy performance fix (NFC)
Adrian Kuegel
- [Mlir-commits] [mlir] bca2b14 - [mlir][sparse] fix bufferizableOpInterface for InsertOp
Peiming Liu
- [Mlir-commits] [mlir] 94b8469 - [mlir][Tensor] Add a helper build method for pad operations with constant padding.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 1228109 - [mlir] Fix INSTALL_INTERFACE path for MLIRSparseTensorEnums
Michał Górny
- [Mlir-commits] [mlir] d30727f - [mlir][Translation] Make commandline option registration optional
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5f5e019 - [mlir][sparse] add some APIs for merger to query the tensor id for output tensor and synthetic tensor.
Peiming Liu
- [Mlir-commits] [mlir] 9c68f8e - [mlir][NVGPU] Documentation only update to nvgpu dialect (NFC).
Manish Gupta
- [Mlir-commits] [mlir] 18066b5 - [mlir] Update Location to use new casting infra
Nick Kreeger
- [Mlir-commits] [mlir] 49e2d36 - Add a document on side effects & speculation in MLIR
Sanjoy Das
- [Mlir-commits] [mlir] 9af92ed - [mlir:LLVM] Rewrite the LLVMIR export to use the debug info attributes
River Riddle
- [Mlir-commits] [mlir] 14de3d5 - [mlir][llvm] Don't return a dangling reference in getCallableResults().
Tobias Gysi
- [Mlir-commits] [mlir] 2f88268 - [mlir] Add vectorization tests for linalg.map, reduce, transpose.
Alexander Belyaev
- [Mlir-commits] [mlir] 451b1ff - [mlir] Add lower-to-loops tests for linalg.map/reduce/transpose.
Alexander Belyaev
- [Mlir-commits] [mlir] c34de60 - Revert "[mlir] Add vectorization tests for linalg.map, reduce, transpose."
Alexander Belyaev
- [Mlir-commits] [mlir] b0f8057 - [mlir][sparse] use loop emitter to generate loop in sparsification
Peiming Liu
- [Mlir-commits] [mlir] 6066349 - [mlir][llvm] Tighten LLVM dialect intrinsic type constraints.
Tobias Gysi
- [Mlir-commits] [mlir] 5fcf3e8 - [mlir][spirv] Flip createConvertGPUToSPIRVPass mapMemorySpace default
Lei Zhang
- [Mlir-commits] [mlir] 14504ca - [mlir][sparse] Extend sparse_tensor.push_back to allow push_back a value n times.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] b56e65d - [mlir][arith] Initial support for fastmath flag attributes in the Arithmetic dialect (v2)
Slava Zakharin
- [Mlir-commits] [mlir] 55d08a8 - [mlir][MemRefToLLVM] Lower extract_strided_metadata
Quentin Colombet
- [Mlir-commits] [mlir] 8f4320c - Fix MLIR Build with some version of GCC
Mehdi Amini
- [Mlir-commits] [mlir] 188b041 - [mlir][Tensor] Change `createDimValues` to return a list of `OpFoldResult`s.
Mahesh Ravishankar
- [Mlir-commits] [mlir] cfaf329 - [mlir][tensor] Disallow unranked tensors for tensor.extract/insert
Matthias Springer
- [Mlir-commits] [mlir] 350d686 - [mlir] Print bbArgs of linalg.map/reduce/tranpose on the next line.
Alexander Belyaev
- [Mlir-commits] [mlir] ec2ea41 - [mlir][interfaces] Allow only ranked tensors/memrefs in DestinationStyleOpInterface
Matthias Springer
- [Mlir-commits] [mlir] bcc31d6 - [mlir][tensor] Implement DestinationStyleOpInterface for tensor.insert/insert_slice
Matthias Springer
- [Mlir-commits] [mlir] dda8fe6 - Revert "Revert "[mlir] Add vectorization tests for linalg.map, reduce, transpose.""
Alexander Belyaev
- [Mlir-commits] [mlir] 2d5edc6 - [mlir][bufferize] Provide default BufferizableOpInterface impl for destination style ops
Matthias Springer
- [Mlir-commits] [mlir] bf531f2 - [mlir][vector][bufferize] Implement DestinationStyleOpInterface on TransferWriteOp
Matthias Springer
- [Mlir-commits] [mlir] 4433e52 - [mlir] Fix circular dialect initialization
Matthias Springer
- [Mlir-commits] [mlir] 66baa34 - [mlir][tensor] Fix build: Add missing line break to test case
Matthias Springer
- [Mlir-commits] [mlir] 09dfb44 - [mlir][tensor][bufferize] Support memory_space for tensor.pad
Matthias Springer
- [Mlir-commits] [mlir] 7ab21cd - [mlir] Fix `AffineMap.dropResults`.
Oleg Shyshkov
- [Mlir-commits] [mlir] 88d7508 - Harmonize cmake_policy() across standalone builds of all projects
Michał Górny
- [Mlir-commits] [mlir] 30ceb74 - [mlir] Fix printing when linalg.map has no inputs.
Alexander Belyaev
- [Mlir-commits] [mlir] c2403f1 - [mlir] Fix asan issue in Vectorization.cpp of Linalg.
Alexander Belyaev
- [Mlir-commits] [mlir] b3c5f6b - [mlir][python] Include pipeline parse errors in exception message
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f9f708e - [mlir][CAPI] Allow specifying pass manager anchor
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 015bc34 - [mlir][sparse] fix crash when sparsifying broadcast operations.
Peiming Liu
- [Mlir-commits] [mlir] 80b08b6 - [mlir][sparse] add a cursor to sparse storage scheme
Aart Bik
- [Mlir-commits] [mlir] 7841f55 - [mlir][spirv] Add target control to UnifyAliasedResourcePass
Lei Zhang
- [Mlir-commits] [mlir] c009505 - [mlir] Add `parseSymbolName` that doesn't take an attribute list
Jeff Niu
- [Mlir-commits] [mlir] 71ac3ce - [NFC] Remove unused variables
Jordan Rupprecht
- [Mlir-commits] [mlir] 5c32742 - [mlir][sparse] fix typo "admissable" -> "admissible"
Aart Bik
- [Mlir-commits] [mlir] 32c512e - [mlir][sparse] code refactoring, move <tid, loop id> -> dim map to Merger.
Peiming Liu
- [Mlir-commits] [mlir] 17dbd80 - [mlir] Fix typo s/utilties/utilities/ (including in file name)
Emilio Cota
- [Mlir-commits] [mlir] 5e4eec9 - [mlir] ODS: emit interface model method at the end of the header
Diego Caballero
- [Mlir-commits] [mlir] 22a4b33 - [mlir][arith] Fix -Wunused-but-set-variable
Fangrui Song
- [Mlir-commits] [mlir] 764c712 - [mlir][spirv] fix Bazel build of Passes.h
Emilio Cota
- [Mlir-commits] [mlir] aebde28 - [mlir][linalg] Add nicer builders for `map` and `reduce`.
Oleg Shyshkov
- [Mlir-commits] [mlir] 7eef3ea - Revert "[mlir][linalg] Add nicer builders for `map` and `reduce`."
Oleg Shyshkov
- [Mlir-commits] [mlir] b251b60 - [mlir][gpu] Unroll ops on vectors which map to intrinsic calls
Christian Sigg
- [Mlir-commits] [mlir] acdd576 - [mlir][linalg] Fix linalg.transpose region builder.
Oleg Shyshkov
- [Mlir-commits] [mlir] ad89eb5 - Revert "Revert "[mlir][linalg] Add nicer builders for `map` and `reduce`.""
Oleg Shyshkov
- [Mlir-commits] [mlir] 9932461 - [mlir][aarch64] XFAIL correctness.mlir
Andrzej Warzynski
- [Mlir-commits] [mlir] 3ac1744 - [mlir][nvvm] Introduce performance tuning directives
Guray Ozen
- [Mlir-commits] [mlir] b4db15a - [mlir] Rename getInputs->getDpsInputs and getOutputs->getDpsInits in DPS interface.
Alexander Belyaev
- [Mlir-commits] [mlir] 2a37ec9 - [mlir][linalg] Add missing region when building TransposeOp
Benjamin Kramer
- [Mlir-commits] [mlir] 71cf48a - [mlir][scf] Enhance sizes computation in tileUsingSCFForOp.
Hanhan Wang
- [Mlir-commits] [mlir] dd109f6 - [mlir][sve] Canonicalise MLIR_RUN_ARM_SVE_TESTS
Andrzej Warzynski
- [Mlir-commits] [mlir] 5661647 - [mlir][sparse] build proper insertion chain
Aart Bik
- [Mlir-commits] [mlir] c853d69 - [mlir][arm][sve] fix broken integration tests
Aart Bik
- [Mlir-commits] [mlir] 63baab8 - [mlir][sparse] Fold invariant op only when it has only one use.
Peiming Liu
- [Mlir-commits] [mlir] b925509 - Fix MLIR build after D136931
Slava Zakharin
- [Mlir-commits] [mlir] e5cb0ee - [mlir][sparse] run canonicalization pass after DenseOpBufferize.
Peiming Liu
- [Mlir-commits] [mlir] 1c42c2a - [mlir][sparse] Cleaning up function names in test
wren romano
- [Mlir-commits] [mlir] 2c4e073 - [mlir] Split parser fuzzer for bytecode & text
Jacques Pienaar
- [Mlir-commits] [mlir] 62efe45 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 788390c - Make scf.for and affine.for conditionally speculatable
Sanjoy Das
- [Mlir-commits] [mlir] 69b9e03 - [mlir] Do not expose MLIRContext::isDialectLoading
Matthias Springer
- [Mlir-commits] [mlir] df23ede - [mlir][bufferize][NFC] Debug output during bufferization
Matthias Springer
- [Mlir-commits] [mlir] e0b40af - [mlir][bufferize][NFC] Better debug output for One-Shot Analysis
Matthias Springer
- [Mlir-commits] [mlir] 72e9447 - [MLIR][OpenMP] Allow the single operation to have a region
Kiran Chandramohan
- [Mlir-commits] [mlir] e44a3c3 - [mlir][doc] Update op optional-group asm format doc
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d45be88 - [mlir][sparse] Implement the rewrite for sparse_tensor.push_back a value n times.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 91effec - [mlir][scf] Add scf-to-cf lowering for `scf.index_switch`
Jeff Niu
- [Mlir-commits] [mlir] 179978d - [mlir][arith][spirv] Hard fail in `-convert-arith-to-spirv`
Jakub Kuderski
- [Mlir-commits] [mlir] 5e0d291 - [MLIR] Fix bug in the method constructing semi affine expression from flattened form
Uday Bondhugula
Last message date:
Mon Oct 31 23:21:24 PDT 2022
Archived on: Mon Oct 31 23:21:27 PDT 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).