December 2022 Archives by author
Starting: Thu Dec 1 00:02:08 PST 2022
Ending: Sat Dec 31 07:01:58 PST 2022
Messages: 369
- [Mlir-commits] [mlir] ef27a1b - Improve class documentation for mlir::Operation
Mehdi Amini
- [Mlir-commits] [mlir] 944652f - Use if constexpr to simplify some SFINAE in mlir::OpState (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 190cdf4 - Apply clang-tidy fixes for performance-unnecessary-value-param in AsyncToAsyncRuntime.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 98b1397 - Apply clang-tidy fixes for readability-identifier-naming in AsyncToAsyncRuntime.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 88c5b96 - Add LLVMDialect as dependent for "llvm-legalize-for-export" pass
Mehdi Amini
- [Mlir-commits] [mlir] cffd7b1 - [mlir][scf] Fixes IndexSwitchOp verifier crash
Mehdi Amini
- [Mlir-commits] [mlir] 65954a3 - Apply clang-tidy fixes for bugprone-argument-comment in BufferizableOpInterfaceImpl.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] f1321b0 - Apply clang-tidy fixes for llvm-qualified-auto in ElementwiseOpFusion.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 9f7de08 - Apply clang-tidy fixes for llvm-else-after-return in SparseVectorization.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 1211af7 - Apply clang-tidy fixes for llvm-else-after-return in TensorOps.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] ab32f5b - Apply clang-tidy fixes for readability-simplify-boolean-expr in BufferizableOpInterfaceImpl.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] e8c961f - Apply clang-tidy fixes for readability-identifier-naming in InferTypeOpInterface.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] caaf517 - Apply clang-tidy fixes for readability-identifier-naming in TestDialect.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 16b2604 - Apply clang-tidy fixes for performance-for-range-copy in Vectorization.cpp (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 100dfe7 - [OpenMP] Clang Support for taskwait nowait clause
Alexey Bataev
- [Mlir-commits] [mlir] f6fb0a4 - [mlir] Make patterns for folding tensor.empty optional.
Alexander Belyaev
- [Mlir-commits] [mlir] 11175b5 - [mlir][linalg] Print broadcast, map, reduce, transpose ins/outs on one line.
Alexander Belyaev
- [Mlir-commits] [mlir] 6507417 - [mlir][sparse] make fusion for SDDMM more robust
Aart Bik
- [Mlir-commits] [mlir] 8e0abf8 - [mlir][sparse] cleanup some pass documentation
Aart Bik
- [Mlir-commits] [mlir] 16aa4e4 - [mlir][sparse] introduce sparse vectorization to the sparse compiler pipeline
Aart Bik
- [Mlir-commits] [mlir] 70ac598 - [mlir][sparse][simd] only accept proper unit stride subscripts
Aart Bik
- [Mlir-commits] [mlir] 78ba3aa - [mlir][sparse] performs a tab cleanup (NFC)
Aart Bik
- [Mlir-commits] [mlir] 9c9b47c - [mlir][sparse] add dim level type toString convenience method
Aart Bik
- [Mlir-commits] [mlir] 2e1caa4 - [mlir][sparse] minor merger code cleanup
Aart Bik
- [Mlir-commits] [mlir] 98f93e3 - [mlir][sparse] factorized merger/emitter/codegen into single environment
Aart Bik
- [Mlir-commits] [mlir] fbe6113 - [mlir][sparse] refactored codegen environment into its own file
Aart Bik
- [Mlir-commits] [mlir] 384049a - [mlir][sparse] completed codegen environment privatization
Aart Bik
- [Mlir-commits] [mlir] 8109d5e - [mlir][sparse] move loop boundary method to codegenenv
Aart Bik
- [Mlir-commits] [mlir] 431f6a5 - [sparse][mlir][vectorization] add support for shift-by-invariant
Aart Bik
- [Mlir-commits] [mlir] 36fd287 - [mlir][sparse] move emitter ownership into environment
Aart Bik
- [Mlir-commits] [mlir] 3ab0067 - [mlir][sparse] layout fixes (NFC)
Aart Bik
- [Mlir-commits] [mlir] 171ab1b - Add explicit template instantiation declarations for existing explicit definitions.
David Blaikie
- [Mlir-commits] [mlir] 5ceaeed - Improve type conversion error propagation/failure during LLVM lowering
Uday Bondhugula
- [Mlir-commits] [mlir] 3d35546 - Support `transpose` mode for `gpu.subgroup` WMMA ops
Uday Bondhugula
- [Mlir-commits] [mlir] 825b23a - NFC. Refactor/update some affine fusion pass code for readability
Uday Bondhugula
- [Mlir-commits] [mlir] dc44acc - [MLIR] Fix/check for aliases for escaping memrefs in affine fusion
Uday Bondhugula
- [Mlir-commits] [mlir] fe9d0a4 - [MLIR] Generalize affine fusion to work on `Block` instead of `FuncOp`
Uday Bondhugula
- [Mlir-commits] [mlir] b6ceadf - [MLIR] NFC. Split out code from hasNoInterveningEffect
Uday Bondhugula
- [Mlir-commits] [mlir] c9e121e - [MLIR] Enhance getLargestKnownDivisor for AffineExpr floordiv/ceildiv
Uday Bondhugula
- [Mlir-commits] [mlir] 4b9e2f8 - [MLIR][Affine] Make fusion helper check method significantly more efficient
Uday Bondhugula
- [Mlir-commits] [mlir] aa7aac9 - NFC. Fix/improve style in affine-licm pass
Uday Bondhugula
- [Mlir-commits] [mlir] 5f9cd09 - [MLIR] Fix affine LICM pass for unknown region holding ops
Uday Bondhugula
- [Mlir-commits] [mlir] 247d8d4 - [mlir][gpu] Add `uniform` flag to gpu reduction ops
Ivan Butygin
- [Mlir-commits] [mlir] befd167 - [mlir][gpu] Fix cuda integration tests
Ivan Butygin
- [Mlir-commits] [mlir] d42cb02 - [mlir] Make `LocalAliasAnalysis` extesible
Ivan Butygin
- [Mlir-commits] [mlir] 2e4aa3b - [mlir][gpu][spirv] Lower gpu reduction ops to spirv
Ivan Butygin
- [Mlir-commits] [mlir] 8368528 - [mlir][tblgen][docs] Use correct introductionary prefix for the Syntax description of attributes and types
Markus Böck
- [Mlir-commits] [mlir] bf3f701 - [mlir][NFC] Generalize `getPermutedPosition`
Diego Caballero
- [Mlir-commits] [mlir] 77603e2 - [mlir] Add `replaceAllUsesExcept` to rewriter
Diego Caballero
- [Mlir-commits] [mlir] dd0de4d - [MLIR] Introduce constraint attributes for DenseArrayAttr
Lorenzo Chelini
- [Mlir-commits] [mlir] 44f7356 - [MLIR][Tensor] Add canonicalization for UnpackOp
Lorenzo Chelini
- [Mlir-commits] [mlir] bbc0a2e - [MLIR][Transform] Fix top-level comment (NFC)
Lorenzo Chelini
- [Mlir-commits] [mlir] 4e6dab9 - Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr"
Lorenzo Chelini
- [Mlir-commits] [mlir] 7dc3bf0 - Revert "Revert "[MLIR] Introduce constraint attributes for DenseArrayAttr""
Lorenzo Chelini
- [Mlir-commits] [mlir] 87ecf9d - [MLIR][Tensor] Add custom builder for unpack op
Lorenzo Chelini
- [Mlir-commits] [mlir] 2e5fe72 - [MLIR][Linalg] Use `DenseI64ArrayAttr` in `InterchangeOp` (NFC)
Lorenzo Chelini
- [Mlir-commits] [mlir] e7d0cc7 - [MLIR][Bufferization] Introduce `EmptyTensorToAllocTensorOp`
Lorenzo Chelini
- [Mlir-commits] [mlir] e0fd86d - Revert "[OpenMP] Clang Support for taskwait nowait clause"
Chi Chun Chen
- [Mlir-commits] [mlir] c8e15af - [mlir][MemRefToLLVM] Remove the code for lowering subview
Quentin Colombet
- [Mlir-commits] [mlir] d0650d1 - Revert "[mlir][MemRefToLLVM] Remove the code for lowering subview"
Quentin Colombet
- [Mlir-commits] [mlir] 786cbb0 - Re-apply "[mlir][MemRefToLLVM] Remove the code for lowering subview"
Quentin Colombet
- [Mlir-commits] [mlir] 9cbd136 - [mlir][NFC] Add a new getStridesAndOffset function
Quentin Colombet
- [Mlir-commits] [mlir] 64f9984 - [mlir][ExpandStridedMetadata] Handle collapse_shape of dim of size 1 gracefully
Quentin Colombet
- [Mlir-commits] [mlir] 9983d21 - [mlir][NFC] Make test-lower-to-llvm a named pipeline
Quentin Colombet
- [Mlir-commits] [mlir] a0220ba - [mlir][SparseTensor] Add a few tests for sparse vectorization
Quentin Colombet
- [Mlir-commits] [mlir] 2d0ca6b - [mlir][test] Add expand-strided-metadata to lower-to-llvm
Quentin Colombet
- [Mlir-commits] [mlir] 72d76a2 - [mlir][bufferize] lower allocation alignment from 128 to 64 bytes
Emilio Cota
- [Mlir-commits] [mlir] d41b3bf - [mlir][Pass] Fix dropped statistics with nested adaptors.
Will Dietz
- [Mlir-commits] [mlir] cc50625 - [mlir] Gate test checking statistics on their availability.
Will Dietz
- [Mlir-commits] [mlir] 392cc84 - [mlir][LLVMIR target] Fix llvm.freeze builder to prevent crashes
Krzysztof Drewniak
- [Mlir-commits] [mlir] 85e38d7 - [mlir][GPU] Add known_block_size and known_grid_size to gpu.func
Krzysztof Drewniak
- [Mlir-commits] [mlir] 5d91f79 - [mlir] Fix -Wstrict-prototypes warning
Tom Eccles
- [Mlir-commits] [mlir] 794056e - [mlir] Fix missing OpInterface docs newline
Schuyler Eldridge
- [Mlir-commits] [mlir] 9774cd1 - [mlir][nvgpu] Fix affine maps computing indices for LdMatrixOp srcMemref
Manish Gupta
- [Mlir-commits] [mlir] fa9ac61 - [mlir][llvm] Modernize LLVM instruction and global import (NFC).
Tobias Gysi
- [Mlir-commits] [mlir] 38e87e8 - [mlir][llvm] Improve LLVM IR import error handling.
Tobias Gysi
- [Mlir-commits] [mlir] 3674cad - [mlir][llvm] Fix bug in the LLVM IR constant import.
Tobias Gysi
- [Mlir-commits] [mlir] 7b420a1 - [mlir][llvm] Add inbounds attriubte to the gep op.
Tobias Gysi
- [Mlir-commits] [mlir] b6ebecc - [mlir][llvm] Fastmath flags import from LLVM IR.
Tobias Gysi
- [Mlir-commits] [mlir] 9dbf362 - [mlir][llvm] Move LLVM IR import into separate file (NFC).
Tobias Gysi
- [Mlir-commits] [mlir] 7c93fde - [mlir][llvm] Cleanup LLVM IR control flow import test (NFC).
Tobias Gysi
- [Mlir-commits] [mlir] fccab9f - [mlir] Fix an unused variable warning
Kazu Hirata
- [Mlir-commits] [mlir] 1a36588 - [mlir] Use std::nullopt instead of None (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 3a77eb6 - [mlir/unittests] Use std::nullopt instead of None (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 5521097 - [mlir] Use std::nullopt instead of None (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 004933e - [mlir] Use std::nullopt instead of None (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 70c73d1 - [mlir] Use std::nullopt instead of None in comments (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 192d9dd - [mlir] Use std::nullopt instead of None in comments (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] e823aba - [mlir] Use std::nullopt instead of None in comments (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 19e6b10 - [mlir] Use std::nullopt instead of llvm::None (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 15ae996 - [mlir] Use std::nullopt instead of None in comments (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 100c386 - [AliasAnalysis] Use std::optional in LocalAliasAnalysis.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] d7e5038 - [Presburger] Use std::optional in PresburgerRelation.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 2122c8a - [Presburger] Use std::optional in Simplex.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] d8be208 - [AsmParser] Use std::optional in AttributeParser.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] e2e572a - [AsmParser] Use std::optional in Parser.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] b237941 - [Reader] Use std::optional in BytecodeReader.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 1adfdab - [ComplexToLibm] Use std::optional in ComplexToLibm.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 7d2b180 - [MemRefToLLVM] Use std::optional in MemRefToLLVM.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] a9a1b45 - [VectorToLLVM] Use std::optional in ConvertVectorToLLVM.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 4b0e116 - [Analysis] Use std::optional in AffineStructures.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] e3915e6 - [Analysis] Use std::optional in LoopAnalysis.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 8ada9cf - [Transforms] Use std::optional in LoopFusion.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] f3b7b30 - [Transforms] Use std::optional in AsyncToAsyncRuntime.cpp (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 4f81805 - [mlir] Use std::optional instead of None in comments (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] cadd8d3 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 10041de - [mlir] Use llvm::transformOptional (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 4501133 - Ensure newlines at the end of files (NFC)
Kazu Hirata
- [Mlir-commits] [mlir] 690f05e - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 02f4cfa - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] 27839e1 - [mlir] Fix warnings
Kazu Hirata
- [Mlir-commits] [mlir] 3c7c696 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] eec575e - Allow non-constant divisors in affine mod, floordiv, ceildiv.
Benoit Jacob
- [Mlir-commits] [mlir] ded75a2 - Remove sentinel argument from dispatchIndexOpFoldResults.
Aliia Khasanova
- [Mlir-commits] [mlir] a6d6d40 - BEGIN_PUBLIC
Aliia Khasanova
- [Mlir-commits] [mlir] aee2c23 - [mlir][linalg] Reuploading: add a shortened printing/parsing form for linalg.map and linalg.reduce.
Aliia Khasanova
- [Mlir-commits] [mlir] 281c2d4 - Apply shortened printing/parsing form to linalg.reduce.
Aliia Khasanova
- [Mlir-commits] [mlir] 652592c - [MLIR][Transform] Disambiguate ternary operator for MSVC
Benjamin Kramer
- [Mlir-commits] [mlir] fcf4e36 - Iterate over StringMaps using structured bindings. NFCI.
Benjamin Kramer
- [Mlir-commits] [mlir] a7cb02d - [mlir][AMDGPU] Make header build standalone. NFC.
Benjamin Kramer
- [Mlir-commits] [mlir] 30199d1 - [mlir] Drop Optional::value() references from tblgen files
Benjamin Kramer
- [Mlir-commits] [mlir] 2233c4d - [mlir] Add operator!= to WalkResult, for completeness.
Benjamin Kramer
- [Mlir-commits] [mlir] 2916b99 - [ADT] Alias llvm::Optional to std::optional
Benjamin Kramer
- [Mlir-commits] [mlir] 6a6ec6a - [mlir] Enable types to us custom assembly formats involving optional attributes.
Nick Kreeger
- [Mlir-commits] [mlir] 03bb3ff - [mlir][spirv] Fix integer dot prod capabilities
Jakub Kuderski
- [Mlir-commits] [mlir] b253628 - [mlir][spirv] Clean up test-availability pass. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 2442aa3 - [mlir][spirv] Add extensions implied by SPIR-V 1.6
Jakub Kuderski
- [Mlir-commits] [mlir] 03e6bf5 - [mlir][spirv] Define `spirv.*Dot` integer dot product ops
Jakub Kuderski
- [Mlir-commits] [mlir] f7f4dd6 - [mlir][spirv] Define `spirv.*DotAccSat` integer dot product ops
Jakub Kuderski
- [Mlir-commits] [mlir] 0d691ac - [mlir][spirv] Fix integer dot product format attr validation
Jakub Kuderski
- [Mlir-commits] [mlir] 28246b7 - [mlir][arith] Rename addui_carry to addui_extended
Jakub Kuderski
- [Mlir-commits] [mlir] bafc3a2 - [mlir][arith] Fix comment typo. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 690bed8 - [mlir][arith] Add missing heading comment. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 23f48f5 - [mlir][arith] Update addui_extended naming in canon tests. NFC.
Jakub Kuderski
- [Mlir-commits] [mlir] 1dc9047 - [mlir][arith] Add canon pattern: addui_extended -> addi
Jakub Kuderski
- [Mlir-commits] [mlir] b4bdcea - [mlir][arith] Define mului_extended op
Jakub Kuderski
- [Mlir-commits] [mlir] 285d321 - [mlir][arith] Define mulsi_extended op
Jakub Kuderski
- [Mlir-commits] [mlir] 3f36d2d - [mlir][arith] Simplify muli emulation with mului_extended
Jakub Kuderski
- [Mlir-commits] [mlir] f39b472 - [mlir][arith][tosa] Use extended mul in 32-bit `tosa.apply_scale`
Jakub Kuderski
- [Mlir-commits] [mlir] 834c17f - [mlir][arith] Add canonicalization patterns for 'mul*i_extended'
Jakub Kuderski
- [Mlir-commits] [mlir] 2c33031 - Revert "[mlir][arith] Add canonicalization patterns for 'mul*i_extended'"
Jakub Kuderski
- [Mlir-commits] [mlir] 7e2a6af - [mlir][arith] Clean up arith canonicalization td rules
Jakub Kuderski
- [Mlir-commits] [mlir] 269177e - Revert "[mlir][sparse] Make some integration tests run with vectorization."
Jakub Kuderski
- [Mlir-commits] [mlir] dbf42f0 - Reland "[mlir][arith] Add canonicalization patterns for 'mul*i_extended'"
Jakub Kuderski
- [Mlir-commits] [mlir] 4f47677 - [mlir][arith][spirv] Account for possible type conversion failures
Jakub Kuderski
- [Mlir-commits] [mlir] 215666d - [mlir][Linalg] Apply ClangTidy fixes (NFC)
Adrian Kuegel
- [Mlir-commits] [mlir] 94d3df2 - [mlir][Tensor] Apply ClangTidy performance finding (NFC)
Adrian Kuegel
- [Mlir-commits] [mlir] f083c9b - [mlir][SparseTensor] Apply ClangTidyLegacy finding (NFC).
Adrian Kuegel
- [Mlir-commits] [mlir] 0fe37a7 - [mlir] Apply ClangTidy readability finding.
Adrian Kuegel
- [Mlir-commits] [mlir] 46200de - [MLIR][Bufferization] Remove extra trailing spaces (NFC)
Adrian Kuegel
- [Mlir-commits] [mlir] 6157a06 - [mlir][Tosa] Apply ClangTidy performance findings (NFC)
Adrian Kuegel
- [Mlir-commits] [mlir] 58c8b25 - Replacing `is` with `==` for the dtype check.
Prashant Kumar
- [Mlir-commits] [mlir] 35d26be - Don't use root logger at import time
Stella Laurenzo
- [Mlir-commits] [mlir] dd33481 - [mlir][sparse] add getPointerType/getIndexType to SparseTensorEncodingAttr.
Peiming Liu
- [Mlir-commits] [mlir] c7a9e5e - [mlir][sparse][bufferization] cleanup bufferization attributes after SparsificationAndBufferizationPass
Peiming Liu
- [Mlir-commits] [mlir] 8a7e69d - [mlir][sparse] Refactoring: abstract sparse tensor memory scheme into a SparseTensorDescriptor class.
Peiming Liu
- [Mlir-commits] [mlir] 191c43f - Revert "Revert "[mlir][sparse] Refactoring: abstract sparse tensor memory scheme into a SparseTensorDescriptor class.""
Peiming Liu
- [Mlir-commits] [mlir] faa75f9 - [mlir][sparse] reject kernels with non-sparsfiable reduction expression.
Peiming Liu
- [Mlir-commits] [mlir] b4e2b7f - [mlir][sparse] avoid sorting when unnecessary when convert sparse tensors.
Peiming Liu
- [Mlir-commits] [mlir] c53d84a - [mlir][sparse] remove unintended file and trailing white space
Peiming Liu
- [Mlir-commits] [mlir] 509974a - [mlir][sparse] add folder to sparse_tensor.storage.get operation.
Peiming Liu
- [Mlir-commits] [mlir] a3672ad - [mlir][sparse] avoid unnecessary tmp COO buffer and convert when lowering ConcatentateOp.
Peiming Liu
- [Mlir-commits] [mlir] 8840891 - [mlir][sparse] introduce LevelFormat which do not encoding level properties of a sparse tensor level.
Peiming Liu
- [Mlir-commits] [mlir] 7e1eac5 - [mlir][sparse] add initialize() API to LoopEmitter to support post-constructor initialization
Peiming Liu
- [Mlir-commits] [mlir] 49be68b - [mlir][sparse] make loop emitter API more concise.
Peiming Liu
- [Mlir-commits] [mlir] 083ddff - [mlir][sparse] introduce sparse_tensor::StorageSpecifierToLLVM pass
Peiming Liu
- [Mlir-commits] [mlir] 988733c - [mlir][sparse] use sparse_tensor::StorageSpecifier to store dim/memSizes
Peiming Liu
- [Mlir-commits] [mlir] 006340b - [mlir][sparse] add missing dependent dialect.
Peiming Liu
- [Mlir-commits] [mlir] 781eabe - [mlir][sparse] refactoring loop emitter into its own files.
Peiming Liu
- [Mlir-commits] [mlir] 4509fb9 - [MLIR] Simplify key construction/hashing in StorageUniquer
Joe Loser
- [Mlir-commits] [mlir] 5d3c972 - [MLIR] Use `if constexpr` in `StorageUniquer` and `IR/AffineExpr`
Joe Loser
- [Mlir-commits] [mlir] 1d650d4 - [MLIR] Fix typo in `add_mlir_library` docs. NFC.
Joe Loser
- [Mlir-commits] [mlir] 3a43e68 - Allow inline of all pure ops from the LLVM dialect.
Ingo Müller
- [Mlir-commits] [mlir] c48e0cf - [mlir] Remove TypedAttr and ElementsAttr from DenseArrayAttr
Jeff Niu
- [Mlir-commits] [mlir] a8ccf0e - [mlir][ods] Allow ArrayOfAttr implicit conversion to ArrayRef
Jeff Niu
- [Mlir-commits] [mlir] 0f06da6 - [mlir][llvm] Mark LLVMReturnOp as ReturnLike
Jeff Niu
- [Mlir-commits] [mlir] 3453580 - [mlir] UnsignedWhenEquivalent ignore dead code
Jeff Niu
- [Mlir-commits] [mlir] 279d294 - Use consistent spacing before custom directives for op and attr/type assemblyFormat.
Jeff Niu
- [Mlir-commits] [mlir] 5ad919a - [mlir] [docs] Broken link in MLIR Toy docs
Jeff Niu
- [Mlir-commits] [mlir] fbc253f - [mlir] FunctionOpInterface: make get/setFunctionType interface methods
Jeff Niu
- [Mlir-commits] [mlir] 81af171 - [mlir][ods] Make Operator.h comments triple forward slash (NFC)Depends on D139447
Jeff Niu
- [Mlir-commits] [mlir] 15511c2 - [mlir][ods] Generate remover methods with camelcase
Jeff Niu
- [Mlir-commits] [mlir] dd74e6b - [mlir] FunctionOpInterface: arg and result attrs dispatch to interface
Jeff Niu
- [Mlir-commits] [mlir] 9f1f44b - [mlir][ods] BitEnumAttr: Actually use the 'str' for the all unset case
Jeff Niu
- [Mlir-commits] [mlir] f00dcd3 - [mlir][ods] Add I8 and I16 cases to BitEnumAttr
Jeff Niu
- [Mlir-commits] [mlir] 96cf183 - [mlir] Fix examples build
Jeff Niu
- [Mlir-commits] [mlir] 5340642 - [mlir] FunctionOpInterface: turn required attributes into interface methods (Reland)
Jeff Niu
- [Mlir-commits] [mlir] 12cc8e7 - [mlir] Fix infinite loop in collapse
Guray Ozen
- [Mlir-commits] [mlir] b2bba5b - [mlir][spirv] Support conversion of `CopySignOp` to spirv for 1D vector with 1 element
Guray Ozen
- [Mlir-commits] [mlir] 359c064 - [mlir] Support llvm.readonly attribute on llvm pointers
Guray Ozen
- [Mlir-commits] [mlir] c589730 - [YAML] Convert Optional to std::optional
Krzysztof Parzyszek
- [Mlir-commits] [mlir] 969f0cb - Revert "[mlir] Add hoisting of transfer ops in affine loops"
Mitch Phillips
- [Mlir-commits] [mlir] 538f69f - Disable flaky MLIR async.mlir test on ASan.
Mitch Phillips
- [Mlir-commits] [mlir] c0b775a - Revert "BEGIN_PUBLIC"
Mitch Phillips
- [Mlir-commits] [mlir] b2505ca - [MLIR] Allow ShapedTypeComponents with attribute in inferReturnTensorTypes
Jacques Pienaar
- [Mlir-commits] [mlir] e21d52a - [mlir] Remove double 'the' in comment (NFC)
Jacques Pienaar
- [Mlir-commits] [mlir] a9f9f3d - Correct typos (NFC)
Jacques Pienaar
- [Mlir-commits] [mlir] fb5a64f - [mlir-c] Add method to create unmanaged dense resource elements attr
Jacques Pienaar
- [Mlir-commits] [mlir] 829733a - [mlir] Fix SameOperandsAndResultType to check encoding.
Jacques Pienaar
- [Mlir-commits] [mlir] 3781b79 - [mlir][py] Enable building ops with raw inputs
Jacques Pienaar
- [Mlir-commits] [mlir] 383329b - [mlir] Clear running passes in crashreporter
Jacques Pienaar
- [Mlir-commits] [mlir] 1f47fee - Revert "[mlir][py] Enable building ops with raw inputs"
Jacques Pienaar
- [Mlir-commits] [mlir] b57acb9 - Revert "Revert "[mlir][py] Enable building ops with raw inputs""
Jacques Pienaar
- [Mlir-commits] [mlir] d9f645f - [mlir] Allow specifying benefit for C func ptr style patterns.
Jacques Pienaar
- [Mlir-commits] [mlir] d2b9664 - [mlir][py] Fix negative cached value in attribute builder
Jacques Pienaar
- [Mlir-commits] [mlir] 16a776f - [mlir][py] Add StrAttr convenience builder.
Jacques Pienaar
- [Mlir-commits] [mlir] a6c8f06 - [mlir] Clean up typos in FileCheck directives in various tests.
Tres Popp
- [Mlir-commits] [mlir] adfb23c - [NFC] Cleanup: Remove Function::getBasicBlockList() when not required.
Vasileios Porpodas
- [Mlir-commits] [mlir] 57c8935 - mlir/linalg: improve debugging in LinalgTransformOps
Ramkumar Ramachandra
- [Mlir-commits] [mlir] 1e33330 - mlir/TosaToTensor: fix typos in test
Ramkumar Ramachandra
- [Mlir-commits] [mlir] 2a19625 - mlir/tosa: move tosa.pad from Linalg to Tensor conversion
Ramkumar Ramachandra
- [Mlir-commits] [mlir] bcd6528 - mlir/ods-gen: use bash from env in shell script
Ramkumar Ramachandra
- [Mlir-commits] [mlir] 2242611 - mlir/tblgen: use std::optional in generation
Ramkumar Ramachandra
- [Mlir-commits] [mlir] 0de16fa - mlir/DialectConversion: use std::optional (NFC)
Ramkumar Ramachandra
- [Mlir-commits] [mlir] e8bcc37 - mlir/{SPIRV, Bufferization}: use std::optional in .td files (NFC)
Ramkumar Ramachandra
- [Mlir-commits] [mlir] 9c58d10 - mlir/LinalgOps: fix name of generated .yamlgen in comments
Ramkumar Ramachandra
- [Mlir-commits] [mlir] f8077a1 - mlir/tblgen test: add a test for EnumAttr customAssemblyFormat
Ramkumar Ramachandra
- [Mlir-commits] [mlir] f7fda6b - [mlir][linalg] Add extra parameter to tiling reduction to foreach_thread
Thomas Raoux
- [Mlir-commits] [mlir] b05b897 - [mlir][gpu][spirv] Verify elementwise op type as mulf when converting to spirv.MatrixTimesScalar
Thomas Raoux
- [Mlir-commits] [mlir] 0478401 - [mlir][TilingInterface] Add test for tile + fuse of sequence of reductions.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 242d5b2 - [mlir][Transforms] Simplify region before simplifying operation in CSE.
Mahesh Ravishankar
- [Mlir-commits] [mlir] 60b6c93 - [mlir] Allow access to the underlying diagnostic
River Riddle
- [Mlir-commits] [mlir] ac9f88e - [mlir][Index] Add pretty result names for ConstantOp and BoolConstantOp
River Riddle
- [Mlir-commits] [mlir] b74192b - [mlir] Remove support for non-prefixed accessors
River Riddle
- [Mlir-commits] [mlir] 1294fa6 - [mlir][docs] Group the docs for defining dialect components
River Riddle
- [Mlir-commits] [mlir] 737391b - [mlir] Slightly optimize getRegions checks by inlining size check
River Riddle
- [Mlir-commits] [mlir] 031ff67 - [mlir] Fix alias printing for dialect attribute self types
River Riddle
- [Mlir-commits] [mlir] 18546ff - [mlir:Bytecode] Add shared_ptr<SourceMgr> overloads to allow safe mmap of data
River Riddle
- [Mlir-commits] [mlir] 62fec08 - [mlir] Add LLDB visualizers for MLIR constructs
River Riddle
- [Mlir-commits] [mlir] 8bb8421 - [mlir] Add an overload of parseOptionalAttribute for SymbolRefAttr
River Riddle
- [Mlir-commits] [mlir] f79d941 - [MLIR/S90x] Convert tests to check 'target=...'
Paul Robinson
- [Mlir-commits] [mlir] 977c6f7 - [mlir] Convert tests to check 'target=...'
Paul Robinson
- [Mlir-commits] [mlir] 1d541bd - [mlir][affine] Support affine.parallel in the index set analysis
Kai Sasaki
- [Mlir-commits] [mlir] 9a97296 - [mlir] Typos in affine dialect
Kai Sasaki
- [Mlir-commits] [mlir] 825da07 - [mlir] Add hoisting of transfer ops in affine loops
Javier Setoain
- [Mlir-commits] [mlir] da291ba - [mlir] Add hoisting of transfer ops in affine loops
Javier Setoain
- [Mlir-commits] [mlir] 5c3c109 - Revert "[MLIR][Arith] Remove unused assertions"
Ben Shi
- [Mlir-commits] [mlir] 25671db - [mlir] NFC: work around gcc-aarch64 v8.3 compilation issue in getRegionBranchSuccessorOperands implementation.
Christian Sigg
- [Mlir-commits] [mlir] 947d529 - [mlir] NFC: work around gcc-aarch64 v8.3 compilation issue in getRegionBranchSuccessorOperands implementation.
Christian Sigg
- [Mlir-commits] [mlir] 3cfe412 - [TableGen] llvm::Optional => std::optional
Fangrui Song
- [Mlir-commits] [mlir] e55cc7d - Remove using llvm::None
Fangrui Song
- [Mlir-commits] [mlir] b1df3a2 - [Support] llvm::Optional => std::optional
Fangrui Song
- [Mlir-commits] [mlir] d20f749 - [mlir] Drop uses of operator<<(raw_ostream &OS, const Optional<T> &O)
Fangrui Song
- [Mlir-commits] [mlir] bef481d - [mlir] Drop uses of operator<<(raw_ostream &OS, const Optional<T> &O)
Fangrui Song
- [Mlir-commits] [mlir] 4913e5d - [mlir] std::optional::value => operator*/operator->
Fangrui Song
- [Mlir-commits] [mlir] cc037e1 - [mlir] llvm::Optional::value => operator*/operator->
Fangrui Song
- [Mlir-commits] [mlir] cbb0981 - [mlir] llvm::Optional::value => operator*/operator->
Fangrui Song
- [Mlir-commits] [mlir] 76b1100 - [mlir] llvm::Optional::value() && => operator*/operator->
Fangrui Song
- [Mlir-commits] [mlir] 14ce58f - [mlir][python] llvm::Optional::value => operator*
Fangrui Song
- [Mlir-commits] [mlir] 4597292 - [mlir] Include type_traits to support latest libc++
Fangrui Song
- [Mlir-commits] [mlir] f3379fe - Revert "[mlir] FunctionOpInterface: arg and result attrs dispatch to interface"
David Spickett
- [Mlir-commits] [mlir] cf98e82 - Revert "[mlir] FunctionOpInterface: make get/setFunctionType interface methods"
David Spickett
- [Mlir-commits] [mlir] 504a751 - [mlir][linalg][transform] Add structured.replace op
Matthias Springer
- [Mlir-commits] [mlir] 5cb6831 - [mlir] Fix build breakage introduced by D139026
Matthias Springer
- [Mlir-commits] [mlir] a076f57 - [mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shape
Matthias Springer
- [Mlir-commits] [mlir] 1522a3b - [mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_shape
Matthias Springer
- [Mlir-commits] [mlir] c1fef4e - [mlir][bufferization] Make `TensorCopyInsertionPass` a test pass
Matthias Springer
- [Mlir-commits] [mlir] c837a94 - Revert "[mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_shape"
Matthias Springer
- [Mlir-commits] [mlir] f92c750 - Revert "[mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shape"
Matthias Springer
- [Mlir-commits] [mlir] 50a2bb9 - [mlir][tensor] Fold rank-reducing extract_slice with inverse expand_shape
Matthias Springer
- [Mlir-commits] [mlir] 1403073 - [mlir][tensor] Fold rank-reducing insert_slice with inverse collapse_shape
Matthias Springer
- [Mlir-commits] [mlir] 0abf513 - [mlir][bufferize] Support parallel_insert_slice in EmptyTensorElimination
Matthias Springer
- [Mlir-commits] [mlir] 5d04f0c - [mlir][bufferize] Update remaining getMemorySpaceAsInt API uses
Matthias Springer
- [Mlir-commits] [mlir] 9cdf6b6 - [mlir][tensor] Support parallel_insert_slice in reassociative reshape folder
Matthias Springer
- [Mlir-commits] [mlir] 4002eaa - [mlir][bufferize] Improve analysis of external functions
Matthias Springer
- [Mlir-commits] [mlir] e7328a9 - [mlir][linalg] Fold duplicate and unused inputs in linalg.generic
Matthias Springer
- [Mlir-commits] [mlir] a73455a - [mlir][affine] Fix crash in AffineApplyOp canonicalization
Matthias Springer
- [Mlir-commits] [mlir] be630f0 - [mlir][bufferize] Implement BufferizableOpInterface for tensor.empty
Matthias Springer
- [Mlir-commits] [mlir] 1742882 - [mlir][bufferize] Fix typo in EmptyTensorElimination
Matthias Springer
- [Mlir-commits] [mlir] 17f3664 - [mlir][memref] Fold no-op subview(subview(x)) ops
Matthias Springer
- [Mlir-commits] [mlir] e5dc99e - [mlir][tensor][bufferize] Improve bufferization of DimOp/RankOp
Matthias Springer
- [Mlir-commits] [mlir] e07149c - [mlir][linalg] Add option to generate rank-reducing slices in DropUnitDims
Matthias Springer
- [Mlir-commits] [mlir] d2b070d - [mlir][linalg][NFC] Split populateFoldUnitExtentDimsViaReshapesPatterns
Matthias Springer
- [Mlir-commits] [mlir] 325b58d - [mlir][cf] Print message in cf.assert to LLVM lowering
Matthias Springer
- [Mlir-commits] [mlir] ccb8a4e - [mlir][memref] Fold subview(subview(x))
Matthias Springer
- [Mlir-commits] [mlir] ae05bd9 - [mlir][bufferize][NFC] Add statistics to OneShotBufferizePass
Matthias Springer
- [Mlir-commits] [mlir] a583616 - [mlir][vector] Fix error handling in VectorizationState::initState
Matthias Springer
- [Mlir-commits] [mlir] 2ec98ff - [mlir][vector] Add scalar vector xfer to memref patterns
Matthias Springer
- [Mlir-commits] [mlir] 6b76c4e - [mlir][linalg] Bring populateFoldUnitExtentDimsVia(Reshapes/Slices)Patterns in sync
Matthias Springer
- [Mlir-commits] [mlir] 5f6d5ca - [mlir][bufferize] Fix tensor copy insertion for dynamic tensors
Matthias Springer
- [Mlir-commits] [mlir] d0766c0 - [mlir][vector] Fold vector.extractelement(vector.broadcast)
Matthias Springer
- [Mlir-commits] [mlir] 41e731f - [mlir][vector] Add additional scalar vector transfer foldings
Matthias Springer
- [Mlir-commits] [mlir] 391cb54 - [mlir] Add option to limit number of pattern rewrites in CanonicalizerPass
Matthias Springer
- [Mlir-commits] [mlir] 10033a1 - Revert "[mlir][sparse] Refactoring: abstract sparse tensor memory scheme into a SparseTensorDescriptor class."
Stella Stamenova
- [Mlir-commits] [mlir] 828b476 - Revert "[mlir][GPU] Add known_block_size and known_grid_size to gpu.func"
Stella Stamenova
- [Mlir-commits] [mlir] 5759d94 - Revert "Apply shortened printing/parsing form to linalg.reduce."
Stella Stamenova
- [Mlir-commits] [mlir] d246bf4 - mlir/TosaToLinalg: improve debugging during conversion
Rob Suderman
- [Mlir-commits] [mlir] 58fa842 - [mlir][tosa] Handle tosa.resize nearest rounding correctly
Rob Suderman
- [Mlir-commits] [mlir] 8e7630e - [mlir][tosa] Fix tosa.resize for i48 accumulator
Rob Suderman
- [Mlir-commits] [mlir] 78503e1 - [mlir][tosa] Refactor tosa.resize
Rob Suderman
- [Mlir-commits] [mlir] 69c984b - [mlir][tosa] Fix padding for tosa.conv2d and tosa.depthwise_conv2d decomposition
Rob Suderman
- [Mlir-commits] [mlir] b37a031 - [mlir][tosa] Make tosa.resize to linalg avoid redundant loads for unit width
Rob Suderman
- [Mlir-commits] [mlir] abf0c6c - Use CTAD on llvm::SaveAndRestore
Jan Svoboda
- [Mlir-commits] [mlir] b72f1ec - [openmp][mlir] Lower parallel if to new fork_call_if function.
David Truby
- [Mlir-commits] [mlir] dd8e443 - [mlir][CAPI] Add a simple MlirOpOperand API for MlirValue uses.
Mike Urbach
- [Mlir-commits] [mlir] fa45b2f - [mlir][Python] Add `__hash__` implementation for Block.
Mike Urbach
- [Mlir-commits] [mlir] afb2ed8 - [mlir][Python] Add a simple PyOpOperand iterator for PyValue uses.
Mike Urbach
- [Mlir-commits] [mlir] 7db25f7 - [WIP] Add support for MMA conversion for 1-D vector.transfer followed by a broadcast to 2-D
Nicolas Vasilache
- [Mlir-commits] [mlir] 3a6ae0f - [mlir][Linalg][NFC] Improve debugging during vectorization
Nicolas Vasilache
- [Mlir-commits] [mlir] 3af6438 - Revert "[WIP] Add support for MMA conversion for 1-D vector.transfer followed by a broadcast to 2-D"
Nicolas Vasilache
- [Mlir-commits] [mlir] a885031 - [mlir][Transform][NFC] Use a single rewriter instead of duplicating it everywhere
Nicolas Vasilache
- [Mlir-commits] [mlir] 495acf9 - [mlir][Linalg] NFC - Purge OpBuilder uses in favor of RewriterBase in places unrelated to op definitions
Nicolas Vasilache
- [Mlir-commits] [mlir] 06ca5c8 - [mlir][Linalg] Apply fixes to TileReductionUsingForeachThreadOp
Nicolas Vasilache
- [Mlir-commits] [mlir] 23a057f - [mlir][Transform] NFC - Return omitted loop construct in transform.tile_reduction_xxx ops
Nicolas Vasilache
- [Mlir-commits] [mlir] 93bbcff - [mlir][Transform] Make FuseIntoContainingOp support rank-reducing extract slices
Nicolas Vasilache
- [Mlir-commits] [mlir] f275148 - [mlir][Linalg] Better builders for transform ops
Nicolas Vasilache
- [Mlir-commits] [mlir] 6237cd7 - [mlir][Linalg] NFC - Add C++ builder to TileOp
Nicolas Vasilache
- [Mlir-commits] [mlir] 1654f48 - [mlir] NFC - Expose scf::canonicalizeMinMaxOp
Nicolas Vasilache
- [Mlir-commits] [mlir] 83b582d - [mlir][Linalg] Properly propagate transform result in ScalarizeOp
Nicolas Vasilache
- [Mlir-commits] [mlir] 8b56014 - [mlir][linalg] Creating named 1D pooling ops
Murali Vijayaraghavan
- [Mlir-commits] [mlir] 1a151fd - [mlir][linalg] Downscale 2D pooling with unit dimensions for height to 1D pooling
Murali Vijayaraghavan
- [Mlir-commits] [mlir] b1d3afc - [mlir] Factor more common utils to IndexingUtils
Hanhan Wang
- [Mlir-commits] [mlir] 0d03ba6 - [mlir][tensor] Implement TilingInterface for tensor.pack op.
Hanhan Wang
- [Mlir-commits] [mlir] 193cefd - [mlir][tensor] Adapt FoldTensorCastProducerOp pattern on DPS interface.
Hanhan Wang
- [Mlir-commits] [mlir] 0f297ca - [mlir][tensor][linalg] Introduce DataLayoutPropagation pass.
Hanhan Wang
- [Mlir-commits] [mlir] d38d606 - [mlir][tensor][linalg] Enhance pack op propagation across generic ops.
Hanhan Wang
- [Mlir-commits] [mlir] 71b3a0d - [mlir][tensor] Move tiling tensor.pad op tests from Linalg/ to Tensor/
Hanhan Wang
- [Mlir-commits] [mlir] 644f0f8 - [mlir][tensor][linalg] Add a pattern that generalizes tensor.pack op.
Hanhan Wang
- [Mlir-commits] [mlir] 3ebc6be - [mlir][tensor][linalg] Add a pattern that generalizes tensor.unpack op.
Hanhan Wang
- [Mlir-commits] [mlir] c181f21 - [MLIR] Vectorize tensor.extract on n-D tensor (n >= 2)
Andrzej Warzynski
- [Mlir-commits] [mlir] 9d6f2b5 - [mlir] Add a newline character in the Linalg debug macro
Andrzej Warzynski
- [Mlir-commits] [mlir] fff0d1b - [mlir] Simplify a test for vectorizing tensor.extract
Andrzej Warzynski
- [Mlir-commits] [mlir] 22702cc - [mlir][math] Added math::FPowI conversion to calls of outlined implementations.
Slava Zakharin
- [Mlir-commits] [mlir] 07a4c4d - [mlir][math] Added arith::FastMathAttr support for math::FPowI.
Slava Zakharin
- [Mlir-commits] [mlir] 70174b8 - [mlir][math] Added math::FPowI conversion to LLVM dialect.
Slava Zakharin
- [Mlir-commits] [mlir] 3c278e5 - [mlir][spirv] Fix spirv.MatrixTimesScalar for cooperative matrix
Lei Zhang
- [Mlir-commits] [mlir] 2c7827d - [mlir][spirv] Add GPU subgroup MMA to spirv.MMAMatrixTimesScalar
Lei Zhang
- [Mlir-commits] [mlir] 50882b4 - [mlir] List more elementwise ops in VectorToGPU MMA conversion
Lei Zhang
- [Mlir-commits] [mlir] dbddd4f - [mlir][VectorToGPU] Support transposed+broadcasted 1D MMA load
Lei Zhang
- [Mlir-commits] [mlir] f1db4ae - [mlir][VectorToGPU] Support transposed+broadcasted 2D MMA load
Lei Zhang
- [Mlir-commits] [mlir] c03fe1e - [mlir][spirv] Add StreamingInterfaceINTEL to SPIRVBase.td
Lei Zhang
- [Mlir-commits] [mlir] 1a0453e - [mlir][vector] Fix bug in extractOp folding
Lei Zhang
- [Mlir-commits] [mlir] 56c0698 - [mlir][spirv] Fail vector.bitcast conversion with different bitwidth
Lei Zhang
- [Mlir-commits] [mlir] 4109276 - Replace void* with std::byte* in AsyncRuntime
Eugene Zhulenev
- [Mlir-commits] [mlir] 2f65a1a - [mlir] Add constBuilderCall to DictionaryAttr
Eugene Zhulenev
- [Mlir-commits] [mlir] b074b35 - [mlir] Add a test for default valued dictionary attributes
Eugene Zhulenev
- [Mlir-commits] [mlir] df969f6 - [mlir] fixes to transform::SequenceOp
Alex Zinenko
- [Mlir-commits] [mlir] 7d5bef7 - [mlir] make DiagnosedSilenceableError(LogicalResult) ctor private
Alex Zinenko
- [Mlir-commits] [mlir] 4e98d61 - [mlir] Implement backward dataflow.
Alex Zinenko
- [Mlir-commits] [mlir] 4299be1 - [mlir] optionally allow repeated handles in transform dialect
Alex Zinenko
- [Mlir-commits] [mlir] 5a3cf5e - [mlir] use correct markdown headers in TensorOps.td
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 2aceadd - [mlir][sparse] Put the implementation for the insertion operation to subroutines.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 3032c07 - [mlir][crunner] Add support for random number generation.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d38c9e6 - [MLIR][Arith] Add Canonicalize test for trunci
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 19cde2d - [mlir][sparse] Improve concatenate operation conversion for the case with annotated all dense result.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a0568ea - [mlir][sparse] Add dependence on bufferization.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ea4be70 - [mlir][sparse] Fix problems in creating complex zero for initialization.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] dfcb671 - [mlir][sparse] Fix checks in a test.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9b1513e - [mlir][runner] Add more printMemref functions.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] efaa78c - [mlir][sparse] Replace vector.print with printMemref for some tests.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 2d7e3ec - [mlir][sparse] Make some integration tests run with vectorization.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9889753 - [mlir][crunner] Add support for invoking std::sort.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a229c16 - [mlir][sparse] Make some integration tests run with vectorization.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0017dc2 - [mlir][Vector] Use llvm::zip to avoid assertion failed.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] bfad072 - [mlir][sparse] Add another call to ConvertVectorToLLVMPass, to lower the vector operations added by ConvertMathToLLVMPass.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 089e120 - [mlir][sparse] Make the remaining integration tests run with vectorization.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 00fd695 - [MLIR][Arith] Canonicalize xor with ext
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 50e6c30 - [MLIR][Arith] Remove unused assertions
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 490c77e - [mlir][vector] Fix typo, NFC.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 840e2ba - [mlir][sparse] Use DLT in the mangled function names for insertion.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f8f4fc1 - [MLIR][Arith][NFC] Use the interface of 'getElementTypeOrSelf' to get the resType
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] e345d42 - [mlir][Arith] Remove redundant defination, NFC.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6c295a9 - [mlir][Arith] Fold integer shift op with zero.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 2af2e4d - [mlir][sparse] Breaking up openSparseTensor to better support non-permutations
wren romano
- [Mlir-commits] [mlir] 1dfb9a6 - [mlir][sparse] LICM for SparseTensorReader::readCOO
wren romano
- [Mlir-commits] [mlir] 86f91e4 - [mlir][sparse] Cleaning up the dim/lvl distinction in SparseTensorConversion
wren romano
- [Mlir-commits] [mlir] 387755a - [mlir][sparse] Simplifying SparseTensorEncodingAttr function arguments
wren romano
- [Mlir-commits] [mlir] 6289642 - [mlir][sparse] Moving/renaming genBuffer to allocaBuffer
wren romano
- [Mlir-commits] [mlir] 96fef4d - [mlir][sparse] Added new SparseTensorEncodingAttr::withoutOrdering factory
wren romano
Last message date:
Sat Dec 31 07:01:58 PST 2022
Archived on: Sat Dec 31 07:02:01 PST 2022
This archive was generated by
Pipermail 0.09 (Mailman edition).