January 2021 Archives by subject
Starting: Fri Jan 1 07:21:51 PST 2021
Ending: Sun Jan 31 14:07:14 PST 2021
Messages: 244
- [Mlir-commits] [mlir] 00a61b3 - [mlir][ODS] Add new RangedTypesMatchWith operation predicate
River Riddle
- [Mlir-commits] [mlir] 010b176 - [mlir][docs] Fix typo: even -> event
Jordan Rupprecht
- [Mlir-commits] [mlir] 01defcc - [mlir][Linalg] Extend tile+fuse to work on Linalg operation on tensors.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 02bc4c9 - [mlir][PassManager] Only reinitialize the pass manager if the context registry changes
River Riddle
- [Mlir-commits] [mlir] 02bc4c9 - [mlir][PassManager] Only reinitialize the pass manager if the context registry changes
River Riddle
- [Mlir-commits] [mlir] 03d2493 - [mlir] Enhance mlir-opt show-dialects test case
Mehdi Amini
- [Mlir-commits] [mlir] 046612d - [mlir][vector] verify memref of vector memory ops
Aart Bik
- [Mlir-commits] [mlir] 05d5125 - [mlir] Generalize OpFoldResult usage in ops with offsets, sizes and operands.
Nicolas Vasilache
- [Mlir-commits] [mlir] 0703b07 - [CMake] Actually require python 3.6 or greater
Christopher Tetreault
- [Mlir-commits] [mlir] 080943f - [mlir][vector] Support transfer op on tensor optimizations
Thomas Raoux
- [Mlir-commits] [mlir] 0a7a1ac - [mlir] Support FuncOpSignatureConversion for more FunctionLike ops.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0acc260 - [mlir][linalg] Support generating builders for named op attributes
Lei Zhang
- [Mlir-commits] [mlir] 0af2527 - Update ElementsAttr::isValidIndex to handle ElementsAttr with a scalar. Scalar will have rank 0.
Jacques Pienaar
- [Mlir-commits] [mlir] 0bd9a13 - [mlir][openacc] Use TableGen information for default enum
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0c5e4a2 - [mlir] Prevent segfault in Tensor canonicalization
Tres Popp
- [Mlir-commits] [mlir] 0d88d7d - Delete unused function (was breaking the -Werror build)
David Blaikie
- [Mlir-commits] [mlir] 0f29012 - [mlir] Fix test by adapting to C util functions moving to libmlir_c_runner_utils
Nicolas Vasilache
- [Mlir-commits] [mlir] 0f29012 - [mlir] Fix test by adapting to C util functions moving to libmlir_c_runner_utils
Nicolas Vasilache
- [Mlir-commits] [mlir] 10164a2 - [mlir] Refactor translation of OpenMP dialect ops to LLVM IR
Alex Zinenko
- [Mlir-commits] [mlir] 1107758 - Revert "[mlir][linalg] Support parsing attributes in named op spec"
Mehdi Amini
- [Mlir-commits] [mlir] 11f4c58 - [mlir] Add `complex.abs`, `complex.div` and `complex.mul` to ComplexOps.
Alexander Belyaev
- [Mlir-commits] [mlir] 14056df - [MLIR] Add support for extracting an integer sample point (if one exists) from an unbounded FlatAffineConstraints.
Arjun P
- [Mlir-commits] [mlir] 167fb9b - [mlir][spirv] Fix script for availability autogen and refresh ops
Lei Zhang
- [Mlir-commits] [mlir] 16d4bbe - [mlir][Linalg] Introduce linalg.pad_tensor op.
Hanhan Wang
- [Mlir-commits] [mlir] 195728c - [mlir] Add structural conversion to async dialect lowering.
Christian Sigg
- [Mlir-commits] [mlir] 195ffcd - [MLIR][NFC] remove unnecessary includes form tablegen command
Alex Zinenko
- [Mlir-commits] [mlir] 1b535df - [mlir][StandardOps] Fix typos in the td file.
Hanhan Wang
- [Mlir-commits] [mlir] 1ba5ea6 - [mlir] Add a hook for initializing passes before execution and use it in the Canonicalizer
River Riddle
- [Mlir-commits] [mlir] 1bf2b16 - Implement constant folding for DivFOp
Mehdi Amini
- [Mlir-commits] [mlir] 1d973b7 - [MLIR][TOSA] First lowerings from Tosa to Linalg
Rob Suderman
- [Mlir-commits] [mlir] 1e73955 - [mlir] Use more C99 comments in C API header files
Alex Zinenko
- [Mlir-commits] [mlir] 1e790b7 - [mlir][Linalg] Replace SimplePad with PadTensor in hoist-padding
Hanhan Wang
- [Mlir-commits] [mlir] 1fc9864 - [mlir:JitRunner] Use custom shared library init/destroy functions if available
Eugene Zhulenev
- [Mlir-commits] [mlir] 2074177 - [mlir][ODS] Add a C++ abstraction for OpBuilders
River Riddle
- [Mlir-commits] [mlir] 2230bf9 - [mlir] replace LLVMIntegerType with built-in integer type
Alex Zinenko
- [Mlir-commits] [mlir] 22eb1cf - Remove unused functions.
Eric Christopher
- [Mlir-commits] [mlir] 238dbeb - [mlir][ODS] Fix missed rename of TypeParameter 'description' to 'summary'
River Riddle
- [Mlir-commits] [mlir] 25c78de - [mlir][spirv] Update pass docs
Lei Zhang
- [Mlir-commits] [mlir] 25d882e - [MLIR][SPIRV] Add `UsableInSpecConstantOp` trait.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 25f23a6 - [AsmPrinter] Make OpAsmPrinter::printFunctionalType be resilient to null values.
Chris Lattner
- [Mlir-commits] [mlir] 268ff38 - [MLIR][OpenMP] Attribute to include WsLoop upperbound
Kiran Chandramohan
- [Mlir-commits] [mlir] 2782049 - [MLIR][SPIRV] Add `SignedOp` trait.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 27924b1 - [mlir] Remove mlir_c_runner_utils_static.
Christian Sigg
- [Mlir-commits] [mlir] 279e7ea - [MLIR][LinAlg][Docs] Add missing example code and other small fixes.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 279e7ea - [MLIR][LinAlg][Docs] Add missing example code and other small fixes.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 294e254 - Add log1p lowering from standard to NVVM intrinsics
Frederik Gossen
- [Mlir-commits] [mlir] 299cc5d - [mlir][Linalg] Further improve codegen strategy and add a linalg.matmul_i8_i8_i32
Nicolas Vasilache
- [Mlir-commits] [mlir] 299cc5d - [mlir][Linalg] Further improve codegen strategy and add a linalg.matmul_i8_i8_i32
Nicolas Vasilache
- [Mlir-commits] [mlir] 29d420e - [mlir][OpFormatGen] Add support for anchoring optional groups with types
River Riddle
- [Mlir-commits] [mlir] 2a27a98 - [mlir][AsmPrinter] Properly escape strings when printing locations
River Riddle
- [Mlir-commits] [mlir] 2b638ed - [mlir] NFC: fix trivial typos
Kazuaki Ishizaki
- [Mlir-commits] [mlir] 2c7cc5f - Revert "[mlir][Linalg] Replace SimplePad with PadTensor in hoist-padding"
Hanhan Wang
- [Mlir-commits] [mlir] 2cb130f - [mlir][StandardToSPIRV] Add support for lowering uitofp to SPIR-V
Hanhan Wang
- [Mlir-commits] [mlir] 2eb5f34 - Fix omitted kw in type alias printer
Jacques Pienaar
- [Mlir-commits] [mlir] 2f7ec77 - [mlir][spirv] NFC: place ops in the proper file for their categories
Lei Zhang
- [Mlir-commits] [mlir] 2fe625e - Fix two pessimizing moves.
Christian Sigg
- [Mlir-commits] [mlir] 303ef60 - [mlir] Fix gcc-8 build
Nicolas Vasilache
- [Mlir-commits] [mlir] 303ef60 - [mlir] Fix gcc-8 build
Nicolas Vasilache
- [Mlir-commits] [mlir] 30dcbb2 - [mlir][Linalg] Add a test case that consumer has "reduction" loops.
Hanhan Wang
- [Mlir-commits] [mlir] 3747eb9 - [mlir][Linalg] Add a padding option to Linalg tiling
Nicolas Vasilache
- [Mlir-commits] [mlir] 3a56a96 - [mlir][spirv] Define spv.GLSL.Fma and add lowerings
Lei Zhang
- [Mlir-commits] [mlir] 3afbfb4 - [mlir][NFC] Move helper substWithMin into Affine utils
Thomas Raoux
- [Mlir-commits] [mlir] 3bc7555 - [mlir][linalg] Use attributes in named ops' indexing maps
Lei Zhang
- [Mlir-commits] [mlir] 3bcca6b - [MLIR] Fix affine_map compose with multi-symbols
Uday Bondhugula
- [Mlir-commits] [mlir] 3bd620d - [mlir] Correct 2 places that result in corrupted conversion rollbacks
Tres Popp
- [Mlir-commits] [mlir] 3d693bd - [mlir][vector] Add memory effects to transfer_read transfer_write ops
Thomas Raoux
- [Mlir-commits] [mlir] 4086072 - Reland "[mlir][linalg] Support parsing attributes in named op spec"
Lei Zhang
- [Mlir-commits] [mlir] 417f613 - [NFC] Update some mlir python documentation.
Stella Laurenzo
- [Mlir-commits] [mlir] 41d919a - [mlir][TypeDefGen] Remove the need to define parser/printer for singleton types
River Riddle
- [Mlir-commits] [mlir] 41e31ea - Fix GCC5 build, require explicit this->... in this call inside a lambda (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 4234292 - [mlir][SPIRV] Rename OpSpecConstantOperation -> OpSpecConstantOp
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 42444d0 - [mlir][Linalg] NFC: Verify tiling on linalg.generic operation on tensors.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 430d43e - [mlir][Linalg] Disable fusion of tensor_reshape op by expansion when unit-dims are involved
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 43f34f5 - Added check if there are regions that do not implement the RegionBranchOpInterface.
Julian Gross
- [Mlir-commits] [mlir] 469096d - [mlir][Linalg] Fix tests in tile-and-pad
Hanhan Wang
- [Mlir-commits] [mlir] 469096d - [mlir][Linalg] Fix tests in tile-and-pad
Hanhan Wang
- [Mlir-commits] [mlir] 4744478 - [mlir][openmp][NFCI] Rename `continuationIP` to `continuationBlock`
Sourabh Singh Tomar
- [Mlir-commits] [mlir] 480643a - [CMake] Remove dead code setting policies to NEW
Raul Tambre
- [Mlir-commits] [mlir] 4ae7952 - [mlir] Fix MathJax rendering in Affine doc
Mehdi Amini
- [Mlir-commits] [mlir] 4c1eaf2 - [mlir] fix the rocm runtime wrapper to account for cuda / rocm api differences
Tobias Gysi
- [Mlir-commits] [mlir] 4c372a3 - [mlir] Make GpuAsyncRegion pass depend on async dialect.
Christian Sigg
- [Mlir-commits] [mlir] 4d93369 - Use type alias for large tuples
Jacques Pienaar
- [Mlir-commits] [mlir] 4ef38f9 - Add log1p lowering from standard to ROCDL intrinsics
Frederik Gossen
- [Mlir-commits] [mlir] 4fa01f7 - [mlir][CAPI] Fix inline function declaration
Alex Zinenko
- [Mlir-commits] [mlir] 4fe7b16 - [mlir] Remove unnecessary llvm.mlir.cast in AsyncToLLVM lowering.
Christian Sigg
- [Mlir-commits] [mlir] 51457cd - [mlir] NFC: split --shared-libs option into multiple lines.
Christian Sigg
- [Mlir-commits] [mlir] 51457cd - [mlir] NFC: split --shared-libs option into multiple lines.
Christian Sigg
- [Mlir-commits] [mlir] 52586c4 - [mlir][CAPI] Add result type inference to the CAPI.
Stella Laurenzo
- [Mlir-commits] [mlir] 52e2552 - [mlir][Linalg] Fix incorrect erase order
Nicolas Vasilache
- [Mlir-commits] [mlir] 53c866c - Enable python bindings for tensor, shape and linalg dialects.
Stella Laurenzo
- [Mlir-commits] [mlir] 547e3ee - [mlir] Expose MemRef layout in Python bindings
Alex Zinenko
- [Mlir-commits] [mlir] 5508516 - [mlir][sparse] retry sparse-only for cyclic iteration graphs
Aart Bik
- [Mlir-commits] [mlir] 5522547 - [mlir][linalg] Support permutation when lowering to loop nests
Lei Zhang
- [Mlir-commits] [mlir] 555a395 - [mlir] NFC - Fix unused variable in non-debug mode
Nicolas Vasilache
- [Mlir-commits] [mlir] 5959c28 - [mlir][sparse] add asserts on reading in tensor data
Aart Bik
- [Mlir-commits] [mlir] 5bdc771 - [mlir] Make cuda/rocm-runtime-wrappers not depend on LLVMSupport.
Christian Sigg
- [Mlir-commits] [mlir] 5bdc771 - [mlir] Make cuda/rocm-runtime-wrappers not depend on LLVMSupport.
Christian Sigg
- [Mlir-commits] [mlir] 5cf2696 - [mlir] Remove TosaToLinalg dependency on all Passes
Tres Popp
- [Mlir-commits] [mlir] 5ec59f0 - [mlir][AVX512] Fix result type of vp2intersect
Matthias Springer
- [Mlir-commits] [mlir] 615167c - [mlir]][SPIRV] Define OrderedOp and UnorderedOp and add lowerings from Standard.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6173d12 - Remove allow-unregistered-dialect from some tests that don't need it
Sanjoy Das
- [Mlir-commits] [mlir] 6367306 - [mlir] Perfectly forward ImplicitLocOpBuilder ctors to OpBuilder
Benjamin Kramer
- [Mlir-commits] [mlir] 6640b9a - [mlir][sparse] use typenames for opaque pointers
Aart Bik
- [Mlir-commits] [mlir] 6640b9a - [mlir][sparse] use typenames for opaque pointers
Aart Bik
- [Mlir-commits] [mlir] 6728af1 - [mlir][vector] modified scatter/gather syntax, pass_thru mandatory
Aart Bik
- [Mlir-commits] [mlir] 67a339e - [MLIR] Disallow `sym_visibility`, `sym_name` and `type` attributes in the parsed attribute dictionary.
Rahul Joshi
- [Mlir-commits] [mlir] 68eee55 - [mlir][Linalg] Address missed review item
Nicolas Vasilache
- [Mlir-commits] [mlir] 6b9fa8a - [mlir][linalg] Add docstring support for named op spec
Lei Zhang
- [Mlir-commits] [mlir] 6ccf2d6 - [mlir] Add an interface for Cast-Like operations
River Riddle
- [Mlir-commits] [mlir] 6e8ef3b - [mlir][Linalg] Make Fill operation work on tensors.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6ebeba8 - Support emptiness checks for unbounded FlatAffineConstraints.
Alex Zinenko
- [Mlir-commits] [mlir] 70b841a - [mlir] Adds argument attributes for using LLVM's sret and byval attributes
Eric Schweitz
- [Mlir-commits] [mlir] 71b6b01 - [mlir][python] Factor out standalone OpView._ods_build_default class method.
Stella Laurenzo
- [Mlir-commits] [mlir] 722ae10 - [mlir][Linalg] Add canonicalization to remove no-op linalg operations.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 735a07f - Revert "[mlir][Affine] Add support for multi-store producer fusion"
Diego Caballero
- [Mlir-commits] [mlir] 73de3df - Add more explicit assert for failures
Jacques Pienaar
- [Mlir-commits] [mlir] 740950c - Revert "[mlir:JitRunner] Use custom shared library init/destroy functions if available"
Eugene Zhulenev
- [Mlir-commits] [mlir] 74438ef - [mlir] Use thread_local stack in LLVM dialect type parsing and printing
Alex Zinenko
- [Mlir-commits] [mlir] 74628c4 - [mlir] Add Python bindings for AffineExpr
Alex Zinenko
- [Mlir-commits] [mlir] 7510c11 - Update for review feedback: Inline var declaration and expand names.
Chris Lattner
- [Mlir-commits] [mlir] 762ffc9 - Update syntax for tensor and memref types to match parser.
Mehdi Amini
- [Mlir-commits] [mlir] 774c9c6 - [mlir][Linalg] Add canonicalization of linalg op -> dim op.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 77501bd - [mlir][PassManager] Properly set the initialization generation when cloning a pass manager
River Riddle
- [Mlir-commits] [mlir] 78b3bce - [mlir] AsyncRuntime: disable mlir-runner init/disable for WIN32
Eugene Zhulenev
- [Mlir-commits] [mlir] 7afd5cf - [NFC] Fix -Wrange-loop-analysis warnings.
Mehdi Amini
- [Mlir-commits] [mlir] 7c3ae48 - [mlir][spirv] Replace SPIRVOpLowering with OpConversionPattern
Lei Zhang
- [Mlir-commits] [mlir] 7dadcd0 - Fix a few GCC compiler warnings (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 7dd1988 - [mlir][Affine] Add support for multi-store producer fusion
Diego Caballero
- [Mlir-commits] [mlir] 7e6fe5c - [mlir] Fix subview verifier.
Nicolas Vasilache
- [Mlir-commits] [mlir] 7e6fe5c - [mlir] Fix subview verifier.
Nicolas Vasilache
- [Mlir-commits] [mlir] 7fd1850 - [mlir] Update LLVM dialect type documentation
Alex Zinenko
- [Mlir-commits] [mlir] 80f0785 - [mlir][Linalg] NFC - Refactor fusion APIs
Nicolas Vasilache
- [Mlir-commits] [mlir] 825c2b4 - [mlir][OpFormatGen] Fix incorrect kind used for RegionsDirective
River Riddle
- [Mlir-commits] [mlir] 82f5ee3 - Adds argument attributes for using LLVM's sret and byval attributes to
Eric Schweitz
- [Mlir-commits] [mlir] 8349fa0 - [mlir][spirv] NFC: split deserialization into multiple source files
Lei Zhang
- [Mlir-commits] [mlir] 84dc9b4 - [mlir:JitRunner] Use custom shared library init/destroy functions if available
Eugene Zhulenev
- [Mlir-commits] [mlir] 866cb26 - [mlir] Fix SubTensorInsertOp semantics
Nicolas Vasilache
- [Mlir-commits] [mlir] 86d68e2 - [mlir] Gen removeAttr methods with tablegen
Mehdi Amini
- [Mlir-commits] [mlir] 8827e07 - Remove deprecated methods from OpState.
Christian Sigg
- [Mlir-commits] [mlir] 8900acc - [mlir][Linalg] Reenable test that was mistakenly disabled
Nicolas Vasilache
- [Mlir-commits] [mlir] 8900acc - [mlir][Linalg] Reenable test that was mistakenly disabled
Nicolas Vasilache
- [Mlir-commits] [mlir] 894d88a - [mlir][python] Add facility for extending generated python ODS.
Stella Laurenzo
- [Mlir-commits] [mlir] 89ae5b5 - [mlir] Add canonicalization pattern out_tensor->linalg->dim to out_tensor->dim.
Alexander Belyaev
- [Mlir-commits] [mlir] 8a7ff73 - [mlir] Make MLIRContext::getOrLoadDialect(StringRef, TypeID, ...) public
Mehdi Amini
- [Mlir-commits] [mlir] 8af0ccf - [sparse][mlir] give all sparse kernels an explicit "output" tensor
Aart Bik
- [Mlir-commits] [mlir] 8af0ccf - [sparse][mlir] give all sparse kernels an explicit "output" tensor
Aart Bik
- [Mlir-commits] [mlir] 8b124c1 - [mlir][sparse] adjust output shape inference to new tensor abstraction
Aart Bik
- [Mlir-commits] [mlir] 8d7cbcf - [mlir] Preserve lexicographic order after loop collapsing.
Alexander Belyaev
- [Mlir-commits] [mlir] 8dd58a5 - [mlir][Linalg] NFC - Fully compose map and operands when creating AffineMin in tiling.
Nicolas Vasilache
- [Mlir-commits] [mlir] 906efee - [mlir] don't match the text produced only in debug mode in Python tests
Alex Zinenko
- [Mlir-commits] [mlir] 91f17ba - [mlir] Print the correct tool name in mlirTranslateMain
Andrew Young
- [Mlir-commits] [mlir] 922b26c - Add Python bindings for the builtin dialect
Mehdi Amini
- [Mlir-commits] [mlir] 93592b7 - [mlir][OpFormatGen] Format enum attribute cases as keywords when possible
River Riddle
- [Mlir-commits] [mlir] 93a873d - [mlir][Affine] Revisit and simplify composeAffineMapAndOperands.
Nicolas Vasilache
- [Mlir-commits] [mlir] 948be58 - [mlir][TypeDefGen] Add support for adding builders when generating a TypeDef
River Riddle
- [Mlir-commits] [mlir] 9667d15 - [mlir] Fix for LIT tests
Alex Zinenko
- [Mlir-commits] [mlir] 98835e3 - [mlir][Linalg] Enable TileAndFusePattern to work with tensors.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9a60ad2 - [mlir] Clarify docs around LLVM dialect-compatible types
Alex Zinenko
- [Mlir-commits] [mlir] 9c0dc0b - [mlir][Linalg] Fold init_tensor -> linalg.tensor_reshape.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9cbef8c - [mlir] Fix integration tests
Nicolas Vasilache
- [Mlir-commits] [mlir] 9cbef8c - [mlir] Fix integration tests
Nicolas Vasilache
- [Mlir-commits] [mlir] 9f32f1d - [MLIR] Support checking if two FlatAffineConstraints are equal
Arjun P
- [Mlir-commits] [mlir] a2223b0 - [mlir:async] Fix data races in AsyncRuntime
Eugene Zhulenev
- [Mlir-commits] [mlir] a40767e - [MLIR][SPIRV] Add (de-)serialization support for SpecConstantOpeation.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a55a0a3 - [mlir] Remove over specified memory effects
Andrew Young
- [Mlir-commits] [mlir] a57def3 - [mlir][vector] generalized masked l/s and compressed l/s with indices
Aart Bik
- [Mlir-commits] [mlir] a7cbc32 - [mlir] remove a use of deprecated OpState::setAttr
Alex Zinenko
- [Mlir-commits] [mlir] a922486 - [mlir] NFC - Drop spurious assertion on symbols during `promoteComposedSymbolsAsDims`
Nicolas Vasilache
- [Mlir-commits] [mlir] aca240b - [mlir] Fix cross-compilation (Linalg ODS gen)
Alex Zinenko
- [Mlir-commits] [mlir] acaf85f - Add convenience function for checking arrays of shapes compatible.
Jacques Pienaar
- [Mlir-commits] [mlir] aee622f - [mlir] Enable passing crash reproducer stream factory method
Jacques Pienaar
- [Mlir-commits] [mlir] af339f8 - Remove redundant casts.
Adrian Kuegel
- [Mlir-commits] [mlir] b1e1bba - [mlir] Add ComplexDialect to SCF->GPU pass.
Alexander Belyaev
- [Mlir-commits] [mlir] b5c542d - [mlir][sparse] add narrower choices for pointers/indices
Aart Bik
- [Mlir-commits] [mlir] b62c7e0 - [mlir][python] Swap shape and element_type order for MemRefType.
Stella Laurenzo
- [Mlir-commits] [mlir] badc760 - [mlir] Remove a number of methods from mlir::OpState that just forward to mlir::Operation. All call sites have been converted in previous changes.
Christian Sigg
- [Mlir-commits] [mlir] bb0e621 - [mlir] AsyncRuntime: use LLVM ThreadPool to run async tasks
Eugene Zhulenev
- [Mlir-commits] [mlir] bc8acf2 - Update the maximum integer bitwidth in MLIR.
Andrew Lenharth
- [Mlir-commits] [mlir] bce318f - [mlir][Linalg] NFC: Refactor LinalgDependenceGraphElem to allow
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] bd166c8 - Nit: fix spacing
Sanjoy Das
- [Mlir-commits] [mlir] bd30a79 - [mlir] use built-in vector types instead of LLVM dialect types when possible
Alex Zinenko
- [Mlir-commits] [mlir] bd3a387 - Revert [mlir] Link mlir_runner_utils statically into cuda/rocm-runtime-wrappers (cf50f4f76456)
Christian Sigg
- [Mlir-commits] [mlir] bd78f4e - [mlir] revert 82f5ee3c3e601daad5
Eric Schweitz
- [Mlir-commits] [mlir] be7352c - [mlir][splitting std] move 2 more ops to `tensor`
Sean Silva
- [Mlir-commits] [mlir] c075572 - [mlir][Linalg] NFC - Expose getSmallestBoundingIndex as an utility function
Nicolas Vasilache
- [Mlir-commits] [mlir] c0f3ea8 - [mlir][Python] Add checking process before create an AffineMap from a permutation.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] c1ae378 - [mlir][vector] Add side-effect information to different load/store ops
Thomas Raoux
- [Mlir-commits] [mlir] c1d58c2 - [mlir] Add fastmath flags support to some LLVM dialect ops
Alex Zinenko
- [Mlir-commits] [mlir] c3529a5 - [mlir] Mark methods from mlir::OpState that just forward to mlir::Operation as deprecated.
Christian Sigg
- [Mlir-commits] [mlir] c42cee0 - [mlir][ODS] Fix the use of cppClassName in Type constraints for TypeDefs
River Riddle
- [Mlir-commits] [mlir] c4486cf - [mlir][Linalg] Fix reshape fusion to reshape the outs instead of creating new tensors.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] c69c9e0 - [mlir] Remove LLVMType, LLVM dialect types now derive Type directly
Alex Zinenko
- [Mlir-commits] [mlir] c78219f - [mlir] Add a new builtin `unrealized_conversion_cast` operation
River Riddle
- [Mlir-commits] [mlir] c818fa6 - [mlir][Linalg] Replace SimplePad with PadTensor in tile-and-pad
Hanhan Wang
- [Mlir-commits] [mlir] c818fa6 - [mlir][Linalg] Replace SimplePad with PadTensor in tile-and-pad
Hanhan Wang
- [Mlir-commits] [mlir] c8fb6ee - [mlir][PatternRewriter] Add a new hook to selectively replace uses of an operation
River Riddle
- [Mlir-commits] [mlir] c8fc5c0 - [mlir][Affine] Add support for multi-store producer fusion
Diego Caballero
- [Mlir-commits] [mlir] cad16e4 - Avoid unused variable warning in opt mode
Jacques Pienaar
- [Mlir-commits] [mlir] cba1ca9 - Fix cuda-runner tests.
Christian Sigg
- [Mlir-commits] [mlir] cbda2cb - [mlir] Fully specify removeAttr return type
Tres Popp
- [Mlir-commits] [mlir] cc4244d - [MLIR][Standard] Add log1p operation to std
Frederik Gossen
- [Mlir-commits] [mlir] cc77a2c - [mlir] Add coro intrinsics operations to LLVM dialect
Eugene Zhulenev
- [Mlir-commits] [mlir] cceb1bf - [mlir][CAPI] Introduce standard source layout for mlir-c dialect registration.
Stella Laurenzo
- [Mlir-commits] [mlir] cf0173d - [mlir] Add better support for f80 and f128
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] cf50f4f - [mlir] Link mlir_runner_utils statically into cuda/rocm-runtime-wrappers.
Christian Sigg
- [Mlir-commits] [mlir] d0c9fb1 - [mlir][Linalg] Improve codegen strategy
Nicolas Vasilache
- [Mlir-commits] [mlir] d0c9fb1 - [mlir][Linalg] Improve codegen strategy
Nicolas Vasilache
- [Mlir-commits] [mlir] d0cb0d3 - [mlir] Add Complex dialect.
Alexander Belyaev
- [Mlir-commits] [mlir] d59ddba - [mlir] Fix gpu-to-llvm lowering for gpu.alloc with dynamic sizes.
Christian Sigg
- [Mlir-commits] [mlir] d6be277 - [mlir] turn complex-to-llvm into a partial conversion
Alex Zinenko
- [Mlir-commits] [mlir] d6be277 - [mlir] turn complex-to-llvm into a partial conversion
Alex Zinenko
- [Mlir-commits] [mlir] d79642b - [mlir][IR][NFC] Move the definitions of Complex/Function/Integer/Opaque/TupleType to ODS
River Riddle
- [Mlir-commits] [mlir] d7bc3b7 - [mlir][Linalg] Add missing check to canonicalization of GenericOp that are identity ops.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d8113cd - Add newline to terminate debug message (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] d8fc273 - [mlir][sparse] improved sparse runtime support library
Aart Bik
- [Mlir-commits] [mlir] d9b6e4d - NFC: Document current MLIR Python ODS conventions.
Stella Laurenzo
- [Mlir-commits] [mlir] dbf9bed - [mlir][Linalg] Add a hoistPaddingOnTensors transformation
Nicolas Vasilache
- [Mlir-commits] [mlir] dcac2da - [IR Parser] Fix a crash handling zero width integer attributes.
Chris Lattner
- [Mlir-commits] [mlir] dd5165a - [mlir] replace LLVM dialect float types with built-ins
Alex Zinenko
- [Mlir-commits] [mlir] df86f15 - [mlir][linalg] Support parsing attributes in named op spec
Lei Zhang
- [Mlir-commits] [mlir] dfe26d5 - [mlir][Linalg] Fix SFINAE check to actually check the value.
Richard Smith
- [Mlir-commits] [mlir] e0a93e4 - [mlir][ODS] Rename several uses of 'description' to 'summary'
River Riddle
- [Mlir-commits] [mlir] e27197f - [mlir][spirv] Define spv.IsNan/spv.IsInf and add lowerings
Lei Zhang
- [Mlir-commits] [mlir] e2d7d3c - [mlir][docs] Bring bufferization docs up to date.
Sean Silva
- [Mlir-commits] [mlir] e45840f - [mlir][PDL] Use ODS for defining PDL types
River Riddle
- [Mlir-commits] [mlir] e79bd0b - [mlir] More Python bindings for AffineMap
Alex Zinenko
- [Mlir-commits] [mlir] e9dc942 - Introduce a new DialectIdentifier structure, extending Identifier with a Dialect information
Mehdi Amini
- [Mlir-commits] [mlir] ec13f6c - [mlir][Linalg] Add verification checks to disallow illegal reshape ops.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ed205f6 - [mlir] Update doc to omit the usage of LLVMIntegerType
Alex Zinenko
- [Mlir-commits] [mlir] efd0504 - [mlir] Add hoisting transformation for transfer ops on tensor
Thomas Raoux
- [Mlir-commits] [mlir] f02e61a - Fix MLIR DRR matching when attributes are interleaved with operands
Mehdi Amini
- [Mlir-commits] [mlir] f4c39cc - [TableGen] Continue cleaning up .td files
Paul C. Anagnostopoulos
- [Mlir-commits] [mlir] f4f158b - [mlir][sparse] add vectorization strategies to sparse compiler
Aart Bik
- [Mlir-commits] [mlir] f5c7c03 - [mlir] Add C API for IntegerSet
Alex Zinenko
- [Mlir-commits] [mlir] f5d8eb0 - [mlir][Linalg] NFC - getAssumedNonShapedOperands now returns OperandRange
Nicolas Vasilache
- [Mlir-commits] [mlir] f60e0a9 - [MLIR][SPIRV] Add `UnsignedOp` trait.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f75f391 - [MLIR][Linalg] Refactor transforms to use linalg::getDynOperands helper
Rob Suderman
- [Mlir-commits] [mlir] f88fab5 - [mlir] NFC: fix trivial typos
Kazuaki Ishizaki
- [Mlir-commits] [mlir] f9190c8 - [mlir][vector] Support unrolling for transfer ops using tensors
Thomas Raoux
- [Mlir-commits] [mlir] fa8c397 - [mlir][Linalg] NFC: Refactor fusion of LinalgOp with TensorReshapeOp by expansion.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] fa9851e - [MLIR] NFC: simplify PresburgerSet::isEqual
Arjun P
- [Mlir-commits] [mlir] fc58bfd - [mlir] Remove complex ops from Standard dialect.
Alexander Belyaev
- [Mlir-commits] [mlir] fd2083d - [mlir] Fixing potential build break in my previous commit
Thomas Raoux
- [Mlir-commits] [mlir] fd226c9 - [mlir][Python] Roll up of python API fixes.
Stella Laurenzo
Last message date:
Sun Jan 31 14:07:14 PST 2021
Archived on: Thu Feb 18 14:44:13 PST 2021
This archive was generated by
Pipermail 0.09 (Mailman edition).