<?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 Dear Kamil, in Software Archive</title>
    <link>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166695#M79202</link>
    <description>&lt;P&gt;Dear Kamil,&lt;/P&gt;

&lt;P&gt;unfortunately the functionality you are looking for does not exist in pragma offload programming model which is Copyin/Copyout model.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	Sebastian&lt;/P&gt;</description>
    <pubDate>Fri, 01 Dec 2017 12:35:08 GMT</pubDate>
    <dc:creator>Sebastian_S_Intel</dc:creator>
    <dc:date>2017-12-01T12:35:08Z</dc:date>
    <item>
      <title>Data transfer between MIC in offload model</title>
      <link>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166694#M79201</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;

&lt;P&gt;I would like to ask, if is it possible to echange data directly between two MICs in offload model?&amp;nbsp;&amp;nbsp;&lt;SPAN style="font-size: 1em;"&gt;My application belongs to forward-in-time groups of algorithms.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;Due to data dependencies, I have to transfer data between devices in every time step. I am using up to 5 Intel KNL processors as accelerators (offload over fabric) and in this moment host memory is a point of data exchange.&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 1em;"&gt;In order to optimize path of data transfer, I thought about transferring data directly between MICs. However I do not know, how to achieve this goal using offloading programming model.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Thanks for help.&lt;BR /&gt;
	Best regards,&lt;BR /&gt;
	Kamil :)&lt;/SPAN&gt;&lt;BR /&gt;
	&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 12:03:01 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166694#M79201</guid>
      <dc:creator>H__Kamil</dc:creator>
      <dc:date>2017-12-01T12:03:01Z</dc:date>
    </item>
    <item>
      <title>Dear Kamil,</title>
      <link>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166695#M79202</link>
      <description>&lt;P&gt;Dear Kamil,&lt;/P&gt;

&lt;P&gt;unfortunately the functionality you are looking for does not exist in pragma offload programming model which is Copyin/Copyout model.&lt;/P&gt;

&lt;P&gt;Regards&lt;BR /&gt;
	Sebastian&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 12:35:08 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166695#M79202</guid>
      <dc:creator>Sebastian_S_Intel</dc:creator>
      <dc:date>2017-12-01T12:35:08Z</dc:date>
    </item>
    <item>
      <title>Kamil,</title>
      <link>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166696#M79203</link>
      <description>&lt;P&gt;Kamil,&lt;/P&gt;

&lt;P&gt;Let me preference this by: I haven't done this myself....&lt;/P&gt;

&lt;P&gt;I suggest you take a look at using the MPI messaging system. Depending on how the fabric is implemented amongst MICs you may have available direct MIC&amp;lt;-&amp;gt;MIC transfer capability over the PCIe bus. You can blend OpenMP and OpenMPI if you desire to do so.&lt;/P&gt;

&lt;P&gt;Jim Dempsey&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 13:22:46 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166696#M79203</guid>
      <dc:creator>jimdempseyatthecove</dc:creator>
      <dc:date>2017-12-01T13:22:46Z</dc:date>
    </item>
    <item>
      <title>It was my understanding that</title>
      <link>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166697#M79204</link>
      <description>&lt;P&gt;It was my understanding that MPI wasn't necessarily more efficient for communication among KNC nodes unless you have IB cards installed, as the data would be copied through host when using either your offload system or MPI.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;As to current and future MIC products, it does seem that MPI (with linux) is the primary method.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2017 16:27:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166697#M79204</guid>
      <dc:creator>TimP</dc:creator>
      <dc:date>2017-12-01T16:27:19Z</dc:date>
    </item>
    <item>
      <title>Quote:jimdempseyatthecove</title>
      <link>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166698#M79205</link>
      <description>&lt;P&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;jimdempseyatthecove wrote:&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;[...] you may have available direct MIC&amp;lt;-&amp;gt;MIC transfer capability over the PCIe bus.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;

&lt;P&gt;Jim,&lt;/P&gt;

&lt;P&gt;Kamil is using offloading over fabric, which means that he is offloading using compiler/OpenMP pragmas to Intel(R) XeonPhi(TM) processor based server connected to his host via fabric network, not to a coprocessor attached via PCI. This a different hardware configuration.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Kamil,&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em;"&gt;Do you have an existing code base or are you creating your software from scratch?&lt;/SPAN&gt;&lt;/P&gt;

&lt;P&gt;Best regards,&lt;BR /&gt;
	Jan&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2017 12:35:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166698#M79205</guid>
      <dc:creator>Jan_Z_Intel</dc:creator>
      <dc:date>2017-12-05T12:35:32Z</dc:date>
    </item>
    <item>
      <title>Do you have an existing code</title>
      <link>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166699#M79206</link>
      <description>&lt;P&gt;Dear Jan,&lt;/P&gt;

&lt;P&gt;I have the stable version of my application which works well on hybrid platform with two KNC coprocessors.&amp;nbsp;&amp;nbsp;Now, based on this code I would like to build practically new code for hybird platforms equipped with up to 6 KNL processors connected to host via fabric.&amp;nbsp;&lt;/P&gt;

&lt;P&gt;Best regards.&lt;/P&gt;</description>
      <pubDate>Thu, 07 Dec 2017 11:41:52 GMT</pubDate>
      <guid>https://community.intel.com/t5/Software-Archive/Data-transfer-between-MIC-in-offload-model/m-p/1166699#M79206</guid>
      <dc:creator>H__Kamil</dc:creator>
      <dc:date>2017-12-07T11:41:52Z</dc:date>
    </item>
  </channel>
</rss>

