<?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 Re: Cumulative Sum in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923844#M15974</link>
    <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;IPP has function ippiIntegral that calculates the image integral on the rectangular area. If you call it for the image with 1 row you get the cumulative sum&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jun 2006 18:18:27 GMT</pubDate>
    <dc:creator>Intel_C_Intel</dc:creator>
    <dc:date>2006-06-02T18:18:27Z</dc:date>
    <item>
      <title>Cumulative Sum</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923842#M15972</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;I need to compute the cumulative sum of a 1D signal. In C it would look like&lt;BR /&gt;&lt;BR /&gt;for(int k=0;k...)&lt;BR /&gt;{&lt;BR /&gt;A&lt;K&gt; += A[k-1];&lt;BR /&gt;}&lt;BR /&gt;&lt;BR /&gt;How can this be done using intrinsics and/or IPP?&lt;BR /&gt;&lt;BR /&gt;Thanks for any help&lt;/K&gt;</description>
      <pubDate>Fri, 02 Jun 2006 16:26:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923842#M15972</guid>
      <dc:creator>thorsan1</dc:creator>
      <dc:date>2006-06-02T16:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923843#M15973</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;As I remember there was a similar question regarding 2D operation, you can see thread&lt;/P&gt;
&lt;P&gt;&lt;A href="http://softwareforums.intel.com/ids/board/message?board.id=IPP&amp;amp;message.id=980" target="_blank"&gt;http://softwareforums.intel.com/ids/board/message?board.id=IPP&amp;amp;message.id=980&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;regarding piece of code you shown, is it exactly what you mean? This code will read data from outside of available memory for k=0.&lt;/P&gt;
&lt;P&gt;We do not have similar functions in IPP. You can take a look on ippsSum function family, which calculate sum of all elements in 1D vector&lt;/P&gt;
&lt;P&gt;Regards,&lt;BR /&gt; Vladimir&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2006 17:08:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923843#M15973</guid>
      <dc:creator>Vladimir_Dudnik</dc:creator>
      <dc:date>2006-06-02T17:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923844#M15974</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;IPP has function ippiIntegral that calculates the image integral on the rectangular area. If you call it for the image with 1 row you get the cumulative sum&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jun 2006 18:18:27 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923844#M15974</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-06-02T18:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923845#M15975</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;thanks for the help.&lt;BR /&gt;&lt;BR /&gt;ok. there was an error in the kode the loop should go from k=1...&lt;BR /&gt;&lt;BR /&gt;Ill take a look at the integral function. but does anyone know how it is done?&lt;BR /&gt;&lt;BR /&gt;thorsan</description>
      <pubDate>Sun, 04 Jun 2006 16:57:44 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923845#M15975</guid>
      <dc:creator>thorsan1</dc:creator>
      <dc:date>2006-06-04T16:57:44Z</dc:date>
    </item>
    <item>
      <title>Re: Cumulative Sum</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923846#M15976</link>
      <description>&lt;P&gt;Imageintegral function maps input NxM image to output (N+1)x(M+1) image. It calculates dst[n,m]=SUM(src[i,j]), i&lt;N&gt;&lt;/N&gt;&lt;/P&gt;&lt;P&gt;For more details see IPP Manual Image processing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alexander&lt;/P&gt;</description>
      <pubDate>Tue, 06 Jun 2006 17:49:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Cumulative-Sum/m-p/923846#M15976</guid>
      <dc:creator>Intel_C_Intel</dc:creator>
      <dc:date>2006-06-06T17:49:30Z</dc:date>
    </item>
  </channel>
</rss>

