<?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: Intel IPP-patched bzip2 problems in Intel® Integrated Performance Primitives</title>
    <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264254#M27586</link>
    <description>&lt;P&gt;which version of IPP did you try?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 15 Mar 2021 02:17:35 GMT</pubDate>
    <dc:creator>Gennady_F_Intel</dc:creator>
    <dc:date>2021-03-15T02:17:35Z</dc:date>
    <item>
      <title>Intel IPP-patched bzip2 problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264175#M27585</link>
      <description>&lt;P&gt;bzip2 file consists of blocks, which allows decompression from arbitrary block.&lt;BR /&gt;We are successfully using this feature in our software with original bzip2 v.1.0.8 library.&lt;BR /&gt;But we are getting errors with IPP-patched version.&lt;BR /&gt;In the attachment you will find CMake project with 3 apps and test archives which demonstrate these problems.&lt;BR /&gt;It will build the apps twice: with IPP and without IPP.&lt;BR /&gt;*.info files show the start offset and size of bzip2 blocks.&lt;/P&gt;
&lt;P&gt;problem1_ipp: For sizes &amp;gt; 2GB, BZ2_bzCompress with IPP fails - it returns BZ_DATA_ERROR.&lt;BR /&gt;problem1_noipp: succeeds.&lt;/P&gt;
&lt;P&gt;problem2_ipp: If we try to decompress several consecutive BZip2 blocks (but not entire file) the calls to BZ2 functions succeed but return less data than should.&lt;BR /&gt;problem2_noipp: succeeds.&lt;/P&gt;
&lt;P&gt;problem3_ipp: Demonstrates the same problem as in problem2 but combines decompressed parts so that it becomes more obvious that some bytes are missing.&lt;BR /&gt;problem3_noipp: Combined decompressed file (ut_test_data_created_with_ipp.csv.bz2_combined_split_on_offset_39541_without_ipp) is identical to the original uncompressed file (ut_test_data.csv).&lt;/P&gt;
&lt;P&gt;Steps to reproduce:&lt;/P&gt;
&lt;LI-CODE lang="bash"&gt;# Modify the following paths in `bzip2_ipp_example/CMakeLists.txt`:
IPPROOT
BZIP2_ROOT_WITH_IPP
BZIP2_ROOT_WITHOUT_IPP

cd bzip2_ipp_example

# Clean
rm -rf build

# Configure
cmake -B build .

# Build
cmake --build build -j

# Run
build/problem1_noipp/problem1_noipp
build/problem1_ipp/problem1_ipp

build/problem2_noipp/problem2_noipp
build/problem2_ipp/problem2_ipp

build/problem3_noipp/problem3_noipp
build/problem3_ipp/problem3_ipp&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 14:17:37 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264175#M27585</guid>
      <dc:creator>Valentyn</dc:creator>
      <dc:date>2021-03-14T14:17:37Z</dc:date>
    </item>
    <item>
      <title>Re: Intel IPP-patched bzip2 problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264254#M27586</link>
      <description>&lt;P&gt;which version of IPP did you try?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 02:17:35 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264254#M27586</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-03-15T02:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Intel IPP-patched bzip2 problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264381#M27588</link>
      <description>&lt;P&gt;2020.3.304&lt;/P&gt;
&lt;P&gt;I also downloaded&amp;nbsp;2021.1.1.47 but bzip2 patch in it is the same as in 2020.3.304.&lt;/P&gt;</description>
      <pubDate>Mon, 15 Mar 2021 10:05:15 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264381#M27588</guid>
      <dc:creator>Valentyn</dc:creator>
      <dc:date>2021-03-15T10:05:15Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP-patched bzip2 problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264716#M27590</link>
      <description>&lt;P&gt;We have managed to reproduce the issue and will keep the thread updated with the status.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 16 Mar 2021 08:12:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1264716#M27590</guid>
      <dc:creator>Gennady_F_Intel</dc:creator>
      <dc:date>2021-03-16T08:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Intel IPP-patched bzip2 problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1273661#M27644</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Have you been able to find the root cause of these problems?&lt;/P&gt;
&lt;P&gt;Is there a date/version when the fix is planned?&lt;/P&gt;
&lt;P&gt;Thank you for response.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Apr 2021 22:40:17 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1273661#M27644</guid>
      <dc:creator>Valentyn</dc:creator>
      <dc:date>2021-04-14T22:40:17Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP-patched bzip2 problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1318234#M27788</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thank you for your patience. &lt;/P&gt;&lt;P&gt;The issue raised by you has been fixed in the 2021.4 version. Please download and let us know if this resolves your issue.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 30 Sep 2021 08:14:00 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1318234#M27788</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-09-30T08:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: Re:Intel IPP-patched bzip2 problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1319071#M27793</link>
      <description>&lt;P&gt;&lt;SPAN&gt;IPP 2021.4 resolves reported issues. Thanks!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Oct 2021 15:42:59 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1319071#M27793</guid>
      <dc:creator>Valentyn</dc:creator>
      <dc:date>2021-10-04T15:42:59Z</dc:date>
    </item>
    <item>
      <title>Re:Intel IPP-patched bzip2 problems</title>
      <link>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1319217#M27794</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Thanks for the confirmation.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;As the issue is resolved we are closing this thread from our end.&lt;/P&gt;&lt;P&gt;If you need any additional information from Intel, please post a new question as this thread will no longer be monitored.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Have a Good Day!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vidya.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Oct 2021 04:41:38 GMT</pubDate>
      <guid>https://community.intel.com/t5/Intel-Integrated-Performance/Intel-IPP-patched-bzip2-problems/m-p/1319217#M27794</guid>
      <dc:creator>VidyalathaB_Intel</dc:creator>
      <dc:date>2021-10-05T04:41:38Z</dc:date>
    </item>
  </channel>
</rss>

