Beaver.MLIR.ExecutionEngine (beaver v0.2.19)
This module defines functions working with MLIR ExecutionEngine.
Link to this section Summary
Functions
Create a MLIR JIT engine for a module and check if successful. Usually this module should be of LLVM dialect.
invoke a void function by symbol name.
invoke a function by symbol name.
Link to this section Functions
Link to this function
create!(composer_or_op)
Create a MLIR JIT engine for a module and check if successful. Usually this module should be of LLVM dialect.
Link to this function
create!(module, opts \\ [])
Link to this function
destroy(jit)
Link to this function
invoke!(jit, symbol, args)
invoke a void function by symbol name.
Link to this function
invoke!(jit, symbol, args, return)
invoke a function by symbol name.
Link to this function