[all-commits] [llvm/llvm-project] fef423: [MLIR][SCF] Add dedicated Python bindings for Fora...

Colin De Vlieghere via All-commits all-commits at lists.llvm.org
Fri Jul 18 16:53:32 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fef42382882fdd094add0f404d872aa8f4282ea9
      https://github.com/llvm/llvm-project/commit/fef42382882fdd094add0f404d872aa8f4282ea9
  Author: Colin De Vlieghere <cdevlieghere at tesla.com>
  Date:   2025-07-18 (Fri, 18 Jul 2025)

  Changed paths:
    M mlir/python/mlir/dialects/scf.py
    M mlir/test/python/dialects/scf.py

  Log Message:
  -----------
  [MLIR][SCF] Add dedicated Python bindings for ForallOp (#149416)

This patch specializes the Python bindings for ForallOp and
InParallelOp, similar to the existing one for ForOp. These bindings
create the regions and blocks properly and expose some additional
helpers.



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