[all-commits] [llvm/llvm-project] 648fc9: [MLIR] Use `kernel` as a short hand for `gpu.kerne...

frgossen via All-commits all-commits at lists.llvm.org
Wed Apr 22 00:39:19 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 648fc950833422f863847d9dfd45a4625084319d
      https://github.com/llvm/llvm-project/commit/648fc950833422f863847d9dfd45a4625084319d
  Author: Frederik Gossen <frgossen at google.com>
  Date:   2020-04-22 (Wed, 22 Apr 2020)

  Changed paths:
    M mlir/test/Conversion/GPUToSPIRV/builtins.mlir
    M mlir/test/Conversion/GPUToSPIRV/if.mlir
    M mlir/test/Conversion/GPUToSPIRV/load-store.mlir
    M mlir/test/Conversion/GPUToSPIRV/loop.mlir
    M mlir/test/Conversion/GPUToSPIRV/simple.mlir
    M mlir/test/Dialect/GPU/all-reduce-max.mlir
    M mlir/test/Dialect/GPU/all-reduce.mlir
    M mlir/test/Dialect/GPU/invalid.mlir
    M mlir/test/Dialect/GPU/ops.mlir
    M mlir/test/mlir-vulkan-runner/addf.mlir
    M mlir/test/mlir-vulkan-runner/mulf.mlir
    M mlir/test/mlir-vulkan-runner/subf.mlir
    M mlir/test/mlir-vulkan-runner/time.mlir

  Log Message:
  -----------
  [MLIR] Use `kernel` as a short hand for `gpu.kernel` attribute.

Summary:
Use the shortcu `kernel` for the `gpu.kernel` attribute of `gpu.func`.
The parser supports this and test cases are easier to read.

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




More information about the All-commits mailing list