February 2025 Archives by thread
Starting: Sat Feb 1 01:18:14 PST 2025
Ending: Sat Feb 22 03:57:45 PST 2025
Messages: 3897
- [Mlir-commits] [clang] [llvm] [mlir] [clang][CodeGen][AA] Add `!llvm.errno.tbaa` gathering int-compatible TBAA nodes (PR #125258)
Nikita Popov
- [Mlir-commits] [mlir] [mlir][XeGPU] Add MemoryEffectsOpInterface for XeGPU memory related ops. (PR #125314)
Petr Kurapov
- [Mlir-commits] [mlir] 48f8865 - [MLIR] Extend MPI dialect (#123255)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR] Extend MPI dialect (PR #123255)
William Moses
- [Mlir-commits] [mlir] [mlir][spirv] Fix SSA Handling in SPIRV -> MLIR Translation (PR #123371)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][transforms] Process RegionBranchOp with empty region (PR #123895)
Xiang Li
- [Mlir-commits] [mlir] [MLIR][LLVM] Implement LLVM dialect support for global aliases (PR #125295)
Tobias Gysi
- [Mlir-commits] [mlir] [mlir][OpenMP][NFC] break out priv var init into helper (PR #125303)
Kiran Chandramohan
- [Mlir-commits] [mlir] [mlir][linalg] Extend elementwise (PR #124661)
Javed Absar
- [Mlir-commits] [mlir] [MLIR] Add `mpi.comm` type to MPI dialect (PR #125361)
Sergio Sánchez Ramírez
- [Mlir-commits] [mlir] [mlir][vector]add extractInsertFoldConstantOp fold function and apply it to extractOp and insertOp. (PR #124399)
lonely eagle
- [Mlir-commits] [mlir] [mlir][Linalg]: Add rewrite pattern to fuse fill with reduce operations (PR #125401)
Aviad Cohen
- [Mlir-commits] [mlir] [mlir][linalg] Add support for masked vectorization of `tensor.insert_slice` (1/N) (PR #122927)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][linalg] Add support for masked vectorization of `tensor.insert_slice` (2/N) (PR #123031)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][linalg] Add vectorization to the e2e test for tensor.unpack (PR #123032)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][Vector] Update VectorEmulateNarrowType.cpp (1/N) (PR #123526)
Andrzej Warzyński
- [Mlir-commits] [mlir] d68a4b9 - [mlir][linalg] Add support for masked vectorization of `tensor.insert_slice` (1/N) (#122927)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 3e5640b - [mlir][Vector] Update VectorEmulateNarrowType.cpp (1/N) (#123526)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector][nfc] Fix typos in "VectorEmulateNarrowType.cpp" (PR #125415)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][Vector] Update VectorEmulateNarrowType.cpp (2/N) (PR #123527)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][doc][tutorials] Remove docs and code discrepancies (PR #125422)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector][nfc] Add clarification on "dim-1" bcast (PR #125425)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][Vector] Improve support for vector.extract(broadcast) (PR #116234)
Andrzej Warzyński
- [Mlir-commits] [mlir] [MLIR] emitc: Add emitc.file op (PR #123298)
Gil Rapaport
- [Mlir-commits] [mlir] [mlir][bufferization] Generalize returns to be ops with ReturnLike trait (PR #124949)
Yi Zhang
- [Mlir-commits] [mlir] [MLIR][Affine] Extend/generalize MDG to properly add edges between non-affine ops (PR #125451)
Uday Bondhugula
- [Mlir-commits] [mlir] [mlir] MLIR-QUERY slice-matchers implementation (PR #115670)
Jacques Pienaar
- [Mlir-commits] [flang] [llvm] [mlir] [Flang] Add lowering support for depobj in depend clause (PR #124523)
Thirumalai Shaktivel
- [Mlir-commits] [mlir] [mlir python][cmake] Fixed nanobind target used in target_compile_options in AddMLIRPython.cmake (PR #121477)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR] Support non-atomic RMW option for emulated vector stores (PR #124887)
Alan Li
- [Mlir-commits] [mlir] [MLIR] Remove unnecessary include from MathToEmitC.h to fix build issue (PR #125466)
Tomer Solomon
- [Mlir-commits] [mlir] [MLIR][Affine] Fix affine loop fusion with vector ops #115849, #120227 (PR #122799)
Uday Bondhugula
- [Mlir-commits] [mlir] [mlir][gpu]add AffineScope Trait to gpu.launch. (PR #121058)
Uday Bondhugula
- [Mlir-commits] [mlir] 9ad4ebd - [mlir][OpenMP][NFC] break out priv var init into helper (#125303)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][OpenMP] initialize (first)private variables before task exec (PR #125304)
Tom Eccles
- [Mlir-commits] [mlir] [MLIR][OpenMP] Add OMP Declare Mapper MLIR Op definition (PR #117045)
Akash Banerjee
- [Mlir-commits] [mlir] cc72042 - [mlir][tosa] Make Convolution Zero Points Inputs (#122939)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Make Convolution Zero Points Inputs (PR #122939)
Jack Frankland
- [Mlir-commits] [llvm] [mlir] [MLIR][OpenMP] Use correct DebugLoc in target construct callbacks. (PR #125106)
Kareem Ergawy
- [Mlir-commits] [mlir] 3ab1880 - [MLIR] Remove unnecessary include from MathToEmitC.h to fix build issue (#125466)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 978310f - [mlir][vector][nfc] Fix typos in "VectorEmulateNarrowType.cpp" (#125415)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 327d627 - [mlir] share argument attributes interface between calls and callables (#123176)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [mlir] share argument attributes interface between calls and callables (PR #123176)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [llvm] [mlir] [mlir][LLVM] add argument and result attributes to llvm.call (PR #123177)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] add missing dependency to libMLIRFunctionInterfaces after #123176 (PR #125475)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5fdf161 - [mlir] add missing dependency to libMLIRFunctionInterfaces after #123176 (#125475)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir]introduce UnrollScopeInterface and apply it to funcOp and gpu.launch Op. (PR #123904)
Uday Bondhugula
- [Mlir-commits] [mlir] [mlir][tosa] Remove Quantization Attribute (PR #125479)
Jack Frankland
- [Mlir-commits] [mlir] [MLIR] Fix LLVMIRTransforms build failure (PR #125485)
Thomas Preud'homme
- [Mlir-commits] [mlir] [MLIR][mesh] Mesh fixes (PR #124724)
Frank Schlimbach
- [Mlir-commits] [mlir] [mlir][spirv] Add definition for ImageWriteOp (PR #124124)
Igor Wodiany
- [Mlir-commits] [mlir] d906da5 - [mlir] Fix build race condition in Pass Manager tests
David Spickett
- [Mlir-commits] [mlir] [WIP][ViewOpGraph] Improve GraphViz output (PR #125509)
Eric Hein
- [Mlir-commits] [mlir] [mlir] Fix FunctionOpInterface impl for external func (PR #124693)
Hongren Zheng
- [Mlir-commits] [mlir] [mlir] Integrate OpAsmTypeInterface with AsmPrinter (PR #124700)
Hongren Zheng
- [Mlir-commits] [mlir] [mlir] Introduce OpAsmAttrInterface for pretty-print (PR #124721)
Hongren Zheng
- [Mlir-commits] [llvm] [mlir] [mlir][LLVM] add argument and result attributes to llvm.call (PR #123177)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR] Incorrect result for RuntimeVerifiableOpInterface on MemRef::R… (PR #96580)
Tong Chen
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Georgios Pinitas
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Georgios Pinitas
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Georgios Pinitas
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Georgios Pinitas
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Georgios Pinitas
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Luke Hutton
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Georgios Pinitas
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Luke Hutton
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
Luke Hutton
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Make TOSA RESIZE's scale, offset, border as Input (PR #124956)
LLVM Continuous Integration
- [Mlir-commits] [mlir] [mlir][Vector] Add UB conversions to different tests and pipelines (PR #125145)
Andrzej Warzyński
- [Mlir-commits] [mlir] 2b4b4c0 - [mlir][XeGPU] Add MemoryEffectsOpInterface for XeGPU memory related ops. (#125314)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [flang][openmp] Changes for invoking scan Op (PR #123254)
Anchu Rajendran S
- [Mlir-commits] [mlir] [mlir][spirv] Support poison index when converting vector.insert/extract (PR #125560)
Andrea Faulds
- [Mlir-commits] [mlir] [MLIR][ROCDL] Add Scale Convert f8 <-> F32 Support for GFX950 (PR #125564)
Corbin Robeck
- [Mlir-commits] [mlir] [mlir][tosa] Change the shift of mul to be required (PR #125297)
Georgios Pinitas
- [Mlir-commits] [mlir] [mlir][gpu] GPUToROCDL/NVVM: use generic llvm conversion interface instead of hardcoded conversions. (PR #124439)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Prashant Kumar
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Prashant Kumar
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Prashant Kumar
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Prashant Kumar
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][AMDGPU] Plumb address space 7 through MLIR, add address_space attr. (PR #125594)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][Vector] Teach how to materialize UB constant to Vector (PR #125596)
Diego Caballero
- [Mlir-commits] [flang] [mlir] [flang][acc] Improve acc lowering around fir.box and arrays (PR #125600)
Razvan Lupusoru
- [Mlir-commits] [mlir] [mlir][Vector] Add `vector.shuffle` fold for poison inputs (PR #125608)
Diego Caballero
- [Mlir-commits] [mlir] [mlir][ROCDL][~NFC] Migrate to LLVM dialect default builders (PR #125609)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [mlir][Vector] Generate poison vectors in vector.shape_cast lowering (PR #125613)
Diego Caballero
- [Mlir-commits] [mlir] 93fcef3 - [mlir][Vector] Add UB conversions to different tests and pipelines (#125145)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d810c74 - [mlir] More fixes for 9fddaf6b14102963f12dbb9730f101fc52e662c1
Diego Caballero
- [Mlir-commits] [flang] [mlir] [RFC][mlir] Conditional support for fast-math attributes. (PR #125620)
Slava Zakharin
- [Mlir-commits] [mlir] [mlir][LLVM] Switch `undef` for `poison` for uninitialized values (PR #125629)
Krzysztof Drewniak
- [Mlir-commits] [mlir] 87c2b7c - [mlir][gpu]add AffineScope Trait to gpu.launch. (#121058)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][Transforms] Dialect conversion: Fix `-debug` crash (PR #125660)
Matthias Springer
- [Mlir-commits] [mlir] [mlir][Vector] Update VectorEmulateNarrowType.cpp (3/N) (PR #123528)
Andrzej Warzyński
- [Mlir-commits] [mlir] [MLIR] emitc: Add fmtArgs to verbatim (PR #123294)
Simon Camphausen
- [Mlir-commits] [mlir] [mlir][tosa][tosa-to-linalg] Add NaN Mode Lowering (PR #125668)
Jack Frankland
- [Mlir-commits] [mlir] [MLIR][NVVM] Add tcgen05 alloc/dealloc Ops (PR #125674)
Durgadoss R
- [Mlir-commits] [mlir] [mlir][IR] Experiment: Allow ptr as vector element type (PR #125690)
Matthias Springer
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Kareem Ergawy
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Tom Eccles
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Tom Eccles
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Tom Eccles
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Tom Eccles
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Kareem Ergawy
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Kareem Ergawy
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Tom Eccles
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Kareem Ergawy
- [Mlir-commits] [flang] [mlir] [OpenMP][flang][MLIR] Decouple alloc, init, and copy regions for `omp.private|declare_reduction` ops (PR #125699)
Sergio Afonso
- [Mlir-commits] [mlir] [mlir] Fix MLIRTestDialect dependency in MLIRTestIR (PR #125705)
Nikita Popov
- [Mlir-commits] [mlir] [TOSA] fix TileOp description (PR #125707)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 389d135 - [TOSA] fix TileOp description (#125707)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] bd30838 - [flang][acc] Improve acc lowering around fir.box and arrays (#125600)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][NFC] Add missing `)` in doc for `--mlir-print-local-scope` (PR #125721)
Victor Guerra
- [Mlir-commits] [clang] [llvm] [mlir] [IR][ModRef] Introduce `errno` memory location (PR #120783)
Antonio Frighetto
- [Mlir-commits] [flang] [mlir] [flang][OpenMP] Enable delayed privatization by default `omp.wsloop` (PR #125732)
Kareem Ergawy
- [Mlir-commits] [mlir] [MLIR] Fix nanobind linker args on macOS (PR #125733)
Nikhil Kalra
- [Mlir-commits] [clang] [llvm] [mlir] [Offload] Unify offloading entries into a single section (PR #125731)
Joseph Huber
- [Mlir-commits] [mlir] d13940e - [mlir][Vector] Teach how to materialize UB constant to Vector (#125596)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][LLVMIR] Add support for tan intrinsic op (PR #125748)
Paul Carabas
- [Mlir-commits] [mlir] [MLIR] print/parse resource handle key quoted and escaped (PR #119746)
Soren Lassen
- [Mlir-commits] [mlir] Add math to LLVM lowering support for missing trigonometric & hyperbolic ops (PR #125753)
Paul Carabas
- [Mlir-commits] [mlir] [MLIR][XeGPU][Draft] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Charitha Saumya
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Charitha Saumya
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Charitha Saumya
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Charitha Saumya
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Charitha Saumya
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Petr Kurapov
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Jianhui Li
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Jianhui Li
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Jianhui Li
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Jianhui Li
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Jianhui Li
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Jianhui Li
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Charitha Saumya
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][xegpu] XeGPU distribution patterns for load_nd, store_nd, and create_nd_tdesc. (PR #119783)
Charitha Saumya
- [Mlir-commits] [mlir] c8ca486 - [MLIR] print/parse resource handle key quoted and escaped (#119746)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Change 'shape' of RESHAPE from attribute to input shape … (PR #125765)
TatWai Chong
- [Mlir-commits] [mlir] [tblgen] Add command line flags for using fallback TypeIDs in generation (PR #125767)
Stef Lindall
- [Mlir-commits] [mlir] [mlir] Python: Extend print large elements limit to resources (PR #125738)
Nikhil Kalra
- [Mlir-commits] [mlir] [mlir] Python: Parse ModuleOp from file path (PR #125736)
Maksim Levental
- [Mlir-commits] [llvm] [mlir] [MLIR] Make generated markdown doc more consistent (PR #119926)
Kevin Gleason
- [Mlir-commits] [mlir] [mlir][tosa] Change 'shape' of RESHAPE from attribute to input shape … (PR #125789)
TatWai Chong
- [Mlir-commits] [mlir] 4c3169d - [mlir][arith] EmulateWideInt only support `vector.print` (#124510)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][arith] EmulateWideInt only support `vector.print` (PR #124510)
Longsheng Mou
- [Mlir-commits] [mlir] c6eef00 - [mlir][Vector] Add `vector.shuffle` fold for poison inputs (#125608)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 375df71 - [emitc] Fix precedence when emit emit.expression (#124087)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [emitc] Fix precedence when emit emit.expression (PR #124087)
Jianjian Guan
- [Mlir-commits] [mlir] 05a09e6 - [MLIR][Affine] Extend/generalize MDG to properly add edges between non-affine ops (#125451)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 12fff8d - [mlir][LLVMIR] Add support for tan intrinsic op (#125748)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] fix overflow warning when generating embedded libdevice (PR #125801)
Zichen Lu
- [Mlir-commits] [mlir] [mlir][tensor] Introduce `TensorRelayoutOpInterface` (PR #125823)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][tensor][linalg] Move Pack/Unpack Ops to Linalg (PR #123902)
Andrzej Warzyński
- [Mlir-commits] [mlir] ad152f4 - [mlir] Fix MLIRTestDialect dependency in MLIRTestIR (#125705)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 4287c72 - [MLIR][NVVM] Add tcgen05 alloc/dealloc Ops (#125674)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f0b8ff1 - [mlir][tosa] Remove Quantization Attribute (#125479)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [mlir][cmake] Do not export MLIR_MAIN_SRC_DIR (PR #125842)
Nikita Popov
- [Mlir-commits] [llvm] [mlir] [MLIR][OpenMP] Use correct DebugLoc in target construct callbacks. (PR #125856)
Abid Qadeer
- [Mlir-commits] [mlir] [MLIR][NVVM] Fix links in OP definition (PR #125865)
Guray Ozen
- [Mlir-commits] [mlir] ccd92ec - [flang][openmp] Changes for invoking scan Op (#123254)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] e151b1d - [MLIR][OpenMP] Use correct DebugLoc in target construct callbacks. (#125856)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] dd099e9 - [MLIR][NVVM] Fix links in OP definition (#125865)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [ROCDL] Use attached target on the GPU module when lowering GPU ops to ROCDL (PR #110735)
Krzysztof Drewniak
- [Mlir-commits] [mlir] [MLIR][DLTI] Add mangling style (PR #125875)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][memref] canonicalization for erasing copying subview to identical subview (PR #125852)
Matthias Gehre
- [Mlir-commits] [llvm] [mlir] [OMPIRBuilder][debug] Fix debug info for variables in target region. (PR #118314)
Abid Qadeer
- [Mlir-commits] [llvm] [mlir] [llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility (PR #124752)
Michael Buch
- [Mlir-commits] [mlir] [mlir][CMake] Fix another dependency on MLIRTestDialect in Transforms tests (PR #125894)
David Spickett
- [Mlir-commits] [mlir] ebd23f2 - [mlir][CMake] Fix dependency on MLIRTestDialect in Transforms tests (#125894)
llvmlistbot at llvm.org
- [Mlir-commits] [llvm] [mlir] [flang][OMPIRbuilder] Set debug loc on terminator created by splitBB. (PR #125897)
Abid Qadeer
- [Mlir-commits] [clang] [llvm] [mlir] [NVPTX] Convert scalar function nvvm.annotations to attributes (PR #125908)
Alex MacLean
- [Mlir-commits] [llvm] [mlir] [mlir][transforms]-Extract dead code elimination util (PR #124606)
Amir Bishara
- [Mlir-commits] [mlir] [mlir] Fix consumer fusion for producer with multiple results (PR #125915)
Prashant Kumar
- [Mlir-commits] [mlir] 0ad1f83 - [mlir] Python: Extend print large elements limit to resources (#125738)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 4e14b8a - [mlir] Python: Parse ModuleOp from file path (#125736)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 113534d - [MLIR] Fix nanobind linker args on macOS (#125733)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6e52a12 - [mlir][vector] Create `VectorToLLVMDialectInterface` (#121440)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector] Create `VectorToLLVMDialectInterface` (PR #121440)
Ivan Butygin
- [Mlir-commits] [mlir] df1bee0 - [mlir] Add math to LLVM lowering support for missing trigonometric & hyperbolic ops (#125753)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Vector] Replace vector.transpose with vector.shape_cast (PR #125966)
Hyunsung Lee
- [Mlir-commits] [mlir] Sub-channel quantized type implementation (PR #120172)
Maksim Levental
- [Mlir-commits] [mlir] [MLIR][LLVM] Fold extract of extract (PR #125980)
William Moses
- [Mlir-commits] [mlir] 4fb96f2 - [MLIR][LLVM] Implement LLVM dialect support for global aliases (#125295)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Make affine fusion MDG API const correct (PR #125994)
Uday Bondhugula
- [Mlir-commits] [mlir] [mlir][tblgen] Migrate tests to properties for attributes, fix remove*Attr() (PR #123505)
Krzysztof Drewniak
- [Mlir-commits] [mlir] 6d81a14 - [MLIR][LLVM] Fold extract of extract (#125980)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] eb8901b - [llvm][DebugInfo] Add new DW_AT_APPLE_enum_kind to encode enum_extensibility (#124752)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Fix private memref creation bug in affine fusion (PR #126028)
Uday Bondhugula
- [Mlir-commits] [mlir] 80fd902 - [mlir][tensor] Introduce `TensorRelayoutOpInterface` (#125823)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 78f690b - [mlir][Vector] Update VectorEmulateNarrowType.cpp (2/N) (#123527)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][LLVM][NFC] Fix description of `LLVMFixedVectorType` (PR #126031)
Matthias Springer
- [Mlir-commits] [mlir] [mlir][vector] Categorize Vector-to-LLVM conversion tests (PR #125918)
Andrzej Warzyński
- [Mlir-commits] [mlir] 8c2b4aa - [mlir][LLVM][NFC] Fix description of `LLVMFixedVectorType` (#126031)
llvmlistbot at llvm.org
- [Mlir-commits] [llvm] [mlir] [mlir][LLVM] handle argument and result attributes in llvm.call and llvm.invoke (PR #123177)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][Vector] Update VectorEmulateNarrowType.cpp (4/N) (PR #123529)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][Vector] Update VectorEmulateNarrowType.cpp (3/N) (PR #123529)
Andrzej Warzyński
- [Mlir-commits] [mlir] [MLIR][Linalg] Introduce broadcast/transpose semantic to 'linalg.batc… (PR #122275)
Md Asghar Ahmad Shahid
- [Mlir-commits] [mlir] [mlir][spirv] Fix some issues related to converting ub.poison to SPIR-V (PR #125905)
Andrea Faulds
- [Mlir-commits] [mlir] f1e917d - [Offload] Unify offloading entries into a single section (#125731)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8609e27 - [mlir][spirv] Add definition for ImageWriteOp (#124124)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][IR] Clean up type constraints around `ValueSemanticsContainerOf` (PR #126075)
Matthias Springer
- [Mlir-commits] [mlir] [mlir][spirv] Add definition for OpGroupNonUniformBallotBitCount (PR #126055)
Igor Wodiany
- [Mlir-commits] [llvm] [mlir] [MLIR][OpenMP] Lowering nontemporal clause to LLVM IR for SIMD directive (PR #118751)
Jan Leyonberg
- [Mlir-commits] [mlir] efd0a7f - [mlir][ROCDL][~NFC] Migrate to LLVM dialect default builders (#125609)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][amdgpu] Support for 8bit extf for 0d vector type (PR #126102)
Prashant Kumar
- [Mlir-commits] [mlir] f4e3b87 - [mlir][LLVM] Switch `undef` for `poison` for uninitialized values (#125629)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][GPUToLLVMSPV] Fix subgroup ops mangling (PR #126111)
Artem Kroviakov
- [Mlir-commits] [mlir] f2bca9e - [MLIR][Linalg] Introduce broadcast/transpose semantic to batch_matmul (#122275)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][EmitC] Add pass that combines all available emitc conversions (PR #117549)
Paul Kirth
- [Mlir-commits] [mlir] [mlir][Vector] Fold `vector.extract` from poison vector (PR #126122)
Diego Caballero
- [Mlir-commits] [mlir] [MLIR] Add move constructor to BytecodeWriterConfig (PR #126130)
Karim Nosseir
- [Mlir-commits] [mlir] [mlir][vector] Categorize Vector-to-LLVM conversion tests (nfc) (PR #125918)
Andrzej Warzyński
- [Mlir-commits] [mlir] f0e1857 - [MLIR] Support non-atomic RMW option for emulated vector stores (#124887)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] Fix -Wdangling-assignment-gsl in OperationSupport.h (PR #126140)
Shoaib Meenai
- [Mlir-commits] [mlir] a15618f - [mlir] feat: add `mlirFuncSetResultAttr` (#125972)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] feat: add `mlirFuncSetResultAttr` (PR #125972)
William Moses
- [Mlir-commits] [mlir] Remove FullyConnectedOp from TOSA Dialect (PR #126152)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [acc][mlir] Add functionality for categorizing OpenACC variable types (PR #126167)
Razvan Lupusoru
- [Mlir-commits] [mlir] 7fa57cd - [MLIR] Add move constructor to BytecodeWriterConfig (#126130)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][target][nvvm] Perf by stage and store into properties (PR #126178)
Zichen Lu
- [Mlir-commits] [mlir] [mlir][Vector] Introduce poison in LowerVectorBitCast/Broadcast/Transpose (PR #126180)
Diego Caballero
- [Mlir-commits] [mlir] 6b902ef - [mlir][linalg] Add support for masked vectorization of `tensor.insert_slice` (2/N) (#123031)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] e346d47 - [mlir][vector] Categorize Vector-to-LLVM conversion tests (nfc) (#125918)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector] Update tests for xfer permutation lowering (2/N) (PR #123237)
Andrzej Warzyński
- [Mlir-commits] [mlir] 15e50b1 - [mlir][IR] Clean up type constraints around `ValueSemanticsContainerOf` (#126075)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir]linalg][NFC]-Add lit test for tile and fuse transformation (PR #126216)
Amir Bishara
- [Mlir-commits] [mlir] [MLIR][NVVM] Add default constructor for `nvvm.barrier` [NFC] (PR #126225)
Guray Ozen
- [Mlir-commits] [clang] [clang-tools-extra] [flang] [lldb] [llvm] [mlir] [polly] Add static to command line option (cl::opt) (PR #126243)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1454fc9 - [mlir][spirv] Add definition for OpGroupNonUniformBallotBitCount (#126055)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][xegpu] Tensor descriptor type verifier (PR #124548)
Adam Siemieniuk
- [Mlir-commits] [mlir] b284a84 - [MLIR][NVVM] Add default constructor for `nvvm.barrier` [NFC] (#126225)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1f67070 - [ViewOpGraph] Improve GraphViz output (#125509)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][NVVM] Add tcgen05 wait/fence Ops (PR #126265)
Durgadoss R
- [Mlir-commits] [mlir] [mlir][tosa] Replace UniformQuantizedType by the more generic Quantiz… (PR #126275)
Tai Ly
- [Mlir-commits] [mlir] 6832514 - [mlir][Vector] Fold `vector.extract` from poison vector (#126122)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 571a987 - [mlir][tosa] Change 'shape' of RESHAPE from attribute to input shape … (#125789)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5a0075a - [mlir][Vector] Generate poison vectors in vector.shape_cast lowering (#125613)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Use explicit namespace for OpTrait. (PR #126286)
Scott Todd
- [Mlir-commits] [mlir] 2c4dd89 - [mlir][Vector] Introduce poison in LowerVectorBitCast/Broadcast/Transpose (#126180)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 73f11ac - [mlir][tosa] Use explicit namespace for OpTrait. (#126286)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector][spirv] Handle 1-element vector.{load|store} lowering. (PR #126294)
Md Abdullah Shahneous Bari
- [Mlir-commits] [mlir] [TOSA] Fix negate maxValue computation (PR #126295)
Thomas Preud'homme
- [Mlir-commits] [mlir] 8a03658 - [mlir][xegpu] Tensor descriptor type verifier (#124548)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Math] Add fine-grained populate-patterns functions for math function rewrites. (PR #126103)
Jakub Kuderski
- [Mlir-commits] [mlir] 8b12acd - [mlir][vector][spirv] Handle 1-element vector.{load|store} lowering. (#126294)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Fix conv op build functions (PR #126321)
Tai Ly
- [Mlir-commits] [mlir] Fix for issue #126162: warn for inconsistent Python search options (PR #126329)
Dmitry Babokin
- [Mlir-commits] [mlir] [MLIR][TableGen] Add gen-attrdef-list (PR #126332)
Andy Kaylor
- [Mlir-commits] [mlir] b850ce4 - [MLIR][Affine] Fix private memref creation bug in affine fusion (#126028)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Jacques Pienaar
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Benoit Jacob
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] [mlir][math] `powf(a, b)` drop support when a < 0 (PR #126338)
Han-Chung Wang
- [Mlir-commits] [mlir] 027aa70 - [TOSA] Fix negate maxValue computation (#126295)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] Add getAlias for OpAsmTypeInterface (PR #126364)
Hongren Zheng
- [Mlir-commits] [mlir] [mlir][bufferization] Remove `buffer-deallocation` pass (PR #126366)
Matthias Springer
- [Mlir-commits] [mlir] [mlir][vector] Restrict vector.insert/vector.extract (PR #121458)
Andrzej Warzyński
- [Mlir-commits] [mlir] 2feced1 - [MLIR][NVVM] Add tcgen05 wait/fence Ops (#126265)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Linalg] Expose linalg.matmul and linalg.contract via Python API (PR #126377)
Rolf Morel
- [Mlir-commits] [mlir] [emitc][mlir] Add an option to cast array type to ptr type (PR #126385)
Andrey Timonin
- [Mlir-commits] [mlir] [mlir][Tensor] Use output_shape for DimOp->ExpandShapeOp folding (PR #118203)
Kunwar Grover
- [Mlir-commits] [mlir] [mlir][Tensor] Use output_shape for ExpandShapeOp type inference (PR #118202)
Kunwar Grover
- [Mlir-commits] [mlir] [mlir][Linalg] Fix linalg.generic iteration domain collapse for dynamic dims (PR #118208)
Kunwar Grover
- [Mlir-commits] [mlir] [mlir][vector] Move tests for `rewriteAlignedSubByteInt{Ext|Trunc}` (nfc) (PR #126416)
Andrzej Warzyński
- [Mlir-commits] [mlir] b1a267e - [mlir][vector] Remove references to non-existing patterns (nfc)
Andrzej Warzynski
- [Mlir-commits] [mlir] [mlir][vector] Document `ConvertVectorStore` + unify var names (nfc) (PR #126422)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][scf]: Add value bound for the computed upper bound of for loop (PR #126426)
Amir Bishara
- [Mlir-commits] [mlir] [MLIR][Math] Add erfc to math dialect (PR #126439)
Jan Leyonberg
- [Mlir-commits] [mlir] update: added sub operation (PR #126468)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][affine]make affine-loop-unroll a FunctionOpInterface pass. (PR #126475)
lonely eagle
- [Mlir-commits] [mlir] [mlir][nvvm_target] Add nvvm options into NVVMAttachTarget pass (PR #126478)
Zichen Lu
- [Mlir-commits] [mlir] Revert "[mlir] Python: Parse ModuleOp from file path" (PR #126482)
Mehdi Amini
- [Mlir-commits] [mlir] 67b7a25 - Revert "[mlir] Python: Parse ModuleOp from file path" (#126482)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7090dff - [mlir][scf]: Add value bound for the computed upper bound of for loop (#126426)
llvmlistbot at llvm.org
- [Mlir-commits] [clang] [llvm] [mlir] [clang][lldb][mlir] Fix some identical sub-expressions warnings (NFC) (PR #95715)
Shivam Gupta
- [Mlir-commits] [mlir] [mlir][tosa] Change ClampOp's min/max attributes (PR #125197)
Hsiangkai Wang
- [Mlir-commits] [mlir] [mlir] ArithToLLVM: fix memref bitcast lowering (PR #125148)
Ivan Butygin
- [Mlir-commits] [mlir] f796bc6 - [MLIR][Linalg] Expose linalg.matmul and linalg.contract via Python API (#126377)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][Affine] affine-super-vectorize transform op (PR #126522)
llvmlistbot at llvm.org
- [Mlir-commits] [llvm] [mlir] [IR][ModRef] Introduce `errno` memory location (PR #120783)
Antonio Frighetto
- [Mlir-commits] [mlir] 1c583c1 - [acc][mlir] Add functionality for categorizing OpenACC variable types (#126167)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7ae78a6 - [mlir][vector]add extractInsertFoldConstantOp fold function and apply it to extractOp and insertOp. (#124399)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][xegpu] Improve scatter attribute definition (PR #126540)
Adam Siemieniuk
- [Mlir-commits] [mlir] 62ae876 - [mlir][tosa] Fix conv op build functions (#126321)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][spirv] Add definition for OpKill (PR #126554)
Igor Wodiany
- [Mlir-commits] [mlir] [mlir][spirv] Add support for SPV_EXT_mesh_shader extension (PR #126555)
Igor Wodiany
- [Mlir-commits] [mlir] ced23aa - [MLIR][Math] Add fine-grained populate-patterns functions for math function rewrites. (#126103)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [flang][acc] Ensure data exit action is generated for present & nocreate (PR #126560)
Razvan Lupusoru
- [Mlir-commits] [mlir] [Mlir] decompose generic by unfolding projected permutation crash fix (PR #122449)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir] Python: Parse ModuleOp from file path (PR #126572)
Nikhil Kalra
- [Mlir-commits] [mlir] 196a1ac - [OMPIRBuilder][debug] Fix debug info for variables in target region. (#118314)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][Affine] take strides into account for contiguity check (PR #126579)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d7fd2a2 - [MLIR] Fix LLVMIRTransforms build failure (#125485)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][python] add pyproject.toml (PR #124878)
Ryan Mast
- [Mlir-commits] [mlir] 83edbd4 - [flang][acc] Ensure data exit action is generated for present & nocreate (#126560)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 001ba42 - [MLIR][Affine] Make affine fusion MDG API const correct (#125994)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Fix sibling fusion - missing check (PR #126626)
Uday Bondhugula
- [Mlir-commits] [mlir] [mlir][bufferization] Canonicalize to_memref(to_tensor(x)) to a CopyO… (PR #126692)
Maya Amrami
- [Mlir-commits] [mlir] 99e1308 - [mlir][LLVM] handle argument and result attributes in llvm.call and llvm.invoke (#123177)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 67f59a6 - [mlir][xegpu] Improve scatter attribute definition (#126540)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] Update docs for Greedy Pattern Rewrite Driver(NFC) (PR #126701)
Longsheng Mou
- [Mlir-commits] [mlir] [mlir] [DataFlow] Fix bug in int-range-analysis (PR #126708)
donald chen
- [Mlir-commits] [mlir] Added FT locks around PyOperation valid flag to prevent a data race (PR #126709)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1a8d2a4 - [mlir][tosa] Use generic QuantizedType in Conv verifiers (#126275)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [NFC][MLIR] Make file-local cl::opt global variables static (PR #126714)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][dlti] Query by strings (PR #126716)
Adam Siemieniuk
- [Mlir-commits] [mlir] 8cf4c55 - [mlir][bufferization] Canonicalize to_memref(to_tensor(x)) to a CopyO… (#126692)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 2a5050a - [mlir][target][nvvm] Perf by stage and store into properties (#126178)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector] Fix out-of-bounds access (PR #126734)
Longsheng Mou
- [Mlir-commits] [mlir] [mlir][Linalg] Bugfix in decompose generic by unfolding permutation (PR #126737)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Vector] Add support for inner-parallel masked multi-reductions (PR #126722)
Kunwar Grover
- [Mlir-commits] [flang] [mlir] [MLIR][LLVMIR] Use TargetFolder when creating globals (PR #126745)
Nikita Popov
- [Mlir-commits] [mlir] ab93bd6 - [mlir][tosa] Change ClampOp's min/max attributes (#125197)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Support `DenseResourceElementsAttr` in TOSA transpose folders (PR #124532)
Georgios Pinitas
- [Mlir-commits] [mlir] 20ae283 - [mlir][tosa] Change the shift of mul to be required (#125297)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 2cf6663 - [MLIR] Make generated markdown doc more consistent (#119926)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector]fix insert/extract_scalar_from_vec_2d_f32_dynamic_idxs_compile_time_constant test. (PR #126662)
Andrzej Warzyński
- [Mlir-commits] [mlir] fcbf04e - [mlir][vector][nfc] Add clarification on "dim-1" bcast (#125425)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tensor] Make useful Tensor utilities public (PR #126802)
Andrzej Warzyński
- [Mlir-commits] [mlir] f6556af - [mlir] Silence -Wdangling-assignment-gsl in OperationSupport.h (#126140)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Shape] Support >2 args in `shape.broadcast` folder (PR #126808)
Mateusz Sokół
- [Mlir-commits] [mlir] 376f65d - Revert "[mlir] Silence -Wdangling-assignment-gsl in OperationSupport.h (#126140)"
Shoaib Meenai
- [Mlir-commits] [mlir] [mlir] Enable LICM for ops with only read side effects in scf.for (PR #120302)
Hongtao Yu
- [Mlir-commits] [mlir] 36d8e70 - [mlir] Enable LICM for ops with only read side effects in scf.for (#120302)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f15a6c9 - [mlir] [DataFlow] Fix bug in int-range-analysis (#126708)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector][NFC] Fix typos in tests (PR #126662)
lonely eagle
- [Mlir-commits] [mlir] 82cbb02 - [mlir][vector][NFC] Fix typos in tests (#126662)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] Revert "[mlir] Enable LICM for ops with only read side effects in scf.for" (PR #126840)
Hongtao Yu
- [Mlir-commits] [mlir] 0b9b014 - [mlir][dlti] Query by strings (#126716)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] c03325c - [MLIR][LLVMIR] Use TargetFolder when creating globals (#126745)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 73413bd - [mlir] Add missing dependency
Nikita Popov
- [Mlir-commits] [mlir] [MLIR][NVVM] Add NVVMRequiresSM op trait (PR #126886)
Srinivasa Ravi
- [Mlir-commits] [mlir] 79010e2 - [mlir] ArithToLLVM: fix memref bitcast lowering (#125148)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR] Add pattern to bubble up tensor.extract_slice (PR #126898)
ofri frishman
- [Mlir-commits] [clang] [lldb] [llvm] [mlir] [clang][Sema] Fix initialization of `NonTypeTemplateParmDecl`... (PR #121768)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] acce3b8 - [mlir] Mark variable as maybe_unused.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][Ptr] Add the `MemorySpaceAttrInterface` interface and dependencies. (PR #86870)
Mehdi Amini
- [Mlir-commits] [mlir] a282b6c - [NVPTX] Convert scalar function nvvm.annotations to attributes (#125908)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [MLIR][LLVMIR] Always use TargetFolder in IRBuilder (PR #126929)
Nikita Popov
- [Mlir-commits] [mlir] Reland [mlir] ArithToLLVM: fix memref bitcast lowering (#125148) (PR #126939)
Ivan Butygin
- [Mlir-commits] [mlir] [mlir] Match before rewrite in BubbleUpPackOpThroughGenericOp (PR #126946)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] e167c31 - Reland [mlir] ArithToLLVM: fix memref bitcast lowering (#125148) (#126939)
llvmlistbot at llvm.org
- [Mlir-commits] [llvm] [mlir] [mlir] API to serialize bytecode to mmap'd buffer (PR #126953)
Nikhil Kalra
- [Mlir-commits] [mlir] 67cde37 - [mlir] Match before rewrite in BubbleUpPackOpThroughGenericOp (#126946)
llvmlistbot at llvm.org
- [Mlir-commits] [clang] [llvm] [mlir] [AMDGPU] Generalize amdgcn.make.buffer.rsrc to fat pointers (PR #126828)
Krzysztof Drewniak
- [Mlir-commits] [llvm] [mlir] [OMPIRBuilder] - Fix emitTargetTaskProxyFunc to not generate empty functions (PR #126958)
Pranav Bhandarkar
- [Mlir-commits] [mlir] [mlir][tosa]-Edit the verifier of tosa constShapeOp (PR #126962)
Amir Bishara
- [Mlir-commits] [llvm] [mlir] [InferAttrs] Mark errnomem-setting libcalls as such (PR #124742)
Antonio Frighetto
- [Mlir-commits] [mlir] [mlir][acc] Clean up TypedValue builders (PR #126968)
Razvan Lupusoru
- [Mlir-commits] [mlir] 65ed4fa - [mlir] Python: Parse ModuleOp from file path (#126572)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ceb00c0 - [mlir][acc] Clean up TypedValue builders (#126968)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f3a2990 - [mlir] BytecodeWriter: invoke `reserveExtraSpace` (#126953)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 51c847d - [mlir][tosa]-Edit the verifier of tosa constShapeOp (#126962)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5586541 - [mlir][tensor] Make useful Tensor utilities public (#126802)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Fix fusion crash for non-int/fp memref elt types (PR #126829)
Uday Bondhugula
- [Mlir-commits] [mlir] 4078b11 - [MLIR][Affine] Fix fusion crash for non-int/fp memref elt types (#126829)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8421ad7 - [MLIR][Affine] Fix sibling fusion - missing check (#126626)
llvmlistbot at llvm.org
- [Mlir-commits] [llvm] [mlir] [mlir][tosa] Add profile-based operation validation (PR #126992)
TatWai Chong
- [Mlir-commits] [mlir] 3e223e3 - [mlir][vector] Fix out-of-bounds access (#126734)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] Add `MLIR_USE_FALLBACK_TYPE_IDS` macro support for `TypeID` (PR #126999)
Stef Lindall
- [Mlir-commits] [mlir] [mlir][complex] Add complex-range option and select complex division … (PR #127010)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a472147 - [mlir][affine]make affine-loop-unroll a FunctionOpInterface pass. (#126475)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 75c356c - [MLIR][LLVMIR] Always use TargetFolder in IRBuilder (#126929)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 213917b - [mlir][bufferization] Remove `buffer-deallocation` pass (#126366)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Fix fusion crash from memory space int assumption (PR #127032)
Uday Bondhugula
- [Mlir-commits] [mlir] [mlir][spirv] Update example of `spirv.Constant`(NFC) (PR #127030)
Jakub Kuderski
- [Mlir-commits] [mlir] 9d92bea - [MLIR][LLVMIR] Fix use-after-move
Nikita Popov
- [Mlir-commits] [mlir] [MLIR][NFC] Return MemRefType in memref.subview return type inference functions (PR #120024)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][index] Add CAPI (PR #127039)
Martin Erhart
- [Mlir-commits] [mlir] ff585fe - [IR][ModRef] Introduce `errno` memory location
Antonio Frighetto
- [Mlir-commits] [mlir] 6fb1d40 - [mlir][spirv] Update example of `spirv.Constant`(NFC) (#127030)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1935f84 - [mlir][complex] Add complex-range option and select complex division … (#127010)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][mpi] Lowering Mpi To LLVM (PR #127053)
Frank Schlimbach
- [Mlir-commits] [flang] [mlir] [mlir][OpenMP][flang] make private variable allocation implicit in omp.private (PR #124019)
Sergio Afonso
- [Mlir-commits] [mlir] aecb764 - [mlir][gpu] GPUToROCDL/NVVM: use generic llvm conversion interface instead of hardcoded conversions. (#124439)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] de09986 - [mlir][math] `powf(a, b)` drop support when a < 0 (#126338)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 88015d1 - [mlir] Fix a warning
Kazu Hirata
- [Mlir-commits] [mlir] [mlir][linalg} Add check for affine.for map bounds (PR #127105)
Ayokunle Amodu
- [Mlir-commits] [mlir] [mlir] Python: write bytecode to a file path (PR #127118)
Nikhil Kalra
- [Mlir-commits] [mlir] 4ec1990 - [mlir][tosa] Remove FullyConnectedOp from TOSA Dialect (#126152)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] dbbdc7e - [mlir][bufferization] Use a cache when checking whether ops are in mutually exclusive regions (#123516)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][bufferization] Use a cache when checking whether ops are in mutually exclusive regions (PR #123516)
Christopher Bate
- [Mlir-commits] [mlir] [mlir][scf] Remove identical `scf.for` iter args (PR #127145)
Jeff Niu
- [Mlir-commits] [mlir] a57e58d - [mlir][scf] Remove identical `scf.for` iter args (#127145)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] dc79c66 - [mlir][spirv] Add support for SPV_EXT_mesh_shader extension (#126555)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][scf] add unroll-full option to test-loop-unrolling pass. (PR #127158)
lonely eagle
- [Mlir-commits] [mlir] [MLIR][Affine] Add affine value map difference operator (PR #127163)
Uday Bondhugula
- [Mlir-commits] [mlir] [MLIR][Affine] NFC. Fix/improve debug messages for affine analysis/fusion utils (PR #127164)
Uday Bondhugula
- [Mlir-commits] [mlir] c1b7037 - [MLIR][Affine] Add affine value map difference operator (#127163)
llvmlistbot at llvm.org
- [Mlir-commits] [clang] [clang-tools-extra] [flang] [libc] [llvm] [mlir] [clang-tidy] Fix invalid fixit from modernize-use-ranges for nullptr used with std::unique_ptr (PR #127162)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][linalg] Update docs for `linalg.generic` (PR #127178)
Longsheng Mou
- [Mlir-commits] [llvm] [mlir] [MLIR][CAPI] Add MemRef pass bindings to the C API (PR #73949)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] sketch (PR #73368)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Fix getSliceBounds for slice bound failures (PR #127192)
Uday Bondhugula
- [Mlir-commits] [mlir] [nfc][mlir][linalg][tiling] Fix example code. (PR #127194)
Javed Absar
- [Mlir-commits] [mlir] Full slices when tiling full loop trip count (PR #127197)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 2bcf62b - [nfc][mlir][linalg][tiling] Fix example code. (#127194)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][spirv] Drop support for the SPV_NV_mesh_shader extension (PR #127200)
Igor Wodiany
- [Mlir-commits] [mlir] e762a0e - [mlir][spirv] Drop support for the SPV_NV_mesh_shader extension (#127200)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5767e4d - [MLIR][NFC] Return MemRefType in memref.subview return type inference functions (#120024)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [nfc][mlir][linalg] Make example easier to read. (PR #127213)
Javed Absar
- [Mlir-commits] [mlir] [MLIR][OpenMP] Normalize lowering of omp.loop_nest (PR #127217)
Sergio Afonso
- [Mlir-commits] [mlir] 035bc52 - [nfc][mlir][linalg] Make example easier to read. (#127213)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][DLTI] Fix type converter-to-llvm access to Data Layout info (PR #127239)
Rolf Morel
- [Mlir-commits] [mlir] db1e15a - [MLIR][Vector] Add support for inner-parallel masked multi-reductions (#126722)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR] Lower `math.powf(x, 3.0)` to `x * x * x`. (PR #127256)
Benoit Jacob
- [Mlir-commits] [mlir] 0301bf9 - [MLIR] Lower `math.powf(x, 3.0)` to `x * x * x`. (#127256)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 2f911ad - [mlir][vector] Update tests for xfer permutation lowering (2/N) (#123237)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][LLVM] Add isnan intrinsic (PR #127288)
William Moses
- [Mlir-commits] [mlir] [MLIR][Math] Add optional benefit arg to populate math lowering patterns (PR #127291)
William Moses
- [Mlir-commits] [mlir] 5866032 - [mlir] Add `MLIR_USE_FALLBACK_TYPE_IDS` macro support for `TypeID` (#126999)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 9fddcea - [MLIR][Affine] Fix getSliceBounds for missing handling of no lower/upper bound in certain cases (#127192)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 61ad087 - [MLIR][Affine] NFC. Fix/improve debug messages for affine analysis/fusion utils (#127164)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 5c93eb5 - [MLIR][Math] Add optional benefit arg to populate math lowering patterns (#127291)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR] Fix mlirExecutionEngineLookup throwing assert on lookup fail (PR #123924)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR] NFC. Refactor IntegerRelation getSliceBounds (PR #127308)
Uday Bondhugula
- [Mlir-commits] [mlir] 2db2628 - [MLIR] Fix mlirExecutionEngineLookup throwing assert on lookup fail (#123924)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] Improve GreedyPatternRewriteDriver logging (PR #127314)
Andrzej Warzyński
- [Mlir-commits] [mlir] [MLIR][LLVMIR] Add support for asin acos atan intrinsics op (PR #127317)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector] Update tests for xfer permutation lowering (3/N) (PR #127320)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir] add some FP classification ops and their lowering to libdevice (PR #127322)
Oleksandr Alex Zinenko
- [Mlir-commits] [mlir] [mlir] lower min/maxnum to libdevice calls (PR #127323)
Oleksandr Alex Zinenko
- [Mlir-commits] [mlir] Use static function to replace lamda function (PR #127333)
Leon Lu
- [Mlir-commits] [mlir] 02fb976 - [mlir] Improve GreedyPatternRewriteDriver logging (#127314)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ad948fa - [mlir][vector] Document `ConvertVectorStore` + unify var names (nfc) (#126422)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 963ff1c - [mlir] lower min/maxnum to libdevice calls (#127323)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Fix affine memory op verifiers to check valid dim/symbols properly (PR #127375)
Uday Bondhugula
- [Mlir-commits] [mlir] [MLIR] Use applyOpPatternsGreedily instead of deprecated applyOpPatternsAndFold in documentation (PR #127379)
Letu Ren
- [Mlir-commits] [mlir] 79d8a34 - [mlir] add some FP classification ops and their lowering to libdevice (#127322)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][affine] make affine-loop-unroll-jam interface pass (PR #127402)
lonely eagle
- [Mlir-commits] [mlir] [MLIR] Retire `let constructor` for passes in Conversion directory (p… (PR #127403)
lorenzo chelini
- [Mlir-commits] [mlir] 6812fc0 - [mlir][affine] make affine-loop-unroll-jam interface pass (#127402)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][DataLayout] Add a default memory space entry to the data layout. (PR #127416)
Fabian Mora
- [Mlir-commits] [mlir] ecb7f5a - [mlir][linalg] Update docs for `linalg.generic`(NFC) (#127178)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 69f3e00 - [MLIR] NFC. Refactor IntegerRelation getSliceBounds (#127308)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][bufferization] Fix promote-buffers-to-stack crash cause by nested memref (PR #127441)
Longsheng Mou
- [Mlir-commits] [mlir] [mlir][bufferization] Module bufferization: Delete obsolete code (PR #127455)
Matthias Springer
- [Mlir-commits] [mlir] [mlir][linalg] Remove `computeStaticLoopSizes` (PR #124778)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][NVVM] Add `cmd-options` to pass flags to the downstream compiler (PR #127457)
Guray Ozen
- [Mlir-commits] [mlir] c1a2292 - [MLIR][NFC] Retire `let constructor` for passes in Conversion directory (part1) (#127403)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] b302829 - [mlir][linalg] Remove `computeStaticLoopSizes` (#124778)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 517800e - [mlir][tensor][linalg] Move Pack/UnPack Ops to Linalg (#123902)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 837b89f - [MLIR][NVVM] Add `ptxas-cmd-options` to pass flags to the downstream compiler (#127457)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][x86vector] AVX512-BF16 Convert packed F32 to BF16 (PR #125685)
Renato Golin
- [Mlir-commits] [mlir] [mlir] move LinalgToStandard to Linalg as ConvertToFunctionCalls (PR #121392)
Renato Golin
- [Mlir-commits] [mlir] a177be5 - [mlir][Linalg] Bugfix in decompose generic by unfolding permutation (#126737)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Linalg] Fix decompose generic op pattern (PR #117650)
Renato Golin
- [Mlir-commits] [mlir] [mlir][gpu] Create splat constant in MMA elementwise min/max operation (PR #88393)
Adam Siemieniuk
- [Mlir-commits] [mlir] [mlir][x86vector] Fix integration tests lowering (PR #124934)
Renato Golin
- [Mlir-commits] [mlir] [MLIR][LLVM] Refactor globals insertion point translation (NFC) (PR #127490)
Henrich Lauko
- [Mlir-commits] [mlir] d25beca - [MLIR][Doc] Update the pass infra doc to advise against `let constructor = ` (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] 4e41e9a - [mlir] Update docs for Greedy Pattern Rewrite Driver(NFC) (#126701)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] c5ea469 - [OMPIRBuilder] - Fix emitTargetTaskProxyFunc to not generate empty functions (#126958)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][ODS] Allow inferring operand types from multiple variables (PR #127517)
Kunwar Grover
- [Mlir-commits] [mlir] 7465647 - [mlir][x86vector] Fix integration tests lowering (#124934)
llvmlistbot at llvm.org
- [Mlir-commits] [llvm] [mlir] [mlir][tensor][linalg] Move RelayoutOpInterface from linalg back to tensor (PR #127533)
Christian Sigg
- [Mlir-commits] [mlir] [MLIR][LLVM] Fix import split marker in alias test (PR #127540)
Henrich Lauko
- [Mlir-commits] [mlir] [mlir][linalg] Create a dedicated target for LinalgRelayoutInterface (PR #127541)
Andrzej Warzyński
- [Mlir-commits] [llvm] [mlir] [mlir][bazel] Port https://github.com/llvm/llvm-project/commit/517800e37e8d3a4ee84214bef65e227612c2a98b (PR #127544)
Christian Sigg
- [Mlir-commits] [mlir] 93a1184 - [MLIR][LLVM] Fix import split marker in alias test (#127540)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tensor] Fix computation of collapse in dynamic cases (PR #127560)
Ian Wood
- [Mlir-commits] [mlir] a5e6ccf - [mlir][bazel] Port https://github.com/llvm/llvm-project/commit/517800e37e8d3a4ee84214bef65e227612c2a98b (#127544)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 77410f2 - [mlir][tensor] Remove unnecessary include.
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][spirv] Fix vector reduction lowerings for FP min/max (PR #69025)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir:python] Set `__module__` classes generated by nanobind adaptors. (PR #127584)
Ingo Müller
- [Mlir-commits] [mlir] b227c25 - [mlir][scf] add unroll-full option to test-loop-unrolling pass (#127158)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] Update `operator<<` in objects of DataFlowFramework.h (PR #127586)
Hyunsung Lee
- [Mlir-commits] [mlir] [mlir][nfc] Add a negative test for --linalg-specialize-generic-ops (PR #127600)
Andrzej Warzyński
- [Mlir-commits] [mlir] 2b71df5 - [mlir][x86vector] AVX512-BF16 Convert packed F32 to BF16 (#125685)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Fix affine.parallel op verifier (PR #127611)
Uday Bondhugula
- [Mlir-commits] [mlir] [MLIR][Linalg] Introduce Python API for linalg.batch_matmul Ops. (PR #127614)
Md Asghar Ahmad Shahid
- [Mlir-commits] [mlir] 41be5bb - [mlir][vector] Update tests for xfer permutation lowering (3/N) (#127320)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 91ef371 - [MLIR] Update `operator<<` in objects of DataFlowFramework.h (#127586)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][vector] Update tests for xfer permutation lowering (4/N) (PR #127624)
Andrzej Warzyński
- [Mlir-commits] [mlir] 93d3e20 - [mlir][spirv] Add definition for OpKill (#126554)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7e2707a - [mlir][nfc] Add a negative test for --linalg-specialize-generic-ops (#127600)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][spirv] Split conditional basic blocks during deserialization (PR #127639)
Igor Wodiany
- [Mlir-commits] [mlir] 4cc7d60 - [MLIR] emitc: Add emitc.file op (#123298)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][GPUDialect] Add cmdOption suffix consumer in GpuModuleToBinary Pass (PR #127646)
Zichen Lu
- [Mlir-commits] [mlir] 8806311 - [MLIR][Math] Add erfc to math dialect (#126439)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0e960f1 - [MLIR][OpenMP] Add OMP Declare Mapper MLIR Op definition (#117045)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Add Lowering support for OpenMP Declare Mapper directive (PR #117046)
Akash Banerjee
- [Mlir-commits] [mlir] 9905728 - [MLIR][OpenMP] Add Lowering support for OpenMP Declare Mapper directive (#117046)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Add OMP Mapper field to MapInfoOp (PR #120994)
Akash Banerjee
- [Mlir-commits] [mlir] 6682753 - [MLIR][LLVM] Refactor globals insertion point in import (#127490)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ee17955 - [MLIR][OpenMP] Add OMP Mapper field to MapInfoOp (#120994)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Add Lowering support for OpenMP custom mappers in map clause (PR #121001)
Akash Banerjee
- [Mlir-commits] [flang] [mlir] [MLIR][OpenMP] Add conversion support from FIR to LLVM Dialect for OMP DeclareMapper (PR #121005)
Akash Banerjee
- [Mlir-commits] [mlir] d6ab12c - [MLIR][OpenMP] Add conversion support from FIR to LLVM Dialect for OMP DeclareMapper (#121005)
llvmlistbot at llvm.org
- [Mlir-commits] [clang] [flang] [llvm] [mlir] [MLIR][OpenMP] Add LLVM translation support for OpenMP UserDefinedMappers (PR #124746)
Akash Banerjee
- [Mlir-commits] [clang] [llvm] [mlir] [MLIR][OpenMP] Add LLVM translation support for OpenMP UserDefinedMappers (PR #124746)
Akash Banerjee
- [Mlir-commits] [mlir] 360630b - [mlir][GPUDialect] Add cmdOption suffix consumer in GpuModuleToBinary Pass (#127646)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 055872a - [mlir] Integrate OpAsmTypeInterface with AsmPrinter (#124700)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7c104b6 - [mlir] Introduce OpAsmAttrInterface for pretty-print (#124721)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] aa16ca3 - [mlir] Add getAlias for OpAsmTypeInterface (#126364)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Change zero points of convolution ops to required inputs (PR #127679)
Tai Ly
- [Mlir-commits] [mlir] [mlir][tensor] Fold dynamic expand of collapse (PR #127689)
Ian Wood
- [Mlir-commits] [mlir] 56e0bf2 - Fix for issue #126162: warn for inconsistent Python search options (#126329)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] f7d0370 - [AMDGPU] Generalize amdgcn.make.buffer.rsrc to fat pointers (#126828)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0049adf - [MLIR] emitc: Add fmtArgs to verbatim (#123294)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 2c05d02 - [mlir] Fix warnings
Kazu Hirata
- [Mlir-commits] [mlir] [mlir] NFC: fix typos and improve commentary regarding generation of MLIRConfig.cmake (PR #127712)
Christopher Bate
- [Mlir-commits] [mlir] [MLIR][AMDGPU] Add OCP FP8 support for new hardware (PR #127728)
Jakub Kuderski
- [Mlir-commits] [mlir] [mlir][tosa] Add FP8 support (PR #127730)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8b284dc - [mlir] Fix FunctionOpInterface impl for external func (#124693)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6b67aac - [mlir:python] Improve `mlir_(attribute|type|value)_subclass` for `nanobind`s `stubgen` (#127584)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][NFC] Use base alias for constructor inheritance (PR #127756)
lorenzo chelini
- [Mlir-commits] [mlir] [mlir][python] fix linalg.pack/unpack (PR #127729)
Andrzej Warzyński
- [Mlir-commits] [mlir] c4f8da9 - [MLIR][emitc]: Remove unused functions (NFC)
Matthias Gehre
- [Mlir-commits] [mlir] [mlir][acc] Add inline interface to acc dialect. (PR #127761)
llvmlistbot at llvm.org
- [Mlir-commits] [flang] [libc] [libclc] [llvm] [mlir] [AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx942 in MLIR (PR #125836)
Fabian Ritter
- [Mlir-commits] [mlir] [AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx942 in MLIR (PR #125836)
Fabian Ritter
- [Mlir-commits] [mlir] d4cb75e - [mlir][bufferization] Module bufferization: Delete obsolete code (#127455)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8900e41 - [AMDGPU][MLIR] Replace gfx940 and gfx941 with gfx942 in MLIR (#125836)
llvmlistbot at llvm.org
- [Mlir-commits] [clang] [flang] [libc] [libclc] [llvm] [mlir] [AMDGPU][clang] Replace gfx940 and gfx941 with gfx942 in clang (PR #126762)
Fabian Ritter
- [Mlir-commits] [clang] [flang] [libc] [libclc] [llvm] [mlir] [AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (PR #126763)
Fabian Ritter
- [Mlir-commits] [clang] [flang] [libc] [libclc] [llvm] [mlir] [AMDGPU] Remove FeatureForceStoreSC0SC1 (PR #126878)
Fabian Ritter
- [Mlir-commits] [mlir] [mlir][Func] Preserve attribute when converting CallOp/ReturnOp signature (PR #127772)
Hongren Zheng
- [Mlir-commits] [clang] [flang] [libc] [libclc] [llvm] [mlir] [AMDGPU][docs] Replace gfx940 and gfx941 with gfx942 in llvm/docs (PR #126887)
Fabian Ritter
- [Mlir-commits] [clang] [flang] [libc] [libclc] [llvm] [mlir] [AMDGPU][docs][NFC] Replace gfx940 with gfx942 in the gfx940 ISA doc (PR #126906)
Fabian Ritter
- [Mlir-commits] [mlir] 3c938d0 - [MLIR][Affine] Fix affine.parallel op verifier (#127611)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][Parser] Fix use-after-free when parsing invalid reference to nested definition (PR #127778)
Matthias Springer
- [Mlir-commits] [mlir] [mlir][vector] Add a check to ensure input vector rank equals target shape rank (PR #127706)
Andrzej Warzyński
- [Mlir-commits] [mlir] [mlir][dlti] Fix query keys preallocation (PR #127786)
Adam Siemieniuk
- [Mlir-commits] [mlir] [MLIR] Fix thread safety of the deleter in PyDenseResourceElementsAttribute (PR #124832)
Christopher McGirr
- [Mlir-commits] [mlir] [MLIR][NVVM] Add Ops for tcgen05 cp and shift (PR #127798)
Durgadoss R
- [Mlir-commits] [mlir] 760ec2c - [MLIR][Linalg] Introduce Python API for linalg.batch_matmul Ops. (#127614)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 0b63dfb - [MLIR][NFC] Use base alias for constructor inheritance (#127756)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Add missing check in affine data copy nest generation (PR #127809)
Uday Bondhugula
- [Mlir-commits] [mlir] [mlir][examples] Fix bugs in Standlone project's CMakeLists.txt (PR #127716)
Mehdi Amini
- [Mlir-commits] [clang] [llvm] [mlir] [NVPTX] Convert vector function nvvm.annotations to attributes (PR #127736)
Alex MacLean
- [Mlir-commits] [mlir] [mlir][tosa] Align check variables naming to use capitals (PR #127830)
Georgios Pinitas
- [Mlir-commits] [mlir] [mlir][tosa] Update SelectOp's input names to match TOSA specification (PR #127833)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1d829f6 - [mlir][tosa] Align check variables naming to use capitals (#127830)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d57479c - [mlir][tosa] Update SelectOp's input names to match TOSA specification (#127833)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 8337d01 - [MLIR] Fix doc build (NFC)
Mehdi Amini
- [Mlir-commits] [mlir] [MLIR] Fix rewrite of ops with vector operands to LLVM on GPU (PR #127844)
Krzysztof Drewniak
- [Mlir-commits] [mlir] 5caefe2 - [MLIR][LLVMIR] Add support for asin acos atan intrinsics op (#127317)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][integer-range-analysis] expose helpers in header and fix ConstantIntRange print (PR #127888)
Maksim Levental
- [Mlir-commits] [mlir] 4a411eb - [MLIR] Fix rewrite of ops with vector operands to LLVM on GPU (#127844)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][Vector] Deprecate vector.extractelement/vector.insertelement (PR #113829)
Kunwar Grover
- [Mlir-commits] [mlir] [mlir][bufferization] Change OneShotModuleBufferize to not analyze or bufferize nested symbol tables (PR #127726)
Christopher Bate
- [Mlir-commits] [mlir] c9ff839 - [mlir][Linalg] Fix linalg.generic iteration domain collapse for dynamic dims (#118208)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1a6ed4d - [mlir][Vector] Deprecate vector.extractelement/vector.insertelement (#113829)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][xegpu] Improve XeGPU op verification logic for SIMT flavor and update tests. (PR #127920)
Igor Zamyatin
- [Mlir-commits] [mlir] [MLIR][LLVM] Fold extract of constant (PR #127927)
William Moses
- [Mlir-commits] [mlir] ab7664c - [mlir][integer-range-analysis] expose helpers in header and fix ConstantIntRange print (#127888)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][lR] Add Check For Functions with Zero Results in "test-func-erase-result" Pass (PR #127941)
Ayokunle Amodu
- [Mlir-commits] [mlir] [MLIR][Math] Add floating point value folders (PR #127947)
William Moses
- [Mlir-commits] [mlir] 1fd280d - [MLIR][Affine] Add missing check in affine data copy nest generation (#127809)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 7d03c8e - [mlir][Parser] Fix use-after-free when parsing invalid reference to nested definition (#127778)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][LLVMIR] Add support for atan2 intrinsics op (PR #127970)
Letu Ren
- [Mlir-commits] [mlir] [MLIR][ROCDL] Fix accessedOperands for Rocdl_RawPtrBufferLoadOp (PR #127983)
Alexander Weinrauch
- [Mlir-commits] [mlir] [MLIR][ROCDL] Add ops for raw.ptr.buffer.load.lds (PR #127988)
Alexander Weinrauch
- [Mlir-commits] [mlir] [MLIR] Imporve location tracking for `parseElementsLiteralType` (PR #127992)
lorenzo chelini
- [Mlir-commits] [mlir] [mlir] Allow trailing digit for alias in AsmPrinter (PR #127993)
Hongren Zheng
- [Mlir-commits] [mlir] [mlir][Vector][NFC] Move canonicalizers for DenseElementsAttr to folders (PR #127995)
Kunwar Grover
- [Mlir-commits] [mlir] [mlir][emitc][NFC] Add type clarification to the description for the emitc.global op (PR #127997)
Andrey Timonin
- [Mlir-commits] [mlir] [mlir] Remove unused outer loop (NFC) (PR #127998)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][emitc][NFC] Add an example to the description of the emitc.verbatim operation (PR #128004)
Andrey Timonin
- [Mlir-commits] [mlir] [mlir][emitc][NFC] Add an example to the description of the emitc.literal operation (PR #128005)
Andrey Timonin
- [Mlir-commits] [mlir] [mlir][Parser] Fix crash after block parsing failure (PR #128011)
Matthias Springer
- [Mlir-commits] [mlir] 1b610e6 - [MLIR][Math] Add floating point value folders (#127947)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] c2e5142 - [MLIR][LLVM] Fold extract of constant (#127927)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] a72616d - [mlir][python] fix linalg.pack/unpack (#127729)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 1e1bf79 - [mlir][emitc] Add an option to cast array type to ptr type (#126385)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir] [irdl] Optional attributes in irdl (PR #110981)
Alex Rice
- [Mlir-commits] [mlir] [mlir][Vector] Move vector.insert canonicalizers for DenseElementsAttr to folders (PR #128040)
Kunwar Grover
- [Mlir-commits] [mlir] [mlir][tosa] Align operator descriptions with the spec (PR #128046)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Remove section numbers in operator tablegen (PR #128048)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Add additional input output dtype verifiers for the foll… (PR #127923)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 11468c3 - [mlir][tosa] Add profile-based operation validation (#126992)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Enhance folder for Tosa binary operators (PR #128059)
Tai Ly
- [Mlir-commits] [mlir] [mlir][TOSA] Add folder for multiply like reduce_prod operation (PR #128067)
Tai Ly
- [Mlir-commits] [mlir] [mlir][tosa] Add several level checks (PR #128074)
TatWai Chong
- [Mlir-commits] [mlir] Add MemoryEffect to xegpu.atomic_rmw op (PR #128076)
Nishant Patel
- [Mlir-commits] [mlir] [mlir][tosa] Fold 'small' constant 1D concat operations (PR #128080)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [utils] Use stricter SSA regexp for CHECK-SAME. (PR #128083)
Slava Zakharin
- [Mlir-commits] [mlir] [mlir][tosa] add test of scalar mul op (PR #128088)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 62c209b - [mlir][tosa] add test of scalar mul op (#128088)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][tosa] Add infer shape test of scalar mul op (PR #128091)
Tai Ly
- [Mlir-commits] [mlir] [MLIR][ARITH] Adds missing foldings for truncf (PR #128096)
Zahi Moudallal
- [Mlir-commits] [mlir] [mlir][affine][gpu] support unroll dynamic value and apply it to gpu.thread_id op (PR #128113)
lonely eagle
- [Mlir-commits] [mlir] [mlir][tosa] Change Transpose perms operand to attribute (PR #128115)
Tai Ly
- [Mlir-commits] [mlir] 22f5268 - [mlir][tosa] Add infer shape test of scalar mul op (#128091)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Math] Add lowering for isnan and isfinite (PR #128125)
William Moses
- [Mlir-commits] [mlir] 35d7bf2 - [mlir] Remove unused outer loop (NFC) (#127998)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][NVVM] Add support for f32 in redux.sync Op (PR #128137)
Srinivasa Ravi
- [Mlir-commits] [mlir] 6bd88bb - [MLIR][NVVM] Add Ops for tcgen05 cp and shift (#127798)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 6de5d1e - [mlir][linalg] Extend elementwise (#124661)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [mlir][Parser] Fix crash when resolving invalid operands with missing location (PR #128163)
Matthias Springer
- [Mlir-commits] [mlir] 8a3222d - [mlir][Parser] Fix crash when resolving invalid operands with missing location (#128163)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] fc2f31c - [MLIR][ROCDL] Add op for raw.ptr.buffer.load.lds (#127988)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] c78cb30 - [MLIR][ROCDL] Fix accessedOperands for Rocdl_RawPtrBufferLoadOp (#127983)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 02c804d - [mlir][linalg] Silence unused variable warning
Benjamin Kramer
- [Mlir-commits] [mlir] d578dbf - [mlir][emitc][NFC] Add type clarification to the description for the emitc.global op (#127997)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] ce5c702 - [mlir][linalg][nfc] Fix formatting for linalg.elementwise
Andrzej Warzynski
- [Mlir-commits] [mlir] [mlir] Implement OpAsmAttrInterface for some Builtin Attributes (PR #128191)
Hongren Zheng
- [Mlir-commits] [mlir] 6bfedfa - [mlir] Fix warnings
Kazu Hirata
- [Mlir-commits] [mlir] [mlir][tosa] Fold 'small' constant 1D slice operations (PR #128193)
Tai Ly
- [Mlir-commits] [mlir] 0181af2 - [MLIR] Imporve location tracking for `parseElementsLiteralType` (#127992)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d12a4d4 - [mlir][tosa] Remove section numbers in operator tablegen (#128048)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][OpenMP] Simplify definition of the BlockArgOpenMPOpInterface, NFC (PR #128198)
Sergio Afonso
- [Mlir-commits] [mlir] ab166d4 - [mlir][mpi] Lowering Mpi To LLVM (#127053)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR] Separate the scalarization part of MathToROCDL (PR #128203)
Benoit Jacob
- [Mlir-commits] [mlir] 9546afe - [MLIR][XeGPU]Add MemoryEffect to xegpu.atomic_rmw op (#128076)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][NVVM] [NFC] Update test cmd-lines and doc links (PR #128207)
Durgadoss R
- [Mlir-commits] [mlir] 386a45c - [mlir] Fix warnings
Kazu Hirata
- [Mlir-commits] [mlir] [TOSA] Move cond_if and while_loop operations to controlflow extension (PR #128216)
Tai Ly
- [Mlir-commits] [mlir] Refactor ConvertVectorToLLVMPass options (PR #128219)
Artemiy Bulavin
- [Mlir-commits] [mlir] 2b06cee - [mlir][tosa] Align operator descriptions with the spec (#128046)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [Tosa] Add necessary `unordered_map` header file (PR #128248)
Mosè Giordano
- [Mlir-commits] [mlir] 5d0c5c6 - [MLIR][ARITH] Adds missing foldings for truncf (#128096)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] d175aed - [Tosa] Add necessary `unordered_map` header file (#128248)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][OpenMP] Prevent loop wrapper translation crashes (PR #115475)
Jan Leyonberg
- [Mlir-commits] [mlir] dc72a93 - [MLIR][Affine] Add check for 'affine.for' Bound Map Results (#127105)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 86ef031 - [MLIR][Affine] Fix affine memory op verifiers to check valid dim/symbols properly (#127375)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] [MLIR][Affine] Add functionality to demote invalid symbols to dims (PR #128289)
Uday Bondhugula
- [Mlir-commits] [mlir] c645981 - [mlir][bazel] Port https://github.com/llvm/llvm-project/commit/ab166d4d10f5b23262acb7448eb32c056595a0cd
Christian Sigg
- [Mlir-commits] [mlir] [mlir][vector] Skip uniform vectorization for non scalar type (PR #128294)
Kai Sasaki
- [Mlir-commits] [mlir] [mlir][math] expand-math pass assumes the static shaped type (PR #128299)
Kai Sasaki
- [Mlir-commits] [mlir] [mlir] Remove duplicate comment(NFC) (PR #128304)
Longsheng Mou
- [Mlir-commits] [mlir] 8d5c1e6 - [mlir][vector] Skip uniform vectorization for non scalar type (#128294)
llvmlistbot at llvm.org
- [Mlir-commits] [mlir] 4e44bd0 - [mlir][Parser] Fix crash after block parsing failure (#128011)
llvmlistbot at llvm.org
Last message date:
Sat Feb 22 03:57:45 PST 2025
Archived on: Sat Feb 22 03:57:48 PST 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).