oneDAL icon indicating copy to clipboard operation
oneDAL copied to clipboard

Refactor TBB layer

Open avolkov-intel opened this issue 7 months ago • 1 comments

Description

Avoid using globalControl to control number of threads, use custom task arena for this purpose.

Changes proposed in this pull request:

  • Add pointer task arena as ThreaderEnvironment attribute
  • Change set number of threads function
  • Avoid using global control in the library

avolkov-intel avatar Jul 03 '24 10:07 avolkov-intel