<?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 Hi,  in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951251#M19616</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am unsure of why you are having this issue. It would be very helpful if you could share a simple reproducers for the issue.&lt;/P&gt;

&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Sumedh&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jan 2014 18:11:32 GMT</pubDate>
    <dc:creator>Sumedh_N_Intel</dc:creator>
    <dc:date>2014-01-07T18:11:32Z</dc:date>
    <item>
      <title>Offload more than 2MB</title>
      <link>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951250#M19615</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;

&lt;P&gt;I'm new to the MIC and allready run in a problem. I'm using the offlaod execution model to offload 3 float array to the Mic. Everything works till one of the array exceeds 2MB. If this happens the programm looks like it's not runing. I tried to find out if there is a problem with the offloading but the OFFLOAD_REPORT doesn't show up anything in the broken case.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Here is my code example:&lt;/P&gt;

&lt;P&gt;//First offload section&lt;/P&gt;

&lt;P&gt;#pragma offload target(mic) in(U_0_1_out:length((x_max*y_max)) alloc_if(1) free_if(0)) in(U_0_0:length((x_max*y_max)) alloc_if(1) free_if(0)) in(U_0_1:length((x_max*y_max)) alloc_if(1) free_if(0))&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;If you need more informations please ask. Thanks for your help.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2014 10:37:48 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951250#M19615</guid>
      <dc:creator>Severin_G_</dc:creator>
      <dc:date>2014-01-07T10:37:48Z</dc:date>
    </item>
    <item>
      <title>Hi, </title>
      <link>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951251#M19616</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;I am unsure of why you are having this issue. It would be very helpful if you could share a simple reproducers for the issue.&lt;/P&gt;

&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Sumedh&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2014 18:11:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951251#M19616</guid>
      <dc:creator>Sumedh_N_Intel</dc:creator>
      <dc:date>2014-01-07T18:11:32Z</dc:date>
    </item>
    <item>
      <title>I'm seeing a somewhat similar</title>
      <link>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951252#M19617</link>
      <description>&lt;P&gt;I'm seeing a somewhat similar limitation, except that I have no difficulty with 3 8MB arrays, using omp target map (eliminating all omp target data and omp target update usage), but I get the failure message about data overlap when increasing those arrays to 32MB.&amp;nbsp; I have a B0 card (4GB RAM) which ought to be sufficient, as the same benchmark ran on the predecessor 1.5GB card.&amp;nbsp; I no longer have access to a current Intel(r) Xeon Phi(tm) card.&lt;/P&gt;

&lt;P&gt;My larger data transfers "appear to work" when I understate the length parameters (assuming they are measured by data type, not in bytes).&lt;/P&gt;

&lt;P&gt;I haven't found documentation on whether there is a buffer size environment variable requirement for MPSS 3.1.1 along with omp target as there was at one time with the legacy offload.&amp;nbsp; Some of the parameters associated with offload buffers were made semi-automatic in the past.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jan 2014 21:17:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951252#M19617</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2014-01-07T21:17:00Z</dc:date>
    </item>
    <item>
      <title>Thanks for your answers.</title>
      <link>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951253#M19618</link>
      <description>&lt;P&gt;Thanks for your answers. During preparation of a simplified reproducing program I saw one of the offloaded arrays wasn't allocated. If I allocate this array the offload works so far.&lt;/P&gt;

&lt;P&gt;&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2014 11:35:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Offload-more-than-2MB/m-p/951253#M19618</guid>
      <dc:creator>Severin_G_</dc:creator>
      <dc:date>2014-01-08T11:35:49Z</dc:date>
    </item>
  </channel>
</rss>

