[all-commits] [llvm/llvm-project] 25ab70: [MLIR][Transform] Introduce `transform.tune.select...

Rolf Morel via All-commits all-commits at lists.llvm.org
Wed Jul 2 08:50:04 PDT 2025


  Branch: refs/heads/users/rolfmorel/transform.tune.select
  Home:   https://github.com/llvm/llvm-project
  Commit: 25ab701d44721727a56ab5de8ca13021abad0db3
      https://github.com/llvm/llvm-project/commit/25ab701d44721727a56ab5de8ca13021abad0db3
  Author: Rolf Morel <rolf.morel at intel.com>
  Date:   2025-07-02 (Wed, 02 Jul 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/CMakeLists.txt
    A mlir/include/mlir/Dialect/Transform/TuneExtension/CMakeLists.txt
    A mlir/include/mlir/Dialect/Transform/TuneExtension/TuneExtension.h
    A mlir/include/mlir/Dialect/Transform/TuneExtension/TuneExtensionOps.h
    A mlir/include/mlir/Dialect/Transform/TuneExtension/TuneExtensionOps.td
    M mlir/lib/Dialect/Transform/CMakeLists.txt
    A mlir/lib/Dialect/Transform/TuneExtension/CMakeLists.txt
    A mlir/lib/Dialect/Transform/TuneExtension/TuneExtension.cpp
    A mlir/lib/Dialect/Transform/TuneExtension/TuneExtensionOps.cpp

  Log Message:
  -----------
  [MLIR][Transform] Introduce `transform.tune.select` op

A new op to represent that an attribute is to be chosen from a set of
alternatives and that this choice is made available as a
`!transform.param`. When a `selected` argument is provided, the op's
`apply()` semantics is that of just making this selected attribute
available as the result. When `selected` is not provided, `apply()`
complains that nothing has resolved the non-determinism that the op is
representing.



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