<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic How processor peak performance is calculated? in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-processor-peak-performance-is-calculated/m-p/930674#M13716</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;This is a simple question but in fact I haven't found any information about it which satisfies me. Jack Dongarra writes that this is the maximum performance defined but processor manufacturer which cannot be exceeded.&lt;BR /&gt;&lt;BR /&gt;So, how peak performance is calculated, e.g P4 --&amp;gt; 2xclock. Is it just a number the execution units (FMUL and FADD) which can simultaneously process data in one cycle or some other factors should be also taken into account? MKL or GOTO implementation can achieve ~85% efficiency while Fujitsu BLAS goes even 93%. I was wondering if &amp;gt;100% is possible. Just kidding :smileywink:.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance! Best wishes,&lt;BR /&gt;Maciej Nawrocki&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Sat, 29 Apr 2006 20:14:55 GMT</pubDate>
    <dc:creator>nawrocki</dc:creator>
    <dc:date>2006-04-29T20:14:55Z</dc:date>
    <item>
      <title>How processor peak performance is calculated?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-processor-peak-performance-is-calculated/m-p/930674#M13716</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;P&gt;&lt;SPAN&gt;This is a simple question but in fact I haven't found any information about it which satisfies me. Jack Dongarra writes that this is the maximum performance defined but processor manufacturer which cannot be exceeded.&lt;BR /&gt;&lt;BR /&gt;So, how peak performance is calculated, e.g P4 --&amp;gt; 2xclock. Is it just a number the execution units (FMUL and FADD) which can simultaneously process data in one cycle or some other factors should be also taken into account? MKL or GOTO implementation can achieve ~85% efficiency while Fujitsu BLAS goes even 93%. I was wondering if &amp;gt;100% is possible. Just kidding :smileywink:.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance! Best wishes,&lt;BR /&gt;Maciej Nawrocki&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Sat, 29 Apr 2006 20:14:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-processor-peak-performance-is-calculated/m-p/930674#M13716</guid>
      <dc:creator>nawrocki</dc:creator>
      <dc:date>2006-04-29T20:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: How processor peak performance is calculated?</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-processor-peak-performance-is-calculated/m-p/930675#M13717</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Peak performance depends on the processor and the function and where the data is. For matrix multiplication on double precision (DGEMM) the peak performance is the number of FP operations per second. For Pentium 4 processors using SSE instructions, the peak performance is 2 times the clock as a double precision multiply or add can be done each clock. On the Itanium processor, the peak rate is 4 times the clock since on each clock up to two FMA operations can be done, with each FMA being a multiply-add. &lt;/P&gt;
&lt;P&gt;Of course on the Pentium 4 processor in single precision rate is twice the double precision rate.&lt;/P&gt;
&lt;P&gt;Operations such a FFTs are more problematic in that there is not a balance between mutliplies and adds. Generally the number of operations is taken as 5*N*log*(N), but that is just a normalized number which does not necessarily represent the number of FP operations.&lt;/P&gt;
&lt;P&gt;Vector operations such as dot product may have a peak performance similar to that for dgemm, but unless the data is in cache, the limits will be defined by the memory bandwidth rather than by the FP capabilities of the processor.&lt;/P&gt;</description>
      <pubDate>Tue, 02 May 2006 01:30:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-processor-peak-performance-is-calculated/m-p/930675#M13717</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-05-02T01:30:55Z</dc:date>
    </item>
  </channel>
</rss>

