<?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:In place multiplication method (ippsMulC_64f_I) does not process all data passed to it in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1550178#M28567</link>
    <description>&lt;P&gt;Hi Edwin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the details. Could you please get back to us with a sample reproducer, IPP version, and environment details so that we could reproduce the issue at our end and help you accordingly?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Mon, 04 Dec 2023 10:50:45 GMT</pubDate>
    <dc:creator>ShanmukhS_Intel</dc:creator>
    <dc:date>2023-12-04T10:50:45Z</dc:date>
    <item>
      <title>In place multiplication method (ippsMulC_64f_I) does not process all data passed to it</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1549623#M28564</link>
      <description>&lt;P&gt;I am working with the IPP library to multiply long lists of data and am using the&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;ippsMulC_64f_I method.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Unfortunately the method does not seem to apply the operations to all the data passed to it.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Method is used as follows:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_thompson_0-1701443263419.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/48697i5552B84354068A75/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="edwin_thompson_0-1701443263419.png" alt="edwin_thompson_0-1701443263419.png" /&gt;&lt;/span&gt;&lt;P&gt;when called, length is passed simply as the rows * cols of a 2 dimensional array. Initialized as shown:&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_thompson_1-1701443495431.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/48698iD54D39BF04F10F83/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="edwin_thompson_1-1701443495431.png" alt="edwin_thompson_1-1701443495431.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_thompson_2-1701443516184.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/48699i0C5D132767DF963C/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="edwin_thompson_2-1701443516184.png" alt="edwin_thompson_2-1701443516184.png" /&gt;&lt;/span&gt;&lt;P&gt;These steps seem to be fine but consistently without fail there is always an amount of values that are not processed.&lt;/P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="edwin_thompson_3-1701443697981.png" style="width: 400px;"&gt;&lt;img src="https://community.intel.com/t5/image/serverpage/image-id/48702i25E4678FDB2BFC15/image-size/medium/is-moderation-mode/true?v=v2&amp;amp;px=400&amp;amp;whitelist-exif-data=Orientation%2CResolution%2COriginalDefaultFinalSize%2CCopyright" role="button" title="edwin_thompson_3-1701443697981.png" alt="edwin_thompson_3-1701443697981.png" /&gt;&lt;/span&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help / explanations would be most appreciated.&lt;/P&gt;&lt;P&gt;Many thanks.&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 01 Dec 2023 15:15:21 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1549623#M28564</guid>
      <dc:creator>edwin_thompson</dc:creator>
      <dc:date>2023-12-01T15:15:21Z</dc:date>
    </item>
    <item>
      <title>Re:In place multiplication method (ippsMulC_64f_I) does not process all data passed to it</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1550178#M28567</link>
      <description>&lt;P&gt;Hi Edwin,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for posting in Intel Communities.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for sharing the details. Could you please get back to us with a sample reproducer, IPP version, and environment details so that we could reproduce the issue at our end and help you accordingly?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 04 Dec 2023 10:50:45 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1550178#M28567</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-12-04T10:50:45Z</dc:date>
    </item>
    <item>
      <title>Re:In place multiplication method (ippsMulC_64f_I) does not process all data passed to it</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1552676#M28569</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;A gentle reminder:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;Could you please get back with the earlier requested details so that we could look into your issue further?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 11 Dec 2023 16:10:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1552676#M28569</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-12-11T16:10:30Z</dc:date>
    </item>
    <item>
      <title>Re:In place multiplication method (ippsMulC_64f_I) does not process all data passed to it</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1555563#M28576</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Since we didn't hear back from you, we assume that your issue is resolved. If you need any additional information, please post a new question as this thread will no longer be monitored by Intel.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Shanmukh.SS&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 19 Dec 2023 16:28:49 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/In-place-multiplication-method-ippsMulC-64f-I-does-not-process/m-p/1555563#M28576</guid>
      <dc:creator>ShanmukhS_Intel</dc:creator>
      <dc:date>2023-12-19T16:28:49Z</dc:date>
    </item>
  </channel>
</rss>

