<?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 Can we expose parallelism in reduce function?  in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Can-we-expose-parallelism-in-reduce-function/m-p/740447#M201</link>
    <description>Hi I am developping a software where the reducer's reduce function has some parallelism I'd like to expose. Before stepping into the development, I just wonder if anyone know if we can use cilk keywords inside a reduce function? Or that I can't do it because the reduce function has to be serial?&lt;BR /&gt;&lt;BR /&gt;Many thanks!&lt;BR /&gt;Justin&lt;BR /&gt;</description>
    <pubDate>Thu, 15 Sep 2011 03:39:51 GMT</pubDate>
    <dc:creator>Zhunping_Zhang</dc:creator>
    <dc:date>2011-09-15T03:39:51Z</dc:date>
    <item>
      <title>Can we expose parallelism in reduce function?</title>
      <link>https://community.intel.com/t5/Software-Archive/Can-we-expose-parallelism-in-reduce-function/m-p/740447#M201</link>
      <description>Hi I am developping a software where the reducer's reduce function has some parallelism I'd like to expose. Before stepping into the development, I just wonder if anyone know if we can use cilk keywords inside a reduce function? Or that I can't do it because the reduce function has to be serial?&lt;BR /&gt;&lt;BR /&gt;Many thanks!&lt;BR /&gt;Justin&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2011 03:39:51 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Can-we-expose-parallelism-in-reduce-function/m-p/740447#M201</guid>
      <dc:creator>Zhunping_Zhang</dc:creator>
      <dc:date>2011-09-15T03:39:51Z</dc:date>
    </item>
    <item>
      <title>Can we expose parallelism in reduce function?</title>
      <link>https://community.intel.com/t5/Software-Archive/Can-we-expose-parallelism-in-reduce-function/m-p/740448#M202</link>
      <description>You can use the Cilk keywords, but the runtime disables stealing while executing your reduce function so your code will always execute serially.&lt;BR /&gt;&lt;BR /&gt;How important is the use of parallelism within your reduce function?&lt;BR /&gt;&lt;BR /&gt; - Barry&lt;BR /&gt;</description>
      <pubDate>Thu, 15 Sep 2011 13:33:22 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Can-we-expose-parallelism-in-reduce-function/m-p/740448#M202</guid>
      <dc:creator>Barry_T_Intel</dc:creator>
      <dc:date>2011-09-15T13:33:22Z</dc:date>
    </item>
  </channel>
</rss>

