<?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 Re: How to get/compute achieved GFlops Performance in Intel® oneAPI Math Kernel Library</title>
    <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-compute-achieved-GFlops-Performance/m-p/893949#M10674</link>
    <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;There's little question about the number of floating point operations in matrix multiply, given that MKL is a work-alike for public BLAS, but plenty of useful reading accessible with a few clicks in your browser.&lt;/P&gt;
&lt;P&gt;Noting that Core 2 Quad is identical architecturally to predecessor versions of Core 2, except for number of cores, if you are serious about research, you should refer to the processor manuals &lt;A href="http://www.intel.com/products/processor/manuals/" target="_blank"&gt;http://www.intel.com/products/processor/manuals/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The primary ratings for cycles per operation are throughput (msximum retirement period) and latency (serial period).&lt;/P&gt;
&lt;P&gt;Linpack Top 500 ratings refer to efficiency (floating point operations completed)/(theoretical peak). Beyond that, such calculations have little practical use. &lt;A href="http://www.top500.org/" target="_blank"&gt;http://www.top500.org/&lt;/A&gt; Are you starting a category of "hard, but nearly useless" facts?&lt;/P&gt;
&lt;P&gt;Note that Core 2 Quad is labeled as Kentsfield on the Top 500 site. 5420 of them to achieve a score of 32800 Gflops (double precision).&lt;/P&gt;</description>
    <pubDate>Thu, 27 Nov 2008 22:41:38 GMT</pubDate>
    <dc:creator>TimP</dc:creator>
    <dc:date>2008-11-27T22:41:38Z</dc:date>
    <item>
      <title>How to get/compute achieved GFlops Performance</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-compute-achieved-GFlops-Performance/m-p/893948#M10673</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;Hello!&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;I am currently using the Intel MKL for research activities. &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;For rough performance estimation I coded some benchmarks. But I am not sure how to compute the actual reached GFlops Performance. Due to the fact that I don't know how much actual floting point operations the blas function really executes.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;(on the Intel Website I found benchmark graph with dimension on x-axis and GFlops on the y-axis.)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;here is an example from my results&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="font-size: x-small;"&gt;Intel Q6600, 2.4 GHz, 2 GB RAM&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-size: x-small;"&gt;cblas_sgemm (C &amp;lt;- alpha * A * B + beta * C) &lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-size: x-small;"&gt;matrix sizes of 3000x3000 (random values, full filled)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-size: x-small;"&gt;computing time: 3.350 seconds&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;I am also interessted in some hard facts about the Q6600 like&lt;/SPAN&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;SPAN style="font-size: x-small;"&gt;peak GFlops Performance&lt;/SPAN&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;SPAN style="font-size: x-small;"&gt;cycles for a float/double operation (i guess several float ops per cycle with SSE, Pipelining, ...)&lt;/SPAN&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;Thanks for your anwsers. I would by really nice to get reliable data at first hand.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: x-small;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2008 21:13:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-compute-achieved-GFlops-Performance/m-p/893948#M10673</guid>
      <dc:creator>matthiasd</dc:creator>
      <dc:date>2008-11-27T21:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get/compute achieved GFlops Performance</title>
      <link>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-compute-achieved-GFlops-Performance/m-p/893949#M10674</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;P&gt;There's little question about the number of floating point operations in matrix multiply, given that MKL is a work-alike for public BLAS, but plenty of useful reading accessible with a few clicks in your browser.&lt;/P&gt;
&lt;P&gt;Noting that Core 2 Quad is identical architecturally to predecessor versions of Core 2, except for number of cores, if you are serious about research, you should refer to the processor manuals &lt;A href="http://www.intel.com/products/processor/manuals/" target="_blank"&gt;http://www.intel.com/products/processor/manuals/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;The primary ratings for cycles per operation are throughput (msximum retirement period) and latency (serial period).&lt;/P&gt;
&lt;P&gt;Linpack Top 500 ratings refer to efficiency (floating point operations completed)/(theoretical peak). Beyond that, such calculations have little practical use. &lt;A href="http://www.top500.org/" target="_blank"&gt;http://www.top500.org/&lt;/A&gt; Are you starting a category of "hard, but nearly useless" facts?&lt;/P&gt;
&lt;P&gt;Note that Core 2 Quad is labeled as Kentsfield on the Top 500 site. 5420 of them to achieve a score of 32800 Gflops (double precision).&lt;/P&gt;</description>
      <pubDate>Thu, 27 Nov 2008 22:41:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-oneAPI-Math-Kernel-Library/How-to-get-compute-achieved-GFlops-Performance/m-p/893949#M10674</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2008-11-27T22:41:38Z</dc:date>
    </item>
  </channel>
</rss>

