Difference between revisions of "Performance Pattern List"
Jump to navigation
Jump to search
Line 32: | Line 32: | ||
| style="text-align:center;" | [[LoadImbalanceAccel|x]] | | style="text-align:center;" | [[LoadImbalanceAccel|x]] | ||
|} | |} | ||
+ | |||
+ | Ressource related: | ||
+ | *Core-related patterns: | ||
+ | ** [[ALUSaturation|ALU saturation]] | ||
+ | |||
+ | *Socket-related patterns: | ||
+ | ** [[BandwidthSaturation|Bandwidth saturation]] | ||
+ | |||
+ | *Node-related patterns: | ||
+ | ** [[BandwidthSaturation|Bandwidth saturation]] | ||
+ | |||
+ | *Cluster-related patterns: | ||
+ | ** [[BandwidthSaturation|Bandwidth saturation]] | ||
+ | |||
+ | Parallelism related: | ||
+ | * [[LoadImbalance|Load imbalance]] |
Revision as of 16:27, 5 March 2019
Work in progress!
Pattern | Shared-memory | Distributed-memory | File I/O | Accelerators |
---|---|---|---|---|
Bandwidth saturation | x | x | x | x |
ALU saturation | x | x | x | x |
Bad data placement | x | x | x | x |
Load imbalance / High serial fraction |
x | x | x | x |
Ressource related:
- Core-related patterns:
- Socket-related patterns:
- Node-related patterns:
- Cluster-related patterns:
Parallelism related: