▼Task parallel patterns | Patterns for task parallel processing |
▼Divide/Conquer pattern | Interface for applyinng the Divide/conquer pattern |
Native parallel divide/conquer pattern | Native parallel implementation of the Divide/conquer pattern |
OpenMP parallel divide/conquer pattern. | OpenMP parallel implementation of the Divide/conquer pattern |
Polymorphic execution divide/conquer | Polymorphic execution implementation of the Divide/conquer pattern |
Sequential divide/conquer pattern | Sequential implementation of the Divide/conquer pattern |
TBB parallel divide/conquer pattern. | TBB parallel implementation of the Divide/conquer pattern |
▼Streaming patterns | Patterns for data stream processing |
▼Farm pattern | Interface for applyinng the Farm pattern |
Native parallel farm pattern | Sequential implementation of the Farm pattern |
OpenMP parallel farm pattern | OpenMP implementation of the Farm pattern |
Polymorphic execution farm pattern | Polymorphic execution implementation of the Farm pattern |
Sequential farm pattern | Sequential implementation of the Farm pattern |
TBB parallel farm pattern | TBB parallel implementation of the Farm pattern |
▼Pipeline pattern | Interface for applyinng the Pipeline pattern |
Native parallel pipeline pattern | Native parallel implementation of the Pipeline pattern |
OpenMP parallel pipeline pattern | OpenMP parallel implementation of the Pipeline pattern |
Polymorphic pipeline pattern | Polymorphic implementation of the Pipeline pattern |
Sequential pipeline pattern | Sequential implementation of the Pipeline pattern |
TBB parallel pipeline pattern | TBB parallel implementation of the Pipeline pattern |
▼Stream filter pattern | Interface for applyinng the Filter pattern |
Native parallel filter pattern. | Native parallel implementation fo the Filter pattern |
OpenMP parallel filter pattern. | OpenMP parallel implementation fo the Filter pattern |
Polymorphic parallel filter pattern. | Polymorphic parallel implementation of the Filter pattern |
Sequential filter pattern. | Sequential implementation fo the Filter pattern |
TBB parallel filter pattern. | TBB parallel implementation fo the Filter pattern |
▼Stream iteration pattern | Interface for applyinng the Stream iteration pattern |
Native parallel stream iteration pattern | Sequential implementation of the Stream iteration pattern |
Polymorphic stream iteration pattern | Sequential implementation of the Stream iteration pattern |
Sequential stream iteration pattern | Sequential implementation of the Stream iteration pattern |
▼Stream reduce pattern | Interface for applying the Stream reduction pattern |
Native parallel stream reduce pattern | Native parallel implementation of the Stream reduction pattern |
OpenMP parallel stream reduce pattern | OpenMP parallel implementation of the Stream reduction pattern |
Polymorphic parallel stream reduce pattern | Polymorphic parallel implementation of the Stream reduction pattern |
Sequential stream reduce pattern | Sequential implementation of the Stream reduction pattern |
TBB parallel stream reduce pattern | TBB parallel implementation of the Stream reduction pattern |
▼Data parallel patterns | Patterns for data parallel processing |
▼Map pattern | Interface for applyinng the Map pattern |
Native parallel map pattern | Native parallel implementation of Map pattern |
OpenMP parallel map pattern. | OpenMP parallel implementation of the Map pattern |
Polymorphic execution map pattern. | Polymorphic implementation of Map pattern |
Sequential map pattern | Sequential implementation of the Map pattern |
TBB parallelref md_map pattern. | TBB parallel implementation of Map pattern |
▼Map/reduce pattern | Interface for applyinng the Map/reduce pattern |
Native parallel map/reduce pattern | Native parallel implementation of the Map/reduce pattern |
OpenMP parallel map/reduce pattern | OpenMP parallel implementation of the Map/reduce pattern |
Polymorphic map/reduce pattern | Polymorphic implementation of the Map/reduce pattern |
Sequential map/reduce pattern | Sequential implementation of the Map/reduce pattern |
TBB parallel map/reduce pattern | TBB parallel implementation of the Map/reduce pattern |
▼Reduce pattern | Interface for applyinng the Reduce pattern |
Native parallel reduce pattern | Native parallel implementation of the Reduce pattern |
OpenMP parallel reduce pattern | OpenMP parallel implementation of the Reduce pattern |
Polymorphic execution reduce pattern. | Polymorphic implementation of Reduce pattern |
Sequential reduce pattern | Sequential implementation of the Reduce pattern |
TBB parallel reduce pattern | TBB parallel implementation of the Reduce pattern |
▼Stencil pattern | Interface for applyinng the Stencil pattern |
Native parallel stencil pattern | Native parallel implementation of the Stencil pattern |
OpenMP Parallel stencil pattern | OpenMP parallel implementation of the Stencil pattern |
Polymorphic stencil pattern | Polymorphic implementation of the Stencil pattern |
Sequential stencil pattern | Sequential implementation of the Stencil pattern |
TBB Parallel stencil pattern | TBB parallel implementation of the Stencil pattern |