[all-commits] [llvm/llvm-project] 3469a8: [mlir][linalg][NFC] Factor out tile generation in ...

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Jul 14 18:19:27 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3469a8e03b51bdf3513c533d00206dccb624b102
      https://github.com/llvm/llvm-project/commit/3469a8e03b51bdf3513c533d00206dccb624b102
  Author: Matthias Springer <springerm at google.com>
  Date:   2021-07-15 (Thu, 15 Jul 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/Utils/Utils.h
    M mlir/lib/Dialect/Linalg/Utils/Utils.cpp

  Log Message:
  -----------
  [mlir][linalg][NFC] Factor out tile generation in makeTiledShapes

Factor out the functionality into a new function, so that it can be used for creating PadTensorOp tiles.

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




More information about the All-commits mailing list