Static ec_gpu_gen::threadpool::THREAD_POOL

source ·
pub static THREAD_POOL: Lazy<Pool>
Expand description

The thread pool that is used for the computations.

By default, it’s size is equal to the number of CPUs. It can be set to a different value with the EC_GPU_NUM_THREADS environment variable.