Intel® oneAPI Threading Building Blocks
Ask questions and share information about adding parallelism to your applications when using this threading library.

Use TBB in Linux Kernel Space

paul_shu
Beginner
295 Views

Hi, I am trying to write a Linux device dirver. I want to know whether or not TBB libraries can be used in kernel-space other than user-space?

Thanks,

Paul

0 Kudos
1 Reply
Alexey-Kukanov
Employee
295 Views

TBB was designed for the user space, and was never tested in the kernel space. Internally it uses pthreads, which as far as I know cannot be used in kernel space. Therefore - no, TBB cannot be used for Linux driver development.

0 Kudos
Reply