- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If a pipeline filterpasses trueas the serial parameterin its constructor, then the number of concurrent tokens to processed in the filter is limited to be one.
But does this serial flag has any limits if we are trying to use the parallel_for, parallel_while, or self-defined parallel task in the overrided operator() method??
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
No it does not; pipeline is agnostic to how tokens are processed by filters, and if parallelism is possible there, it makes perfect sense to use it and increase throughput of the serial filter.

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page