Skip to content

Support TBB as threadpool #169

Open
Open
@ZhennanQin

Description

@ZhennanQin

Openvino uses TBB as the default threadpool. We need to support it for OV demo. There're two alternatives for this:

  1. Define TBB dialect in downstream and lower to it as same as lower to OMP dialect.
  2. Define custom threadpool dialect in downstream and lower to it as same as lower to OMP dialect. Implement TBB as a backend of custom threadpool. The custom threadpool interface can extend more other threadpools like eigen. An example is: https://oneapi-src.github.io/oneDNN/dev_guide_threadpool.html.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions