[all-commits] [llvm/llvm-project] 715783: [MLIR][GPU] Implement initial mapping from loop.pa...

Stephan Herhut via All-commits all-commits at lists.llvm.org
Thu Feb 13 07:54:29 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 715783d415fe60be0230cbdf53ffae5adaa87950
      https://github.com/llvm/llvm-project/commit/715783d415fe60be0230cbdf53ffae5adaa87950
  Author: Stephan Herhut <herhut at google.com>
  Date:   2020-02-13 (Thu, 13 Feb 2020)

  Changed paths:
    M mlir/include/mlir/Conversion/LoopsToGPU/LoopsToGPU.h
    M mlir/lib/Conversion/LoopsToGPU/LoopsToGPU.cpp
    A mlir/test/Conversion/LoopsToGPU/parallel_loop.mlir

  Log Message:
  -----------
  [MLIR][GPU] Implement initial mapping from loop.parallel to gpu.launch.

Summary:
To unblock other work, this implements basic lowering based on mapping
attributes that have to be provided on all loop.parallel. The lowering
does not yet support reduce.

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




More information about the All-commits mailing list