[all-commits] [llvm/llvm-project] 30bfea: [mlir][python] Add utils for more pythonic context...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Jul 7 06:20:42 PDT 2025


  Branch: refs/heads/users/nico/map-to-lanes-2
  Home:   https://github.com/llvm/llvm-project
  Commit: 30bfea8439d866e5bc8ec1c0eafb9161ae585a40
      https://github.com/llvm/llvm-project/commit/30bfea8439d866e5bc8ec1c0eafb9161ae585a40
  Author: Nicolas Vasilache <nico.vasilache at amd.com>
  Date:   2025-07-06 (Sun, 06 Jul 2025)

  Changed paths:
    M mlir/include/mlir-c/IR.h
    M mlir/lib/Bindings/Python/IRCore.cpp
    M mlir/lib/CAPI/IR/IR.cpp
    M mlir/python/CMakeLists.txt
    M mlir/python/mlir/_mlir_libs/_mlir/ir.pyi
    A mlir/python/mlir/utils.py
    A mlir/test/python/utils.py

  Log Message:
  -----------
  [mlir][python] Add utils for more pythonic context creation and registration management

Co-authored-by: Fabian Mora <fmora.dev at gmail.com
Co-authored-by: Oleksandr "Alex" Zinenko <git at ozinenko.com>
Co-authored-by: Tres <tpopp at users.noreply.github.com>


  Commit: c277571c4199dfb661589a3f918f6e78791402aa
      https://github.com/llvm/llvm-project/commit/c277571c4199dfb661589a3f918f6e78791402aa
  Author: Nicolas Vasilache <nico.vasilache at amd.com>
  Date:   2025-07-06 (Sun, 06 Jul 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Bufferization/TransformOps/BufferizationTransformOps.td
    M mlir/include/mlir/Dialect/GPU/TransformOps/GPUTransformOps.td
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/include/mlir/Dialect/MemRef/TransformOps/MemRefTransformOps.td
    M mlir/include/mlir/Dialect/NVGPU/TransformOps/NVGPUTransformOps.td
    A mlir/include/mlir/Dialect/Transform/Interfaces/Utils.td

  Log Message:
  -----------
  [mlir][transform] NFC - Introduce TransformEachOp util


  Commit: ed41e82abb76c84589bfd05fae2b35f77bb09663
      https://github.com/llvm/llvm-project/commit/ed41e82abb76c84589bfd05fae2b35f77bb09663
  Author: Nicolas Vasilache <nico.vasilache at amd.com>
  Date:   2025-07-07 (Mon, 07 Jul 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/TransformOps/Utils.h
    M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
    M mlir/lib/Dialect/GPU/TransformOps/Utils.cpp

  Log Message:
  -----------
  [mlir] NFC - refactor id builder and avoid leaking impl details


Compare: https://github.com/llvm/llvm-project/compare/c88aee740d5d...ed41e82abb76

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list