[mlir][gpu] Allow gpu.launch_func to be async.
authorChristian Sigg <csigg@google.com>
Thu, 22 Oct 2020 05:49:50 +0000 (07:49 +0200)
committerChristian Sigg <csigg@google.com>
Thu, 29 Oct 2020 20:48:38 +0000 (21:48 +0100)
commit355611408384b87faaf3e5b54c2cf0938baa15be
tree96344a25fd6bce3c431a5aab92815d447dadf988
parent20b386aae07fc6e9db6fc1e58a56c8ff080e4352
[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
mlir/include/mlir/Dialect/GPU/GPUOps.td
mlir/lib/Dialect/GPU/IR/GPUDialect.cpp
mlir/test/Dialect/GPU/invalid.mlir
mlir/test/Dialect/GPU/ops.mlir