<?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 Using smoke framework[Contended Synch problems] in Intel® Moderncode for Parallel Architectures</title>
    <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873462#M3084</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Im a newbie to multi-core apps and have been studying concurrent frameworks and found the smoke framework interesting to experiment with. =)&lt;/P&gt;
&lt;P&gt;Has anyone tried using the smoke framework on a quad-core ? I'm using a q6600 w/o hyper threading and found out that&lt;/P&gt;
&lt;P&gt;on 4 threads on release build i've been getting a 5-6 fps reading for this demo.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I tried using the thread profiler and the profiler seems to be displaying a "Frequent use of contended synchronization was detected" .. i traced it with a view source and it was showing some overheads(yellow vertical lines) and that the threads were synchronizing too frequently.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If there are too may synch activities how can i optimize this so that i can limit the synching activities?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 05 Jan 2009 14:41:44 GMT</pubDate>
    <dc:creator>gonx</dc:creator>
    <dc:date>2009-01-05T14:41:44Z</dc:date>
    <item>
      <title>Using smoke framework[Contended Synch problems]</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873462#M3084</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Im a newbie to multi-core apps and have been studying concurrent frameworks and found the smoke framework interesting to experiment with. =)&lt;/P&gt;
&lt;P&gt;Has anyone tried using the smoke framework on a quad-core ? I'm using a q6600 w/o hyper threading and found out that&lt;/P&gt;
&lt;P&gt;on 4 threads on release build i've been getting a 5-6 fps reading for this demo.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I tried using the thread profiler and the profiler seems to be displaying a "Frequent use of contended synchronization was detected" .. i traced it with a view source and it was showing some overheads(yellow vertical lines) and that the threads were synchronizing too frequently.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;If there are too may synch activities how can i optimize this so that i can limit the synching activities?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Jan 2009 14:41:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873462#M3084</guid>
      <dc:creator>gonx</dc:creator>
      <dc:date>2009-01-05T14:41:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using smoke framework[Contended Synch problems]</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873463#M3085</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;EM&gt;I've no idea on your problem.&lt;/EM&gt;&lt;BR /&gt;Suggest you should show us your GEAR first.&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Jan 2009 03:12:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873463#M3085</guid>
      <dc:creator>yoyolyy</dc:creator>
      <dc:date>2009-01-17T03:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Using smoke framework[Contended Synch problems]</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873464#M3086</link>
      <description>&lt;DIV style="margin:0px;"&gt;&lt;/DIV&gt;
&lt;BR /&gt;Running the Smoke demo on my q6600, Win XP Pro x64 running Smoke as a 32-bit application, Compiled with MS C++, AMD FireStream 9170, the Release build&lt;BR /&gt;&lt;BR /&gt;Single Threaded ~2fps&lt;BR /&gt;Windows Threading ~8fps&lt;BR /&gt;TBB Threading ~12fps&lt;BR /&gt;&lt;BR /&gt;Your performance issue may be related to your display adapter. Note, these readings taken when flames are roaring. That seems to be one of the heavy load situations.&lt;BR /&gt;&lt;BR /&gt;What do you see for each threading environment (edit Smoke.gdf in the bin folder, variable TaskManager)&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;</description>
      <pubDate>Sat, 17 Jan 2009 13:45:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873464#M3086</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2009-01-17T13:45:44Z</dc:date>
    </item>
    <item>
      <title>Re: Using smoke framework[Contended Synch problems]</title>
      <link>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873465#M3087</link>
      <description>&lt;DIV style="margin:0px;"&gt;
&lt;DIV id="quote_reply" style="width: 100%; margin-top: 5px;"&gt;
&lt;DIV style="margin-left:2px;margin-right:2px;"&gt;Quoting - &lt;A href="https://community.intel.com/en-us/profile/99850"&gt;jimdempseyatthecove&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV style="background-color:#E5E5E5; padding:5px;border: 1px; border-style: inset;margin-left:2px;margin-right:2px;"&gt;&lt;EM&gt; &lt;BR /&gt;Running the Smoke demo on my q6600, Win XP Pro x64 running Smoke as a 32-bit application, Compiled with MS C++, AMD FireStream 9170, the Release build&lt;BR /&gt;&lt;BR /&gt;Single Threaded ~2fps&lt;BR /&gt;Windows Threading ~8fps&lt;BR /&gt;TBB Threading ~12fps&lt;BR /&gt;&lt;BR /&gt;Your performance issue may be related to your display adapter. Note, these readings taken when flames are roaring. That seems to be one of the heavy load situations.&lt;BR /&gt;&lt;BR /&gt;What do you see for each threading environment (edit Smoke.gdf in the bin folder, variable TaskManager)&lt;BR /&gt;&lt;BR /&gt;Jim Dempsey&lt;BR /&gt;&lt;/EM&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;Hi jimdempseyatthecove,&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;My system is a q6600, win xp pro 32 bit , compile it with MSVC 9 release.. solved my problem by editing the smoke.gdf and a few others by commenting the procedurefire .. =) runs faster now at 60+ fps&lt;/DIV&gt;
&lt;DIV&gt;&lt;BR /&gt;&lt;/DIV&gt;
&lt;DIV&gt;Thanks.&lt;/DIV&gt;</description>
      <pubDate>Sun, 18 Jan 2009 15:06:14 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Moderncode-for-Parallel/Using-smoke-framework-Contended-Synch-problems/m-p/873465#M3087</guid>
      <dc:creator>gonx</dc:creator>
      <dc:date>2009-01-18T15:06:14Z</dc:date>
    </item>
  </channel>
</rss>

