llvm-project/mlir/test/Dialect/Async
Eugene Zhulenev f57b2420b2 [mlir:Async] Add an async reference counting pass based on the user defined policy
Depends On D104999

Automatic reference counting based on the liveness analysis can add a lot of reference counting overhead at runtime. If the IR is known to be constrained to few particular "shapes", it's much more efficient to provide a custom reference counting policy that will specify where it is required to update the async value reference count.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D105037
2021-06-29 12:53:09 -07:00
..
async-parallel-for-async-dispatch.mlir [mlir:Async] Remove async operations if it is statically known that the parallel operation has a single compute block 2021-06-29 09:26:28 -07:00
async-parallel-for-canonicalize.mlir [mlir:Async] Remove async operations if it is statically known that the parallel operation has a single compute block 2021-06-29 09:26:28 -07:00
async-parallel-for-seq-dispatch.mlir [mlir:Async] Submit accidentally omitted changes 2021-06-25 12:23:02 -07:00
async-runtime-policy-based-ref-counting.mlir [mlir:Async] Add an async reference counting pass based on the user defined policy 2021-06-29 12:53:09 -07:00
async-runtime-ref-counting-opt.mlir [mlir:Async] Fix a bug in automatic refence counting around function calls 2021-06-29 09:35:43 -07:00
async-runtime-ref-counting.mlir [mlir] Async reference counting for block successors with divergent reference counted liveness 2021-05-27 09:21:59 -07:00
async-to-async-runtime.mlir [mlir:Async] Add the size parameter to the async.group 2021-06-25 10:26:50 -07:00
coro.mlir [mlir:Async] Add intermediate async.coro and async.runtime operations to simplify Async to LLVM lowering 2021-01-25 14:04:33 -08:00
ops.mlir [mlir:Async] Add the size parameter to the async.group 2021-06-25 10:26:50 -07:00
runtime.mlir [mlir:Async] Add the size parameter to the async.group 2021-06-25 10:26:50 -07:00
verify.mlir [mlir:async] Use ODS to define async types 2021-01-26 02:37:50 -08:00