[all-commits] [llvm/llvm-project] 33a58c: [mlir][gpu] Allow all dialects in SCF to GPU conve...

Stephan Herhut via All-commits all-commits at lists.llvm.org
Thu Feb 11 01:03:33 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 33a58c1c5ced2daec879671e0d3efb3e2f021bbb
      https://github.com/llvm/llvm-project/commit/33a58c1c5ced2daec879671e0d3efb3e2f021bbb
  Author: Stephan Herhut <herhut at google.com>
  Date:   2021-02-11 (Thu, 11 Feb 2021)

  Changed paths:
    M mlir/lib/Conversion/SCFToGPU/SCFToGPUPass.cpp

  Log Message:
  -----------
  [mlir][gpu] Allow all dialects in SCF to GPU conversion.

With the standard dialect being split up, the set of dialects that are
used when converting to GPU is growing. This change modifies the
SCFToGpu pass to allow all operations inside launch bodies.

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




More information about the All-commits mailing list