[all-commits] [llvm/llvm-project] f8ad6e: [mlir] Refactor transform dialect's gpu block func

Guray Ozen via All-commits all-commits at lists.llvm.org
Tue Sep 27 03:27:35 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f8ad6eaf92ac241420ef99db855d003d5b6d274e
      https://github.com/llvm/llvm-project/commit/f8ad6eaf92ac241420ef99db855d003d5b6d274e
  Author: Guray Ozen <guray.ozen at gmail.com>
  Date:   2022-09-27 (Tue, 27 Sep 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Transforms/Transforms.h
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp

  Log Message:
  -----------
  [mlir] Refactor transform dialect's gpu block func

This revision refactors gpu block id generator lambda that is used in the transform dialect. It removes the lambda  and instead uses a static function that's name generateGpuBlockIds.

It also simplifies arguments that the function takes.

Reviewed By: nicolasvasilache

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




More information about the All-commits mailing list