mlirContextGetNumThreads

Function mlirContextGetNumThreads 

Source
pub unsafe extern "C" fn mlirContextGetNumThreads(
    context: MlirContext,
) -> c_uint
Expand description

Gets the number of threads of the thread pool of the context when multithreading is enabled. Returns 1 if no multithreading.