<?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 Isaac, in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959523#M19534</link>
    <description>&lt;P&gt;Hi Isaac,&lt;/P&gt;

&lt;P&gt;What do you mean under "to get a part of resulting vector"? Move it to somewhere else? Start working with it as with a separate object?&lt;/P&gt;

&lt;P&gt;Why don't you create a new "double*" pointer variable with correct initial address asignment and use it as new vector reference?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Sergey&lt;/P&gt;

&lt;P&gt;P.S. Oops, sorry. Igor came first :)&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2014 06:48:00 GMT</pubDate>
    <dc:creator>Sergey_K_Intel</dc:creator>
    <dc:date>2014-01-16T06:48:00Z</dc:date>
    <item>
      <title>Vector function</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959521#M19532</link>
      <description>&lt;P&gt;I'm working with the Composer XE 2013 software in an algorithm that operates with vectors. After making a convolution between two vectors, I need to get a part of the resulting vector, but with an offset. I mean, like having [3 2 6 1 5] and then get [2 6 1]. As the result of the convolution is 72000 elements long I don't want to use a "for" because it'll decreased the algorithm performance. So, I was looking for a specific function in your documentation but I couldn't. I attach what my problem is. I hope you can help me.&amp;nbsp;Thanks.&lt;IMG alt="" src="http://3.bp.blogspot.com/-mKmEVid2J8M/UtaOJJCVptI/AAAAAAAAPKM/Oiu5MzYPzlM/s1600/IMAGE.jpg" style="width: 887px; height: 226px;" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2014 13:38:26 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959521#M19532</guid>
      <dc:creator>Isaac_D_</dc:creator>
      <dc:date>2014-01-15T13:38:26Z</dc:date>
    </item>
    <item>
      <title>Hi Isaak,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959522#M19533</link>
      <description>&lt;P&gt;Hi Isaak,&lt;/P&gt;

&lt;P&gt;I don't see any problem here - the easiest way is just to shift your pointer:&lt;/P&gt;

&lt;P&gt;Ipp64f pDst[72020];&lt;/P&gt;

&lt;P&gt;Ipp64f *pDst1;&lt;/P&gt;

&lt;P&gt;...........&lt;/P&gt;

&lt;P&gt;pDst1 = pDst + 10;&lt;/P&gt;

&lt;P&gt;...........&lt;/P&gt;

&lt;P&gt;regards, Igor&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 06:47:55 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959522#M19533</guid>
      <dc:creator>Igor_A_Intel</dc:creator>
      <dc:date>2014-01-16T06:47:55Z</dc:date>
    </item>
    <item>
      <title>Hi Isaac,</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959523#M19534</link>
      <description>&lt;P&gt;Hi Isaac,&lt;/P&gt;

&lt;P&gt;What do you mean under "to get a part of resulting vector"? Move it to somewhere else? Start working with it as with a separate object?&lt;/P&gt;

&lt;P&gt;Why don't you create a new "double*" pointer variable with correct initial address asignment and use it as new vector reference?&lt;/P&gt;

&lt;P&gt;Regards,&lt;BR /&gt;
	Sergey&lt;/P&gt;

&lt;P&gt;P.S. Oops, sorry. Igor came first :)&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 06:48:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959523#M19534</guid>
      <dc:creator>Sergey_K_Intel</dc:creator>
      <dc:date>2014-01-16T06:48:00Z</dc:date>
    </item>
    <item>
      <title>Hehe don't worry. I did what</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959524#M19535</link>
      <description>&lt;P&gt;Hehe don't worry. I did what you two mention and I could continue developing my software. I really appreciate both of you for your help :D&lt;/P&gt;

&lt;P&gt;&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;
	&lt;SPAN style="font-size: 1em; line-height: 1.5;"&gt;Isaac&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2014 12:59:53 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Vector-function/m-p/959524#M19535</guid>
      <dc:creator>Isaac_D_</dc:creator>
      <dc:date>2014-01-16T12:59:53Z</dc:date>
    </item>
  </channel>
</rss>

