Thread management in Intel ArBB

Thread management in Intel ArBB

Аватар пользователя Walter Shands (Intel)

How can I ensure that my application thread pool and the Intel ArBB thread pool are not competing for resources?

Technical Consulting Engineer Intel Corporation
2 posts / 0 новое
Последнее сообщение
Пожалуйста, обратитесь к странице Уведомление об оптимизации для более подробной информации относительно производительности и оптимизации в программных продуктах компании Intel.
Аватар пользователя Zhang Z (Intel)

Developers can specify the maximum number of threads that Intel ArBB uses. Unlike other parallelism solutions, Intel ArBB dynamically adapts to changes in the availability of underlying thread resources. Intel ArBB uses the Intel TBB runtime as its underlying threading runtime, ensuring Intel TBB and Intel Cilk Plus interoperability. The Intel TBB scheduler ensures that resources are not oversubscribed.

Зарегистрируйтесь, чтобы оставить комментарий.