Skip to content
Snippets Groups Projects
Commit 7ddc97a8 authored by Jan Siwiec's avatar Jan Siwiec
Browse files

updated the installed version section, added formatting for important info

related to #68
parent f8bf5d39
No related branches found
No related tags found
4 merge requests!368Update prace.md to document the change from qprace to qprod as the default...,!367Update prace.md to document the change from qprace to qprod as the default...,!366Update prace.md to document the change from qprace to qprod as the default...,!323extended-acls-storage-section
...@@ -4,14 +4,18 @@ ...@@ -4,14 +4,18 @@
Intel Integrated Performance Primitives is a very rich library of highly optimized algorithmic building blocks for media and data applications. This includes signal, image, and frame processing algorithms, such as FFT, FIR, Convolution, Optical Flow, Hough transform, Sum, MinMax, as well as cryptographic functions, linear algebra functions, and many more. Intel Integrated Performance Primitives is a very rich library of highly optimized algorithmic building blocks for media and data applications. This includes signal, image, and frame processing algorithms, such as FFT, FIR, Convolution, Optical Flow, Hough transform, Sum, MinMax, as well as cryptographic functions, linear algebra functions, and many more.
Check out IPP before implementing own math functions for data processing, as it is likely already there. ## Installed Versions
IPP version 9.0.1 compiled for AVX2 vector instructions is available via the `ipp` module:
For the current list of installed versions, use:
```console ```console
$ ml ipp $ ml av ipp
``` ```
The module sets up environment variables, required for linking and running IPP-enabled applications. !!! Important
Check out IPP before implementing own math functions for data processing, as it is likely already there.
IPP version 9.0.1 compiled for AVX2 vector instructions is available via the `ipp` module:
The module sets up environment variables, required for linking and running IPP-enabled applications.
## IPP Example ## IPP Example
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment