[all-commits] [llvm/llvm-project] d8c84d: [mlir] Async: Add error propagation support to asy...

Eugene Zhulenev via All-commits all-commits at lists.llvm.org
Thu May 27 09:35:31 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d8c84d2a4efc87b756d9d3df42b80d6f8762f62a
      https://github.com/llvm/llvm-project/commit/d8c84d2a4efc87b756d9d3df42b80d6f8762f62a
  Author: Eugene Zhulenev <ezhulenev at google.com>
  Date:   2021-05-27 (Thu, 27 May 2021)

  Changed paths:
    M mlir/include/mlir/Dialect/Async/IR/AsyncOps.td
    M mlir/include/mlir/ExecutionEngine/AsyncRuntime.h
    M mlir/lib/Conversion/AsyncToLLVM/AsyncToLLVM.cpp
    M mlir/lib/Dialect/Async/Transforms/AsyncToAsyncRuntime.cpp
    M mlir/lib/ExecutionEngine/AsyncRuntime.cpp
    M mlir/test/Dialect/Async/async-to-async-runtime.mlir
    M mlir/test/Dialect/Async/runtime.mlir
    M mlir/test/mlir-cpu-runner/async-error.mlir

  Log Message:
  -----------
  [mlir] Async: Add error propagation support to async groups

Depends On D103109

If any of the tokens/values added to the `!async.group` switches to the error state, than the group itself switches to the error state.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list