August 2020 Archives by date
Starting: Sat Aug 1 05:49:40 PDT 2020
Ending: Mon Aug 31 16:50:13 PDT 2020
Messages: 220
- [Mlir-commits] [mlir] eb41f9e - [mlir][Vector] Simplify code a bit. NFCI.
Benjamin Kramer
- [Mlir-commits] [mlir] 4091413 - Remove debug flags from test (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 91f6a5f - [MLIR][SPIRV] Control attributes support for loop and selection
George Mitenkov
- [Mlir-commits] [mlir] 11492be - [MLIR][Shape] Lower `shape.broadcast` to `scf`
Frederik Gossen
- [Mlir-commits] [mlir] 35b65be - [mlir][Vector] Add transformation + pattern to split vector.transfer_read into full and partial copies.
Nicolas Vasilache
- [Mlir-commits] [mlir] 6d47431 - [mlir] Extended Buffer Assignment to support AllocaOps.
Julian Gross
- [Mlir-commits] [mlir] 0c40af6 - [mlir] First-party modeling of LLVM types
Alex Zinenko
- [Mlir-commits] [mlir] 7ba82a7 - Revert "[mlir][Vector] Add transformation + pattern to split vector.transfer_read into full and partial copies."
Mehdi Amini
- [Mlir-commits] [mlir] d313e9c - [mlir][Vector] Add transformation + pattern to split vector.transfer_read into full and partial copies.
Nicolas Vasilache
- [Mlir-commits] [mlir] e888886 - [mlir][DialectConversion] Add support for mergeBlocks in ConversionPatternRewriter.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 32f3a9a - [mlir][DialectConversion] Remove usage of std::distance to track position.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8c39e70 - [mlir][OpFormatGen] Add support for eliding UnitAttr when used to anchor an optional group
River Riddle
- [Mlir-commits] [mlir] 6890969 - [mlir][Linalg] Conv ops lowering to std calls added.
Jakub Lichman
- [Mlir-commits] [mlir] 4bfbf74 - [MLIR] Add an integration test for 2 D vector.transfer_read
Nicolas Vasilache
- [Mlir-commits] [mlir] f003b28 - [MLIR][SPIRVToLLVM] Indentation and style fix in tests
George Mitenkov
- [Mlir-commits] [mlir] 8979a9c - [mlir] Fix adding wrong operand value in `promoteMemRefDescriptors`.
Alexander Belyaev
- [Mlir-commits] [mlir] d4fbbab - [mlir] translate types between MLIR LLVM dialect and LLVM IR
Alex Zinenko
- [Mlir-commits] [mlir] 6abd7e2 - [mlir] provide same APIs as existing LLVMType in the new LLVM type modeling
Alex Zinenko
- [Mlir-commits] [mlir] ec1f4e7 - [mlir] switch the modeling of LLVM types to use the new mechanism
Alex Zinenko
- [Mlir-commits] [mlir] cb9f9df - [mlir] Fix GCC5 compilation problem in MLIR->LLVM type translation
Alex Zinenko
- [Mlir-commits] [mlir] 1a4263d - [mlir][Vector] Add linalg.copy-based pattern for splitting vector.transfer_read into full and partial copies.
Nicolas Vasilache
- [Mlir-commits] [mlir] 2d0b059 - [mlir][Vector] Relax condition for `splitFullAndPartialTransferPrecondition`
Nicolas Vasilache
- [Mlir-commits] [mlir] 56593fa - [MLIR] Simplify semi-affine expressions
Uday Bondhugula
- [Mlir-commits] [mlir] b9266f8 - [MLIR][SPIRVToLLVM] Indentation and style fix in tests
George Mitenkov
- [Mlir-commits] [mlir] e8dcf5f - [mlir] [VectorOps] Add expand/compress operations to Vector dialect
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 3bfbc5d - [MLIR][Affine] Fix createPrivateMemRef in affine fusion
Diego Caballero
- [Mlir-commits] [mlir] 1d6a724 - [MLIR] Change FunctionType::get() and TupleType::get() to use TypeRange
Rahul Joshi
- [Mlir-commits] [mlir] 521c0b2 - [MLIR][SPIRVToLLVM] Updated documentation for SPIR-V to LLVM conversion
George Mitenkov
- [Mlir-commits] [mlir] e739648 - [MLIR][SPIRVToLLVM] Conversion pattern for loop op
George Mitenkov
- [Mlir-commits] [mlir] 1598067 - [MLIR][SPIRVToLLVM] Updated LLVM types in the documentation
George Mitenkov
- [Mlir-commits] [mlir] 4cd9237 - [MLIR][Shape] Expose extent tensor type builder
Frederik Gossen
- [Mlir-commits] [mlir] a3d427d - [mlir] Lower RankOp to LLVM for unranked memrefs.
Alexander Belyaev
- [Mlir-commits] [mlir] fab4b59 - [mlir] Conversion of ViewOp with memory space to LLVM.
Alex Zinenko
- [Mlir-commits] [mlir] bdb9295 - [mlir] Fix convert-to-llvmir.mlir test broken due to syntax change
Alex Zinenko
- [Mlir-commits] [mlir] 4e49157 - [mlir] Remove LLVMTypeTestDialect
Alex Zinenko
- [Mlir-commits] [mlir] 75f239e - [mlir] Initial version of C APIs
Alex Zinenko
- [Mlir-commits] [mlir] bc7456f - [mlir] Fix rank bitwidth in UnrankedMemRefType conversion.
Alexander Belyaev
- [Mlir-commits] [mlir] 1d75f00 - [MLIR][NFC] Fix clang-tidy warnings in std to llvm conversion
Uday Bondhugula
- [Mlir-commits] [mlir] b727cfe - [MLIR][LinAlg] Use AnyTypeOf for LinalgOperand for better error msg.
Alex Zinenko
- [Mlir-commits] [mlir] 9fdd0df - [mlir][nfc] Rename `promoteMemRefDescriptors` to `promoteOperands`.
Alexander Belyaev
- [Mlir-commits] [mlir] 48378a3 - [spirv] Fix bitwidth emulation for Workgroup storage class
Lei Zhang
- [Mlir-commits] [mlir] 0d03b39 - [mlir][StandardToSPIRV] Use spv.UMod for index re-calculation
Lei Zhang
- [Mlir-commits] [mlir] b2ab375 - [mlir] use the new stateful LLVM type translator by default
Alex Zinenko
- [Mlir-commits] [mlir] 3937991 - [mlir] [VectorOps] Add masked load/store operations to Vector dialect
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d3a9807 - [mlir] Remove most uses of LLVMDialect::getModule
Alex Zinenko
- [Mlir-commits] [mlir] 5446ec8 - [mlir] take MLIRContext instead of LLVMDialect in getters of LLVMType's
Alex Zinenko
- [Mlir-commits] [mlir] 3effc35 - [mlir] Lower DimOp to LLVM for unranked memrefs.
Alexander Belyaev
- [Mlir-commits] [mlir] 45676a8 - [MLIR] Change GpuLaunchFuncToGpuRuntimeCallsPass to wrap a RewritePattern with the same functionality.
Christian Sigg
- [Mlir-commits] [mlir] 54fafd1 - [mlir][Linalg] Introduce canonicalization to remove dead LinalgOps
Nicolas Vasilache
- [Mlir-commits] [mlir] 1353cbc - [mlir][Vector] NFC - Use matchAndRewrite in ContractionOp lowering patterns
Nicolas Vasilache
- [Mlir-commits] [mlir] 25e8668 - [mlir][SPIR-V] Fix wrongly placed Rationale section.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 3f906c5 - [mlir][Vector] Add 2-D vector contract lowering to ReduceOp
Nicolas Vasilache
- [Mlir-commits] [mlir] db1c197 - [mlir] take LLVMContext in MLIR-to-LLVM-IR translation
Alex Zinenko
- [Mlir-commits] [mlir] 16b0225 - [mlir] do not require LLVMDialect in conversion from LLVM IR
Alex Zinenko
- [Mlir-commits] [mlir] 87a89e0 - [mlir] Remove llvm::LLVMContext and llvm::Module from mlir::LLVMDialectImpl
Alex Zinenko
- [Mlir-commits] [mlir] 9c94908 - BEGIN_PUBLIC
Alexander Belyaev
- [Mlir-commits] [mlir] 575b22b - Revisit Dialect registration: require and store a TypeID on dialects
Mehdi Amini
- [Mlir-commits] [mlir] c3c95b9 - [mlir] [VectorOps] Improve lowering of extract_strided_slice (and friends like shape_cast)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 3110e7b - [mlir] Introduce AffineMinSCF folding as a pattern
Nicolas Vasilache
- [Mlir-commits] [mlir] 2a01d7f - [mlir][SCF] Add utility to outline the then and else branches of an scf.IfOp
Nicolas Vasilache
- [Mlir-commits] [mlir] 9414a71 - [mlir][spirv] Add correct handling of Kernel and Addresses capabilities
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] b53fd9c - [MLIR] Add getSizeInBits() for tensor of complex
Tim Shen
- [Mlir-commits] [mlir] 86646be - [mlir] Refactor StorageUniquer to require registration of possible storage types
River Riddle
- [Mlir-commits] [mlir] 9f24640 - [mlir] Add a utility class, ThreadLocalCache, for storing non static thread local objects.
River Riddle
- [Mlir-commits] [mlir] dd48773 - [mlir][Types] Remove the subclass data from Type
River Riddle
- [Mlir-commits] [mlir] 1d6a8de - [mlir] Remove the need to define `kindof` on attribute and type classes.
River Riddle
- [Mlir-commits] [mlir] fff39b6 - [mlir][Attribute] Remove usages of Attribute::getKind
River Riddle
- [Mlir-commits] [mlir] c8c4598 - [mlir][Type] Remove usages of Type::getKind
River Riddle
- [Mlir-commits] [mlir] 660832c - [OpenMP, MLIR] Translation of parallel operation: num_threads, if clauses 3/n
Kiran Chandramohan
- [Mlir-commits] [mlir] b0d76f4 - [mlir] Centralize handling of memref element types.
Sean Silva
- [Mlir-commits] [mlir] 27d0e14 - Create Reduction Tree Pass
Mauricio Sifontes
- [Mlir-commits] [mlir] 754e09f - [MLIR] Add tiling validity check to loop tiling pass
Uday Bondhugula
- [Mlir-commits] [mlir] 58acda1 - Revert "[mlir] Add a utility class, ThreadLocalCache, for storing non static thread local objects."
Mehdi Amini
- [Mlir-commits] [mlir] eebd0a5 - Remove unused class member (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 872bdc0 - Remove unused static helper getMemRefTypeFromTensorType() (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 5c9c4ad - Add the inline interface to the shape dialect
Feng Liu
- [Mlir-commits] [mlir] 9db53a1 - [mlir][NFC] Remove usernames and google bug numbers from TODO comments.
Eric Christopher
- [Mlir-commits] [mlir] 654e8aa - [MLIR] Consider AffineIfOp when getting the index set of an Op wrapped in nested loops
Uday Bondhugula
- [Mlir-commits] [mlir] 231c554 - [MLIR][NFC] Fix misleading diagnostic error + clang-tidy fix
Uday Bondhugula
- [Mlir-commits] [mlir] 4b211b9 - [mlir][drr] Make error easier to understand
Jacques Pienaar
- [Mlir-commits] [mlir] 69eb7e3 - Free the memory allocated by mlirOperationStateAddXXX methods in mlirOperationCreate.
Alex Zinenko
- [Mlir-commits] [mlir] 68330ee - [mlir][vector] Relax transfer_read/transfer_write restriction on memref operand
Thomas Raoux
- [Mlir-commits] [mlir] a8fe40d - [mlir][spirv] Add OpGroupBroadcast
Thomas Raoux
- [Mlir-commits] [mlir] 13d0578 - [MLIR][TableGen] Fix ambiguous build methods when inferring result types.
Rahul Joshi
- [Mlir-commits] [mlir] 0d4b7ad - [MLIR] Make gpu.launch_func rewrite pattern part of the LLVM lowering pass.
Christian Sigg
- [Mlir-commits] [mlir] 2c48e36 - [MLIR] Adding gpu.host_register op and lower it to a runtime call.
Christian Sigg
- [Mlir-commits] [mlir] 41d4120 - [mlir][Linalg] Allow distribution `scf.parallel` loops generated in
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0de60b5 - [mlir] Fix mlir build break due to warning when NDEBUG is not set
Thomas Raoux
- [Mlir-commits] [mlir] 4514a3c - [mlir][shape] Fix description copy pasta
Jacques Pienaar
- [Mlir-commits] [mlir] bae1517 - [mlir] Add verification to LLVM dialect types
Alex Zinenko
- [Mlir-commits] [mlir] 29429d1 - [drr] Add $_loc special directive for NativeCodeCall
Jacques Pienaar
- [Mlir-commits] [mlir] 2ad7e1a - [MLIR][SPIRVToLLVM] Conversion for global and addressof
George Mitenkov
- [Mlir-commits] [mlir] e6c5e6e - [MLIR, OpenMP] Lowering of parallel operation: proc_bind clause 2/n
Kiran Chandramohan
- [Mlir-commits] [mlir] af83858 - [mlir] use intptr_t in C API
Alex Zinenko
- [Mlir-commits] [mlir] 7b18716 - Add missing dependency on Doc generation for the OpenMP dialect
Mehdi Amini
- [Mlir-commits] [mlir] 321aa19 - [mlir] Expose printing functions in C API
Alex Zinenko
- [Mlir-commits] [mlir] 0e70a12 - [mlir][linalg][NFC] Remove extra semi-colon causing warnings
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9dd7ed2 - [mlir] Added support for Index type inside getZeroAttr function
Jakub Lichman
- [Mlir-commits] [mlir] 12d16de - [MLIR][NFC] Remove tblgen:: prefix in TableGen/*.cpp files
Rahul Joshi
- [Mlir-commits] [mlir] fc544dc - [NFC][MLIR][OpenMP] Add comments and test for OpenMP enum declaration utility
Kiran Chandramohan
- [Mlir-commits] [mlir] c224bc7 - Remove DialectHooks and introduce a Dialect Interfaces instead
Mehdi Amini
- [Mlir-commits] [mlir] b28e3db - Merge OpFolderDialectInterface with DialectFoldInterface (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 6527712 - [mlir][Type] Remove the remaining usages of Type::getKind in preparation for its removal
River Riddle
- [Mlir-commits] [mlir] 6d4f780 - [MLIR] Support for ReturnOps in memref map layout normalization
Uday Bondhugula
- [Mlir-commits] [mlir] 4225e7f - [mlir][openacc] Introduce OpenACC dialect with parallel, data, loop operations
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] fed9ff5 - [mlir] Test CallOp STD->LLVM conversion.
Alexander Belyaev
- [Mlir-commits] [mlir] fa4b314 - [mlir][DialectConversion] Update the documentation for dialect conversion
River Riddle
- [Mlir-commits] [mlir] f7a1347 - [mlir][docs] Update/Add documentation for MLIRs Pattern Rewrite infrastructure
River Riddle
- [Mlir-commits] [mlir] 6b66f21 - [mlir] [VectorOps] Canonicalization of 1-D memory operations
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5035d19 - Fix BufferPlacement Pass to derive from the TableGen generated parent class (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 1e484b8 - Remove spurious empty line at the beginning of source file (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] a9a6f0f - [MLIR][Shape] Add custom assembly format for `shape.any`
Frederik Gossen
- [Mlir-commits] [mlir] 215c2df - [mlir] Mention mandatory RFC process for changes in Standard dialect
Alex Zinenko
- [Mlir-commits] [mlir] 339eba0 - [mlir] do not emit bitcasts between structs in StandardToLLVM
Alex Zinenko
- [Mlir-commits] [mlir] ebf521e - Separate the Registration from Loading dialects in the Context
Mehdi Amini
- [Mlir-commits] [mlir] 059cb8b - Remove dependency from lib/CAPI/IR/IR.cpp on registerAllDialects() (build fix)
Mehdi Amini
- [Mlir-commits] [mlir] 8f3f101 - Minor build fix (pointer must be dereferenced with `->`)
Mehdi Amini
- [Mlir-commits] [mlir] 324ae45 - [mlir] Make mlir_check_link_libraries() work with interface libraries
Stephen Neuendorffer
- [Mlir-commits] [mlir] 6ce8e4f - [mlir] build fix for gcc-5
Stephen Neuendorffer
- [Mlir-commits] [mlir] c26ed5c - Fix warning caused by ReductionTreePass class
Mauricio Sifontes
- [Mlir-commits] [mlir] ba92dad - Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
- [Mlir-commits] [mlir] 2056393 - Separate the Registration from Loading dialects in the Context
Mehdi Amini
- [Mlir-commits] [mlir] 25ee851 - Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
- [Mlir-commits] [mlir] 54ce344 - Refactor mlir-opt setup in a new helper function (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] de71b46 - Add missing parsing for attributes to std.generic_atomic_rmw op
Mehdi Amini
- [Mlir-commits] [mlir] fcd2969 - Initial MLIR python bindings based on the C API.
Stella Laurenzo
- [Mlir-commits] [mlir] 168213f - [mlir] Move data layout from LLVMDialect to module Op attributes
Alex Zinenko
- [Mlir-commits] [mlir] 9c4825c - [mlir] do not use llvm.cmpxchg with floats
Alex Zinenko
- [Mlir-commits] [mlir] 9a4b30c - [MLIR] Add support for defining and using Op specific analysis
Rahul Joshi
- [Mlir-commits] [mlir] 47d1857 - [mlir] Provide LLVMType::getPrimitiveSizeInBits
Alex Zinenko
- [Mlir-commits] [mlir] 95b77f2 - Adds __str__ support to python mlir.ir.MlirModule.
Stella Laurenzo
- [Mlir-commits] [mlir] 45cc86b - Improve error message when constructing a Tensor with an invalid element type (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] d0e2c79 - Fix method name to start with lower case to match style guide (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] a4b8c2d - [mlir] VectorToSCF bug in setAllocAtFunctionEntry fixed.
Jakub Lichman
- [Mlir-commits] [mlir] 674f2df - [mlir] Fix printing of unranked memrefs in non-default memory space
Alex Zinenko
- [Mlir-commits] [mlir] 74f5778 - [mlir] expose standard types to C API
Alex Zinenko
- [Mlir-commits] [mlir] a65a505 - [mlir][Linalg] Canonicalize tensor_reshape(splat-constant) -> splat-constant.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] cc98a0f - [MLIR][SPIRVToLLVM] Additional conversions for spirv-runner
George Mitenkov
- [Mlir-commits] [mlir] 8f4859d - Create Optimization Pass Wrapper for MLIR Reduce
Mauricio Sifontes
- [Mlir-commits] [mlir] 5556575 - Added std.floor operation to match std.ceil
Rob Suderman
- [Mlir-commits] [mlir] 62dbbcf - Remove MLIREDSCInterface library which isn't used anywhere (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 45901eb - [mlir] Check libraries linked into standalone-opt
Marius Brehler
- [Mlir-commits] [mlir] 5ccac05 - [mlir][Linalg] Modify callback for getting id/nprocs in
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] e1de2b7 - Separate the Registration from Loading dialects in the Context
Mehdi Amini
- [Mlir-commits] [mlir] d84fe55 - Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
- [Mlir-commits] [mlir] 250f43d - [mlir] Remove the use of "kinds" from Attributes and Types
River Riddle
- [Mlir-commits] [mlir] d14cf45 - Separate the Registration from Loading dialects in the Context
Mehdi Amini
- [Mlir-commits] [mlir] c996d49 - [mlir] Update the documentation for defining types
River Riddle
- [Mlir-commits] [mlir] e75bc5c - Revert "Separate the Registration from Loading dialects in the Context"
Mehdi Amini
- [Mlir-commits] [mlir] f9dc2b7 - Separate the Registration from Loading dialects in the Context
Mehdi Amini
- [Mlir-commits] [mlir] 451dcfa - [mlir] [VectorOps] Cleanup mask 1-d test on constants
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] b98e25b - Make helpers static. NFC.
Benjamin Kramer
- [Mlir-commits] [mlir] 8dace28 - [mlir][VectorToSCF] Bug in TransferRead lowering fixed
Jakub Lichman
- [Mlir-commits] [mlir] d29d1e2 - Add python bindings for Type and IntegerType.
Stella Laurenzo
- [Mlir-commits] [mlir] 0f95e73 - [mlir] fix build after llvm made ElementCount constructor private
Alex Zinenko
- [Mlir-commits] [mlir] da56297 - [mlir] expose standard attributes to C API
Alex Zinenko
- [Mlir-commits] [mlir] aeb338c - [mlir][VectorToSCF] Fix of broken build - missing link to MLIRLinalgUtils
Jakub Lichman
- [Mlir-commits] [mlir] 3fb3927 - [mlir] Add a new "Pattern Descriptor Language" (PDL) dialect.
River Riddle
- [Mlir-commits] [mlir] d34df52 - Implement FPToUI and UIToFP ops in standard dialect
Alex Zinenko
- [Mlir-commits] [mlir] 9c7b0c4 - [MLIR] Add PatternRewriter::mergeBlockBefore() to merge a block in the middle of another block.
Rahul Joshi
- [Mlir-commits] [mlir] 33f5746 - [MLIR] Redundancy detection for FlatAffineConstraints using Simplex
Uday Bondhugula
- [Mlir-commits] [mlir] dc693a0 - [MLIR][SPIRVToLLVM] Removed std to llvm patterns from the conversion
George Mitenkov
- [Mlir-commits] [mlir] cca3f3d - [MLIR] Add affine.parallel folder and normalizer
Frank Laub
- [Mlir-commits] [mlir] 21f8d41 - Refactor Reduction Tree Pass
Mauricio Sifontes
- [Mlir-commits] [mlir] 36ee9a3 - [mlir][GPUToVulkan] Fix signature of bindMemRef function for f16
Thomas Raoux
- [Mlir-commits] [mlir] 670063e - Preserve the error message when MemoryBuffer creation fails
Mehdi Amini
- [Mlir-commits] [mlir] b8cc449 - [MLIR][NFC] Update MLIR vim syntax file - std ops + types
Uday Bondhugula
- [Mlir-commits] [mlir] b65ba70 - [MLIR][SPIRVToLLVM] Updated the documentation for the conversion
George Mitenkov
- [Mlir-commits] [mlir] 12541b5 - Use TranslateFromMLIRRegistration for SPIRV roundtrip (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 96cb8cd - Refactor `mlir-translate` to extract the `main()` logic in a helper on the model of `MlirOptMain()` (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] f164534 - Add a `dialect_registration` callback for "translations" registered with mlir-translate
Mehdi Amini
- [Mlir-commits] [mlir] 50927f3 - Reword the documentation for the `mlirTranslateMain` API (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 3137c29 - Add initial python bindings for attributes.
Stella Laurenzo
- [Mlir-commits] [mlir] 6107069 - Add an assertion to protect against missing Dialect registration in a pass pipeline (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 1f6c4d8 - [mlir] Add Index Type, Floating Point Type and None Type subclasses to python bindings.
Stella Laurenzo
- [Mlir-commits] [mlir] 1a2a34a - Add NDEBUG checks around debug only loop to avoid unused variable
Eric Christopher
- [Mlir-commits] [mlir] 40cbb24 - [mlir] NFC: fix typo in FileCheck prefix
Kazuaki Ishizaki
- [Mlir-commits] [mlir] 4d69bcb - [mlir][openacc][NFC] Fix comment about OpenACCExecMapping
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 84fdc33 - [mlir] [LLVMIR] Add get active lane mask intrinsic
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 66e536b - [mlir] [LLVMIR] Mark reductions as side-effect free
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 49c371b - Add llvm_unreachable after fully covered switch to silence some warnings from GCC (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 1e13372 - Remove global registration from the test dialect in MLIR (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] a3ef105 - Remove the use of global dialect registration from the standalone-translate.cpp example (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 6a3c69e - [mlir][spirv] Infer converted type of scf.for from the init value
Thomas Raoux
- [Mlir-commits] [mlir] 5a6ff2b - Adjust assertion when casting to an unregistered operation
Mehdi Amini
- [Mlir-commits] [mlir] 0b7c184 - Add assertion in PatternRewriter::create<> to defend the same way as OpBuilder::create<> against missing dialect registration (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 474f763 - [mlir] Fix bug in block merging when the types of the operands differ
River Riddle
- [Mlir-commits] [mlir] d289a97 - [mlir][PDL] Add a PDL Interpreter Dialect
River Riddle
- [Mlir-commits] [mlir] 684b43c - [IR] Add NoUndef attribute to Intrinsics.td
Juneyoung Lee
- [Mlir-commits] [mlir] 603a8a6 - [mlir] NFC: fix trivial typos in documents
Kazuaki Ishizaki
- [Mlir-commits] [mlir] 5fbfe2e - [mlir][vector] Add vector.bitcast operation
Thomas Raoux
- [Mlir-commits] [mlir] 0c55889 - [IR] Remove noundef from masked store/load/gather/scatter's pointer operands
Juneyoung Lee
- [Mlir-commits] [mlir] df2efd7 - Fix MLIR build with MLIR_INCLUDE_TESTS=OFF
Mehdi Amini
- [Mlir-commits] [mlir] d7461b3 - [MLIR][SPIRV] Added optional name to SPIR-V module
George Mitenkov
- [Mlir-commits] [mlir] 9c224fd - [MLIR][SPIRVToLLVM] Updated the documentation for type conversion
George Mitenkov
- [Mlir-commits] [mlir] 6c05ca2 - Remove the `run` method from `OpPassManager` and `Pass` and migrate it to `OpToOpPassAdaptor`
Mehdi Amini
- [Mlir-commits] [mlir] e850558 - [MLIR][SPIRVToLLVM] Added a hook for descriptor set / binding encoding
George Mitenkov
- [Mlir-commits] [mlir] d48b84e - [MLIR][GPUToSPIRV] Passing gpu module name to SPIR-V module
George Mitenkov
- [Mlir-commits] [mlir] a23d055 - [mlir] NFC: fix trivial typo under test and tools
Kazuaki Ishizaki
- [Mlir-commits] [mlir] 3cb6307 - [MLIR][Shape] Fix typo
Frederik Gossen
- [Mlir-commits] [mlir] a14a280 - [MLIR] MemRef Normalization for Dialects
Uday Bondhugula
- [Mlir-commits] [mlir] fddf543 - [MLIR][GPUToSPIRV] Fix use-after-free. Found by asan.
Benjamin Kramer
- [Mlir-commits] [mlir] 875074c - [OpenMP][MLIR] Conversion pattern for OpenMP to LLVM
Kiran Chandramohan
- [Mlir-commits] [mlir] 28a7dfa - [MLIR] Fixed missing constraint append when adding an AffineIfOp domain
Uday Bondhugula
- [Mlir-commits] [mlir] 7b00c80 - Add a global flag to disable the global dialect registry "process wise"
Mehdi Amini
- [Mlir-commits] [mlir] eb4efa8 - [mlir][Linalg] Enhance Linalg fusion on generic op and tensor_reshape op.
Hanhan Wang
- [Mlir-commits] [mlir] 4b1a55a - Fix build failures caused by f4257c5832aa51e960e7351929ca3d37031985b7
David Sherwood
- [Mlir-commits] [mlir] d761e45 - Fix more build failures caused by f4257c5832aa51e960e7351929ca3d37031985b7
David Sherwood
- [Mlir-commits] [mlir] 8782c72 - Strength-reduce SmallVectors to arrays. NFCI.
Benjamin Kramer
- [Mlir-commits] [mlir] c39c216 - Rename AnalysisManager::slice in AnalysisManager::nest (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 2d1362e - Add Location, Region and Block to MLIR Python bindings.
Stella Laurenzo
- [Mlir-commits] [mlir] 9f2fbfa - Use report_fatal_error instead of llvm::errs() + abort() (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] deb9961 - Improve doc comments for several methods returning bools
Kamlesh Kumar
- [Mlir-commits] [mlir] 719548d - Fix gcc warning by explicitly initializing the base class copy ctor (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 88c6e25 - [mlir][OpFormatGen] Add support for specifiy "custom" directives.
River Riddle
- [Mlir-commits] [mlir] 24b8892 - [mlir][ODS] Add new SymbolNameAttr and add support for in assemblyFormat
River Riddle
- [Mlir-commits] [mlir] eaeadce - [mlir][OpFormatGen] Add initial support for regions in the custom op assembly format
River Riddle
- [Mlir-commits] [mlir] 2481846 - [mlir][PDL] Move the formats for PatternOp and RewriteOp to the declarative form.
River Riddle
- [Mlir-commits] [mlir] f549140 - Fix mlir-reduce to explicitly register dialects and disable the global dialect registry by default
Mehdi Amini
- [Mlir-commits] [mlir] 2bbbcae - [mlir][openacc] Add missing attributes and operands for acc.loop
llvmlistbot at llvm.org
Last message date:
Mon Aug 31 16:50:13 PDT 2020
Archived on: Mon Nov 23 06:19:16 PST 2020
This archive was generated by
Pipermail 0.09 (Mailman edition).