[all-commits] [llvm/llvm-project] 396e7f: [mlir][SCFToGPU] LaunchOp propagate optional attri...

abialas1 via All-commits all-commits at lists.llvm.org
Fri Sep 25 00:22:41 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 396e7f454893e24969bb989fe89aa028e2ea1693
      https://github.com/llvm/llvm-project/commit/396e7f454893e24969bb989fe89aa028e2ea1693
  Author: Artur Bialas <artur.bialas at intel.com>
  Date:   2020-09-25 (Fri, 25 Sep 2020)

  Changed paths:
    M mlir/lib/Conversion/SCFToGPU/SCFToGPU.cpp
    M mlir/test/Conversion/SCFToGPU/parallel_loop.mlir

  Log Message:
  -----------
  [mlir][SCFToGPU] LaunchOp propagate optional attributes

Allow propagating optional user defined attributes during SCF to GPU conversion. Gives opportunity to use user defined attributes in the further lowering. For example setting subgroup size, or other options for GPU dispatch. This does not break backward compatibility and does not require new attributes, just allow passing optional ones.

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




More information about the All-commits mailing list