[all-commits] [llvm/llvm-project] 2bcd19: [mlir][SCFToGPU] Remove conversions from scf.for t...

MaheshRavishankar via All-commits all-commits at lists.llvm.org
Mon Jun 1 23:18:59 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 2bcd1927dd9f3ffc12b990bb132995a4c68f998e
      https://github.com/llvm/llvm-project/commit/2bcd1927dd9f3ffc12b990bb132995a4c68f998e
  Author: MaheshRavishankar <ravishankarm at google.com>
  Date:   2020-06-01 (Mon, 01 Jun 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/Passes.td
    M mlir/include/mlir/Conversion/SCFToGPU/SCFToGPU.h
    M mlir/include/mlir/Conversion/SCFToGPU/SCFToGPUPass.h
    M mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
    M mlir/lib/Conversion/SCFToGPU/SCFToGPUPass.cpp
    R mlir/test/Conversion/SCFToGPU/imperfect_2D.mlir
    R mlir/test/Conversion/SCFToGPU/imperfect_3D.mlir
    R mlir/test/Conversion/SCFToGPU/imperfect_4D.mlir
    R mlir/test/Conversion/SCFToGPU/imperfect_linalg.mlir
    R mlir/test/Conversion/SCFToGPU/linalg_to_gpu.mlir
    M mlir/test/Conversion/SCFToGPU/no_blocks_no_threads.mlir
    R mlir/test/Conversion/SCFToGPU/perfect_1D_setlaunch.mlir
    M mlir/test/Conversion/SCFToGPU/step_one.mlir
    M mlir/test/Conversion/SCFToGPU/step_positive.mlir

  Log Message:
  -----------
  [mlir][SCFToGPU] Remove conversions from scf.for to gpu.launch.

Keeping in the affine.for to gpu.launch conversions, which should
probably be the affine.parallel to gpu.launch conversion as well.

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




More information about the All-commits mailing list