[all-commits] [llvm/llvm-project] 39957a: [mlir] Add error state and error propagation to as...

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


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 39957aa4243cb9aec3a7114c0ecf710ecce96b72
      https://github.com/llvm/llvm-project/commit/39957aa4243cb9aec3a7114c0ecf710ecce96b72
  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/Conversion/AsyncToLLVM/convert-runtime-to-llvm.mlir
    M mlir/test/Dialect/Async/async-to-async-runtime.mlir
    M mlir/test/Dialect/Async/runtime.mlir
    A mlir/test/mlir-cpu-runner/async-error.mlir

  Log Message:
  -----------
  [mlir] Add error state and error propagation to async runtime values

Depends On D103102

Not yet implemented:
1. Error handling after synchronous await
2. Error handling for async groups

Will be addressed in the followup PRs

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list