[all-commits] [llvm/llvm-project] cd7308: [mlir] parallel loop tiling optimization for loops...

Tobias Gysi via All-commits all-commits at lists.llvm.org
Thu Jun 25 00:21:43 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: cd730816058b4bed2623e2a9b505475525b74144
      https://github.com/llvm/llvm-project/commit/cd730816058b4bed2623e2a9b505475525b74144
  Author: Tobias Gysi <tobias.gysi at inf.ethz.ch>
  Date:   2020-06-25 (Thu, 25 Jun 2020)

  Changed paths:
    M mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp
    M mlir/test/Dialect/SCF/parallel-loop-tiling.mlir

  Log Message:
  -----------
  [mlir] parallel loop tiling optimization for loops with static bounds

Summary: The patch optimizes the tiling of parallel loops with static bounds if the number of loop iterations is an integer multiple of the tile size.

Reviewers: herhut, ftynse, bondhugula

Reviewed By: herhut, ftynse

Subscribers: bondhugula, mehdi_amini, rriddle, jpienaar, shauheen, antiagainst, nicolasvasilache, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, stephenneuendorffer, Joonsoo, grosul1, frgossen, Kayjukh, jurahul, msifontes

Tags: #mlir

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




More information about the All-commits mailing list