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

about pipeline filter

Vijay_O_
Beginner
316 Views

During processing a completeserial pipeline is there any way to allow a tbb pipeline to assign filters functions to a physical thread

thanks in advance

0 Kudos
2 Replies
RafSchietekat
Valued Contributor III
316 Views
Have a look at thread_bound_filter.
0 Kudos
Vijay_O_
Beginner
316 Views
thanks for you help.

I have looked at the thread_bound_filter class from what I understand about the class the it lock the filter to one thread does this mean during the actual run-timewe have the at most one filter per physical thread

I would appreate any response
0 Kudos
Reply