Example of a parallel acceleration anomaly -


What is an example of parallel acceleration discrepancy? To wit. A function that runs on P processor, results in more speed than P

Consider a matrix algorithm that has been modified for the purposes of parallel in such a way that every A field of computing node matrix has been assigned and only works on this area.

If this field is not fit in the cache with a node (because it is a complete matrix) and with multiple nodes it starts fitting in the cache (more nodes are small areas) Access data is very fast And it can happen in unusual acceleration (but not always will be).


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -