pub unsafe extern "C" fn mlirExecutionEngineInitialize(
jit: MlirExecutionEngine,
)Expand description
Initialize the ExecutionEngine. Global constructors specified by
llvm.mlir.global_ctors will be run. One common scenario is that kernel
binary compiled from gpu.module gets loaded during initialization. Make
sure all symbols are resolvable before initialization by calling
mlirExecutionEngineRegisterSymbol or including shared libraries.