melior 0.27.2

The rustic MLIR bindings in Rust
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Async passes.

melior_macro::passes!(
    "Async",
    [
        mlirCreateAsyncAsyncFuncToAsyncRuntimePass,
        mlirCreateAsyncAsyncParallelForPass,
        mlirCreateAsyncAsyncRuntimePolicyBasedRefCountingPass,
        mlirCreateAsyncAsyncRuntimeRefCountingPass,
        mlirCreateAsyncAsyncRuntimeRefCountingOptPass,
        mlirCreateAsyncAsyncToAsyncRuntimePass,
    ]
);