<?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 When DoInPlace() method is called? in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/When-DoInPlace-method-is-called/m-p/819081#M4523</link>
    <description>When DoInPlace() method is called?&lt;BR /&gt;I have derive a class from Node_1_1 class. I have overloaded Do() and DoInPlace() methods. Whenever the graph is executed the Do() method is called. If I want to perform the In-place operation, how can I call DoInPlace() mehod?</description>
    <pubDate>Tue, 04 Oct 2011 08:45:00 GMT</pubDate>
    <dc:creator>Kishor_D_</dc:creator>
    <dc:date>2011-10-04T08:45:00Z</dc:date>
    <item>
      <title>When DoInPlace() method is called?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/When-DoInPlace-method-is-called/m-p/819081#M4523</link>
      <description>When DoInPlace() method is called?&lt;BR /&gt;I have derive a class from Node_1_1 class. I have overloaded Do() and DoInPlace() methods. Whenever the graph is executed the Do() method is called. If I want to perform the In-place operation, how can I call DoInPlace() mehod?</description>
      <pubDate>Tue, 04 Oct 2011 08:45:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/When-DoInPlace-method-is-called/m-p/819081#M4523</guid>
      <dc:creator>Kishor_D_</dc:creator>
      <dc:date>2011-10-04T08:45:00Z</dc:date>
    </item>
    <item>
      <title>When DoInPlace() method is called?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/When-DoInPlace-method-is-called/m-p/819082#M4524</link>
      <description>Hi,&lt;BR /&gt;To enable in-place operation execution you have to overload Init methodand initialize the following variable:&lt;BR /&gt;&lt;BR /&gt;&lt;P&gt;inplace[0] = 1; // inplace possible for input port 0&lt;BR /&gt;or&lt;BR /&gt;inplace[0] = 0; // inplace isn't possible&lt;BR /&gt;&lt;BR /&gt;This tells graph compiler that operation allows in-place execution. After that graph compiler analyze your graph structure schedule in-place execution mode if it possible.&lt;BR /&gt;&lt;BR /&gt;Igor S. Belyakov&lt;/P&gt;</description>
      <pubDate>Wed, 12 Oct 2011 06:55:56 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/When-DoInPlace-method-is-called/m-p/819082#M4524</guid>
      <dc:creator>Igor_B_Intel1</dc:creator>
      <dc:date>2011-10-12T06:55:56Z</dc:date>
    </item>
    <item>
      <title>When DoInPlace() method is called?</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/When-DoInPlace-method-is-called/m-p/819083#M4525</link>
      <description>Thanks Igor.&lt;BR /&gt;&lt;BR /&gt;Now, I want to derive a node that takes non-image data as input and gives
non-image data as output. For this I have derived class from abstract class
Node_1_1_Store. But I am struggling to develop functionality of this
class. Within overridden "Do" function how can I get addresses of
source data and destination data. When I provide image data I am able
to get source data address using following statement&lt;BR /&gt;&lt;BR /&gt;Ipp8u *pSrc1 = paramCompile.pSrc[0]+(pParamExecute-&amp;gt;offsetSrc[0].y + shift)*src1Step;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Please help me, to getting addresses of source and destination data when I provide non-image data as an input.&lt;BR /&gt;&lt;BR /&gt;Thanks.</description>
      <pubDate>Mon, 17 Oct 2011 04:04:33 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/When-DoInPlace-method-is-called/m-p/819083#M4525</guid>
      <dc:creator>Kishor_D_</dc:creator>
      <dc:date>2011-10-17T04:04:33Z</dc:date>
    </item>
  </channel>
</rss>

