mlir_sys

Function mlirContextCreateWithThreading

Source
pub unsafe extern "C" fn mlirContextCreateWithThreading(
    threadingEnabled: bool,
) -> MlirContext
Expand description

Creates an MLIR context with an explicit setting of the multithreading setting and transfers its ownership to the caller.