Software:Integrated Performance Primitives
Developer(s) | Intel |
---|---|
Stable release | |
Written in | C/C++ |
Operating system | Linux, macOS, Microsoft Windows, Android |
Type | Library or framework |
License | Proprietary, freeware[3] |
Intel Integrated Performance Primitives (Intel IPP) is a multi-threaded software library of functions for multimedia and data processing applications, produced by Intel.[4]
The library supports Intel and compatible processors and is available for Linux, macOS, Windows and Android operating systems. It is available separately or as a part of Intel oneAPI Base Toolkit.[4]
Features
The library takes advantage of processor features including MMX, SSE, SSE2, SSE3, SSSE3, SSE4, AVX, AVX2, AVX-512, AES-NI and multi-core processors. [5] Intel IPP includes functions for:
- Video decode/encode
- Audio decode/encode
- JPEG/JPEG2000/JPEG XR
- Computer vision
- Cryptography
- Data compression
- Image color conversion
- Image processing
- Ray tracing and Rendering
- Signal processing
- Speech coding
- Speech recognition
- String processing
- Vector and matrix mathematics
Organization
Intel IPP is divided into four major processing groups: Signal (with linear array or vector data), Image (with 2D arrays for typical color spaces), Data Compression and Cryptography.[5]
Half the entry points are of the matrix type, a third are of the signal type and the remainder are of the image and cryptography types. Intel IPP functions are divided into 4 data types: Data types include 8u (8-bit unsigned), 8s (8-bit signed), 16s, 32f (32-bit floating-point), 64f, etc. Typically, an application developer works with only one dominant data type for most processing functions, converting between input to processing to output formats at the end points.[5]
History
- Version 2.0 files are dated April 22, 2002.
- Version 3.0
- Version 4.0 files are dated November 11, 2003. 4.0 runtime fully supports applications coded for 3.0 and 2.0.
- Version 5.1 files are dated March 9, 2006. 5.1 runtime does not support applications coded for 4.0 or before.
- Version 5.2 files are dated April 11, 2007. 5.2 runtime does not support applications coded for 5.1 or before. Introduced June 5, 2007, adding code samples for data compression, new video codec support, support for 64-bit applications on Mac OS X, support for Windows Vista, and new functions for ray-tracing and rendering.
- Version 6.1 was released with the Intel C++ Compiler on June 28, 2009. Update 1 for version 6.1 was released on July 28, 2009. Update 2 files are dated October 19, 2009.[6]
- Version 7.1[7]
- Version 8.0[8]
- Version 8.1[9]
- Version 8.2[10]
- Version 9.0 Initial Release, August 25, 2015[11]
- Version 9.0 Update 1, December 1, 2015[12]
- Version 9.0 Update 2
- Version 9.0 Update 3
- Version 9.0 Update 4
- Version 2017 Initial Release
- Version 2017 Update 1
- Version 2017 Update 2
- Version 2017 Update 3, February 28, 2016[1]
- Version 2018 Initial Release
- Version 2018 Update 1
- Version 2018 Update 2
- Version 2018 Update 2.1
- Version 2018 Update 3
- Version 2018 Update 3.1
- Version 2018 Update 4, September 20, 2018[1]
- Version 2019 Initial Release
- Version 2019 Update 1
- Version 2019 Update 2
- Version 2019 Update 3, February 14, 2019[1]
- Version 2019 Update 4
- Version 2019 Update 5
- Version 2020 Initial Release, December 12, 2019[1][2]
- Version 2020 Update 1, March 30, 2020[1][2]
- Version 2020 Update 2, July 16, 2020[1][2]
Counterparts
- Sun: mediaLib for Solaris
- Apple: vDSP, vImage, Accelerate etc. for macOS
- AMD: Framewave (formerly the AMD Performance Library or APL)
- Khronos Group: OpenMAX DL
See also
- Intel oneAPI Base Toolkit
- Intel oneAPI HPC Toolkit
- Intel oneAPI IoT Toolkit
- Intel oneAPI Data Analytics Library (oneDAL)
- Intel oneAPI Math Kernel Library (oneMKL)
- Intel oneAPI Threading Building Blocks (oneTBB)
- Intel Advisor
- Intel Inspector
- Intel VTune Profiler
- Intel Developer Zone (Intel DZ; support and discussion)
References
- ↑ 1.0 1.1 1.2 1.3 1.4 1.5 1.6 "Intel® Integrated Performance Primitives Library Release Notes and New Features". https://software.intel.com/content/www/us/en/develop/articles/release-notes-for-oneapi-integrated-performance-primitives.html.
- ↑ 2.0 2.1 2.2 2.3 "Intel® IPP 2020 Bug Fixes". https://software.intel.com/en-us/articles/intel-ipp-2020-bug-fixes.
- ↑ "No Cost Options for Intel Parallel Studio XE, Support yourself, Royalty-Free". https://software.intel.com/en-us/free_tools_and_libraries.
- ↑ 4.0 4.1 "Intel Integrated Performance Primitives (Intel IPP) 6.1 FAQs". Intel Website. 2009. http://software.intel.com/sites/products/collateral/hpc/ipp/ipp_faq.pdf.
- ↑ 5.0 5.1 5.2 "Intel Integrated Performance Primitives (Intel IPP) Library". https://software.intel.com/en-us/articles/intel-integrated-performance-primitives-documentation.
- ↑ "Intel Integrated Performance Primitives (Intel IPP) Library 6.1 Release Notes". https://software.intel.com/en-us/articles/intel-ipp-61-library-release-notes.
- ↑ "Intel Integrated Performance Primitives (Intel IPP) Library 7.1 Release Notes". https://software.intel.com/en-us/articles/intel-ipp-71-library-release-notes.
- ↑ "Intel Integrated Performance Primitives (Intel IPP) Library 8.0 Release Notes". https://software.intel.com/en-us/articles/intel-ipp-80-library-release-notes.
- ↑ "Intel Integrated Performance Primitives (Intel IPP) Library 8.1 Release Notes". https://software.intel.com/en-us/articles/intel-ipp-81-library-release-notes.
- ↑ "Intel Integrated Performance Primitives (Intel IPP) Library 8.2 Release Notes". https://software.intel.com/en-us/articles/intel-ipp-82-library-release-notes.
- ↑ "Intel Integrated Performance Primitives (Intel IPP) Library 9.0 Release Notes". https://software.intel.com/en-us/articles/intel-ipp-90-library-release-notes.
- ↑ "Intel Integrated Performance Primitives (Intel IPP) Library 9.0 Github". https://github.com/opencv/opencv_3rdparty/tree/ippicv/master_20151201/ippicv.
External links
- Intel oneAPI Base Toolkit Home Page
- Stewart Taylor, "Intel Integrated Performance Primitives - How to Optimize Software Applications Using Intel IPP", Intel Press.
- Jpeg Delphi implementation using official JPEG Group C library or Intel Jpeg Library 1.5 (ijl.dll included)
- How To Install OpenCV using IPP (french)
Original source: https://en.wikipedia.org/wiki/Integrated Performance Primitives.
Read more |