<?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 Graph.Execute() got stuck when work with multi-thread. in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787265#M2113</link>
    <description>Hi Xie,&lt;BR /&gt;&lt;BR /&gt;I do not think there is a problem, we keep threads in DMIP in sleep state when they are not active in order to faster resume when it needed.&lt;BR /&gt;&lt;BR /&gt;Do you see performance improvement on two threads?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
    <pubDate>Thu, 01 Jul 2010 08:58:54 GMT</pubDate>
    <dc:creator>Vladimir_Dudnik</dc:creator>
    <dc:date>2010-07-01T08:58:54Z</dc:date>
    <item>
      <title>Graph.Execute() got stuck when work with multi-thread.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787264#M2112</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a block of code using DMIP:&lt;BR /&gt;&lt;BR /&gt;Graph graph;&lt;BR /&gt;....&lt;BR /&gt;....&lt;BR /&gt;graph.Execute();&lt;BR /&gt;&lt;BR /&gt;If only start a single thread, we can execute this block of code without any problem; but if we start two threads, then one of them will get stuck at "graph.Execute()", seems it will never return.&lt;BR /&gt;&lt;BR /&gt;where is the problem?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xie</description>
      <pubDate>Thu, 01 Jul 2010 07:46:29 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787264#M2112</guid>
      <dc:creator>Lamp</dc:creator>
      <dc:date>2010-07-01T07:46:29Z</dc:date>
    </item>
    <item>
      <title>Graph.Execute() got stuck when work with multi-thread.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787265#M2113</link>
      <description>Hi Xie,&lt;BR /&gt;&lt;BR /&gt;I do not think there is a problem, we keep threads in DMIP in sleep state when they are not active in order to faster resume when it needed.&lt;BR /&gt;&lt;BR /&gt;Do you see performance improvement on two threads?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Thu, 01 Jul 2010 08:58:54 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787265#M2113</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-07-01T08:58:54Z</dc:date>
    </item>
    <item>
      <title>Graph.Execute() got stuck when work with multi-thread.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787266#M2114</link>
      <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The scenario is, I have several threads, like 20, if the threads access the DMIP code block one by one, it works perfect; now I want to speed up the process, so I update the semaphore, to allow two threads can access the DMIP code block at the same time,after all threads been executed,one thread stopped at "Graph.Execute" method, I don't understand why it stopped.&lt;BR /&gt;&lt;BR /&gt;The expected result is all threads can complete sucessfully, now one thread never return and I cannot get the result.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xie</description>
      <pubDate>Fri, 02 Jul 2010 03:33:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787266#M2114</guid>
      <dc:creator>Lamp</dc:creator>
      <dc:date>2010-07-02T03:33:30Z</dc:date>
    </item>
    <item>
      <title>Graph.Execute() got stuck when work with multi-thread.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787267#M2115</link>
      <description>Hi Xie,&lt;BR /&gt;&lt;BR /&gt;it seems to be difficult to answer this question without some test case. Is it possible for you to provide test which reproduce that issue?&lt;BR /&gt;&lt;BR /&gt;Note, you can post test case in private message if there is concern on exposing your code to public. (Just check Make this post private button on the bottom of editor window.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt; Vladimir</description>
      <pubDate>Fri, 02 Jul 2010 11:08:16 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787267#M2115</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2010-07-02T11:08:16Z</dc:date>
    </item>
    <item>
      <title>Graph.Execute() got stuck when work with multi-thread.</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787268#M2116</link>
      <description>Hi Vladimir,&lt;BR /&gt;&lt;BR /&gt;please check my previous post for some code sample.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Xie</description>
      <pubDate>Wed, 07 Jul 2010 05:44:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Graph-Execute-got-stuck-when-work-with-multi-thread/m-p/787268#M2116</guid>
      <dc:creator>Lamp</dc:creator>
      <dc:date>2010-07-07T05:44:26Z</dc:date>
    </item>
  </channel>
</rss>

