openqasm / qe-compiler

An MLIR based compiler dynamic circuit compiler for real-time control systems supporting OpenQASM 3
Other
38 stars 12 forks source link

Add support for setting the maximum number of threads #253

Closed taalexander closed 5 months ago

taalexander commented 5 months ago

Adds support for setting the maximum number of threads used by the qss-compiler's MLIR context. This can be done through the CLI option --max-threads=<uint> or the environment variable export QSSC_MAX_THREADS=<uint>.