RSS Feed for This PostCurrent Article

Intel Guide for Developing Multithreaded Applications

Building parallel versions of software can enable applications to run a given data set in less time, run multiple data sets in a fixed amount of time, or run large-scale data sets that are prohibitive with unthreaded software. The success of parallelization is typically quantified by measuring the speedup of the parallel version relative to the serial version. In addition to that comparison, however, it is also useful to compare that speedup relative to the upper limit of the potential speedup. That issue can be addressed using Amdahl’s Law and Gustafson’s Law.

You can read more details at http://software.intel.com/en-us/articles/intel-guide-for-developing-multithreaded-applications/


Trackback URL


Sorry, comments for this entry are closed at this time.