<?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 Can I count the flops of my code using VTune? in Analyzers</title>
    <link>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987989#M10603</link>
    <description>Thank you so much! I only need the number of floating point operations in my code. So I needn't divide by the excutive time, right?</description>
    <pubDate>Thu, 24 Jul 2003 04:31:15 GMT</pubDate>
    <dc:creator>yuali</dc:creator>
    <dc:date>2003-07-24T04:31:15Z</dc:date>
    <item>
      <title>How Can I count the flops of my code using VTune?</title>
      <link>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987985#M10599</link>
      <description>Thank you!! ................Urgent needed!!</description>
      <pubDate>Fri, 27 Jun 2003 13:18:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987985#M10599</guid>
      <dc:creator>yuali</dc:creator>
      <dc:date>2003-06-27T13:18:51Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I count the flops of my code using VTune?</title>
      <link>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987986#M10600</link>
      <description>What processor are you trying to do this on?</description>
      <pubDate>Tue, 01 Jul 2003 23:56:23 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987986#M10600</guid>
      <dc:creator>bnshah</dc:creator>
      <dc:date>2003-07-01T23:56:23Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I count the flops of my code using VTune?</title>
      <link>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987987#M10601</link>
      <description>I am sorry. I think I have made a mistake. I need to count the floating point operation in my code. I have a PC with Pentium III and a PC with Pentium IV. Thanks!</description>
      <pubDate>Thu, 03 Jul 2003 08:55:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987987#M10601</guid>
      <dc:creator>yuali</dc:creator>
      <dc:date>2003-07-03T08:55:15Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I count the flops of my code using VTune?</title>
      <link>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987988#M10602</link>
      <description>On the Pentium 4 you can use the event x87 Instructions Retired.  On the PIII you can use the event FP Operations Retired.  However these will not give you a true meaning of FLOPs since they do not count floating point calculations using the SSE and SSE2 instructions (Pentium 4 only).  Generally when calculating FLOPs you looking at you algorithm at a high level and see how many floating point operations there are per iteration.  Than you multiply that by the total interations and divide by the execution time.</description>
      <pubDate>Tue, 08 Jul 2003 03:58:34 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987988#M10602</guid>
      <dc:creator>bnshah</dc:creator>
      <dc:date>2003-07-08T03:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I count the flops of my code using VTune?</title>
      <link>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987989#M10603</link>
      <description>Thank you so much! I only need the number of floating point operations in my code. So I needn't divide by the excutive time, right?</description>
      <pubDate>Thu, 24 Jul 2003 04:31:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987989#M10603</guid>
      <dc:creator>yuali</dc:creator>
      <dc:date>2003-07-24T04:31:15Z</dc:date>
    </item>
    <item>
      <title>Re: How Can I count the flops of my code using VTune?</title>
      <link>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987990#M10604</link>
      <description>Correct</description>
      <pubDate>Wed, 06 Aug 2003 05:05:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Analyzers/How-Can-I-count-the-flops-of-my-code-using-VTune/m-p/987990#M10604</guid>
      <dc:creator>bnshah</dc:creator>
      <dc:date>2003-08-06T05:05:31Z</dc:date>
    </item>
  </channel>
</rss>

