<?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 Could you provide a link to in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102439#M69231</link>
    <description>Could you provide a link to that article? I simply would like to understand that:

...
for (x = in; x &amp;lt; in + N; ++x)
*(out+(x-in)) = foo( *x );
...
is correct and

...
for (x = in; x &amp;lt; in + N; ++x)
*(out+(x-in)) = foo( x );
...
or
...
for (x = in; x &amp;lt; in + N; ++x)
*(out+(x-in)) = foo( &amp;amp;x );
...

are not correct...</description>
    <pubDate>Fri, 12 May 2017 22:38:01 GMT</pubDate>
    <dc:creator>SergeyKostrov</dc:creator>
    <dc:date>2017-05-12T22:38:01Z</dc:date>
    <item>
      <title>bug in sample code in Parallel Universe Issue 28</title>
      <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102437#M69229</link>
      <description>&lt;P&gt;I can't find anyplace to provide feedback to the magazine staff.&lt;/P&gt;

&lt;P&gt;page 10 of the latest Parallel Universe magazine says&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&amp;nbsp; for (x = in; x &amp;lt; in+N; ++x)&amp;nbsp;&amp;nbsp; *(out+(x-in)) = foo(x);&lt;/P&gt;

&lt;P&gt;The correct code must be foo(*x) however. Yes?&lt;/P&gt;

&lt;P&gt;for (x = in; x &amp;lt; in + N; ++x)&lt;/P&gt;

&lt;P&gt;&amp;nbsp; *(out+(x-in)) = foo(*x);&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 09 May 2017 21:56:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102437#M69229</guid>
      <dc:creator>Mark_D_</dc:creator>
      <dc:date>2017-05-09T21:56:15Z</dc:date>
    </item>
    <item>
      <title>of course! this is a simple</title>
      <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102438#M69230</link>
      <description>&lt;P&gt;of course! this is a simple transform algo.&lt;/P&gt;

&lt;P&gt;thanks for catching this,&lt;BR /&gt;
	--Vladimir&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 16:35:31 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102438#M69230</guid>
      <dc:creator>Vladimir_P_1234567890</dc:creator>
      <dc:date>2017-05-10T16:35:31Z</dc:date>
    </item>
    <item>
      <title>Could you provide a link to</title>
      <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102439#M69231</link>
      <description>Could you provide a link to that article? I simply would like to understand that:

...
for (x = in; x &amp;lt; in + N; ++x)
*(out+(x-in)) = foo( *x );
...
is correct and

...
for (x = in; x &amp;lt; in + N; ++x)
*(out+(x-in)) = foo( x );
...
or
...
for (x = in; x &amp;lt; in + N; ++x)
*(out+(x-in)) = foo( &amp;amp;x );
...

are not correct...</description>
      <pubDate>Fri, 12 May 2017 22:38:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102439#M69231</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2017-05-12T22:38:01Z</dc:date>
    </item>
    <item>
      <title>https://software.intel.com</title>
      <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102440#M69232</link>
      <description>&lt;P&gt;&lt;A href="https://community.intel.com/legacyfs/online/drupal_files/managed/31/c3/parallel-universe-issue-28.pdf"&gt;https://software.intel.com/sites/default/files/managed/31/c3/parallel-universe-issue-28.pdf&lt;/A&gt;&lt;/P&gt;

&lt;P&gt;See page 9&amp;nbsp;or 10.&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 18:00:05 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102440#M69232</guid>
      <dc:creator>Mark_D_</dc:creator>
      <dc:date>2017-05-16T18:00:05Z</dc:date>
    </item>
    <item>
      <title>Also, as a first time poster</title>
      <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102441#M69233</link>
      <description>&lt;P&gt;Also, as a first time poster on Intel's forums, is this the best place to provide feedback to the editorial staff of Parallel Universe? Or is someplace else better?&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 16 May 2017 18:01:28 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102441#M69233</guid>
      <dc:creator>Mark_D_</dc:creator>
      <dc:date>2017-05-16T18:01:28Z</dc:date>
    </item>
    <item>
      <title>&gt;&gt;...is this the best place</title>
      <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102442#M69234</link>
      <description>&amp;gt;&amp;gt;...is this the best place to provide feedback to the editorial staff of Parallel Universe? Or is someplace
&amp;gt;&amp;gt;else better?

It is better to contact the Parallel Universe magazine directly.</description>
      <pubDate>Wed, 17 May 2017 19:34:13 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102442#M69234</guid>
      <dc:creator>SergeyKostrov</dc:creator>
      <dc:date>2017-05-17T19:34:13Z</dc:date>
    </item>
    <item>
      <title>How? I did not find contact</title>
      <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102443#M69235</link>
      <description>&lt;P&gt;How? I did not find contact info in the magazine, and my google-fu was inadequate to find contact info on the Intel website. Hence my post here.&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 19:35:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102443#M69235</guid>
      <dc:creator>Mark_D_</dc:creator>
      <dc:date>2017-05-17T19:35:49Z</dc:date>
    </item>
    <item>
      <title>Hi,</title>
      <link>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102444#M69236</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;We re looking into what might be the best channel for this. &amp;nbsp;For now, just post any questions/comments on the Parallel Universe Magazine here.&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;Hal&lt;BR /&gt;
	Intel(R) Developer Zone support&lt;/P&gt;

&lt;P style="word-wrap: break-word; font-size: 12px;"&gt;&lt;A href="http://software.intel.com/"&gt;http://software.intel.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 May 2017 19:53:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/bug-in-sample-code-in-Parallel-Universe-Issue-28/m-p/1102444#M69236</guid>
      <dc:creator>Harold_G_Intel</dc:creator>
      <dc:date>2017-05-17T19:53:32Z</dc:date>
    </item>
  </channel>
</rss>

