[all-commits] [llvm/llvm-project] 355611: [mlir][gpu] Allow gpu.launch_func to be async.

Christian Sigg via All-commits all-commits at lists.llvm.org
Thu Oct 29 13:48:58 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 355611408384b87faaf3e5b54c2cf0938baa15be
      https://github.com/llvm/llvm-project/commit/355611408384b87faaf3e5b54c2cf0938baa15be
  Author: Christian Sigg <csigg at google.com>
  Date:   2020-10-29 (Thu, 29 Oct 2020)

  Changed paths:
    M mlir/include/mlir/Dialect/GPU/GPUOps.td
    M mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
    M mlir/test/Dialect/GPU/invalid.mlir
    M mlir/test/Dialect/GPU/ops.mlir

  Log Message:
  -----------
  [mlir][gpu] Allow gpu.launch_func to be async.

This is a roll-forward of rGec7780ebdab4, now that the remaining
gpu.launch_func have been converted to custom form in rGb22f111023ba.

Reviewed By: antiagainst

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




More information about the All-commits mailing list