Home
last modified time | relevance | path

Searched refs:mlirContextEnableMultithreading (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir-c/
H A DIR.h130 MLIR_CAPI_EXPORTED void mlirContextEnableMultithreading(MlirContext context,
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIR.cpp77 void mlirContextEnableMultithreading(MlirContext context, bool enable) { in mlirContextEnableMultithreading() function
/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp2293 mlirContextEnableMultithreading(self.get(), enable); in populateIRCore()