[all-commits] [llvm/llvm-project] 6370f7: [mlir][Transform] Add support for dynamically unpa...

Nicolas Vasilache via All-commits all-commits at lists.llvm.org
Mon Nov 14 04:40:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6370f75ad70c508b52a3d98250bad51e8d8138b6
      https://github.com/llvm/llvm-project/commit/6370f75ad70c508b52a3d98250bad51e8d8138b6
  Author: Nicolas Vasilache <nicolas.vasilache at gmail.com>
  Date:   2022-11-14 (Mon, 14 Nov 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/test/Dialect/Linalg/tile-to-foreach-thread.mlir

  Log Message:
  -----------
  [mlir][Transform] Add support for dynamically unpacking tile_sizes / num_threads in tile_to_foreach_thread

This commit adds automatic unpacking of Value's of type pdl::OperationType to the underlying single-result OpResult.
This allows mixing single-value, attribute and multi-value pdl::Operation tile sizes and num threads to TileToForeachThreadOp.

Differential Revision: https://reviews.llvm.org/D137896




More information about the All-commits mailing list