«

»

Jan
05

Jeff’s Notebook: New performance tuning tool for your Parallel Code

I love it that we have this great software pathfinding team looking for new ways to make it easier to tune your Parallel code for multi-core systems.  The team has recently posted a new performance tuning tool,  the Intel Software Autotuning Tool (ISAT) that supports automatic searching for the near-optimal values of program parameters that have significant performance impact. Think of such examples as the cache-blocking factors in matrix computations, the task granularity in Threading Building Blocks, and the scheduling policy of OpenMP parallel constructs. The output is a tuned version of the program based on the searching results. This tool is easy to use with no compiler dependency.  You can learn more and download the Intel Software Autotuning Tool on Intel’s Parallel Programming Community.  Check it out and let us know how it performs for you.


Go to Source

Tags: task granularity, dependency, ISAT, matrix, building

About the author

michael

Permanent link to this article: http://www.serverground.net/2011/01/jeffs-notebook-new-performance-tuning-tool-for-your-parallel-code/

Leave a Reply

Your email address will not be published.

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>