|
MLIR 22.0.0git
|
Wrapper around MlirLlvmThreadPool Python object owns the C++ thread pool. More...
#include "mlir/Bindings/Python/IRCore.h"
Public Member Functions | |
| PyThreadPool () | |
| PyThreadPool (const PyThreadPool &)=delete | |
| PyThreadPool (PyThreadPool &&)=delete | |
| int | getMaxConcurrency () const |
| MlirLlvmThreadPool | get () |
| std::string | _mlir_thread_pool_ptr () const |
Wrapper around MlirLlvmThreadPool Python object owns the C++ thread pool.
| mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyThreadPool::PyThreadPool | ( | ) |
Definition at line 429 of file IRCore.cpp.
Referenced by PyThreadPool(), and PyThreadPool().
|
delete |
References PyThreadPool().
|
delete |
References PyThreadPool().
| std::string mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::PyThreadPool::_mlir_thread_pool_ptr | ( | ) | const |
Definition at line 433 of file IRCore.cpp.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
|
inline |
Definition at line 190 of file IRCore.h.
References wrap().
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().
|
inline |
Definition at line 189 of file IRCore.h.
Referenced by mlir::python::MLIR_BINDINGS_PYTHON_DOMAIN::populateIRCore().