- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am using IPP lib 2019 version1.
Implemented one feature in C++ tested in two set of machines.
1) Intel Xeon Platinum 8160 processor took 1.5 secs to complete the flow.
2) Intel Xeon CPU E5-2699 v4 processor took 70 secs to complete the flow.
Is there any dependencies to use IPP library. If yes, Could you please anyone let me know.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mopu.
Could you please provide more information about your flow?
- IPP functions list
- Output of ippGetLibVersion
May be some reproducer?
At least AVX512 instruction set is available in Intel Xeon Platinum 8160.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
IPP function list: Add, Sub, Division, Multiplication, Transpose and Threshold. All operations are related to Floating point images.
IPP lib version:
#define IPP_VERSION_STR "2019.0.1"
CPU E5-2699:
Instruction Set Extensions Intel® AVX2
Platinum 8160 Processor:
Instruction Set Extensions Intel® SSE4.2, Intel® AVX, Intel® AVX2, Intel® AVX-512
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Mopu.
There is small benchmark in attachment with ippiAdd_32f_C1R function.
Could you please compile it and provide it's output at 2 your systems? And may be redesign it according with your workload.
Thanks,
Andrey.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Andrey,
I have tried to compile that piece of code. It's not working.
Then I have searched in Google. They were telling if we use namespace 'Ipp" lib it will restrict for single thread processing. if we use namespace "IppST" it will handle multithread processing.
Now, Faster machine didn't change the TPT improvement. But Slower machine improved a bit higher TPT and reduces (70 secs to 10 secs).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
We are forwarding this issue to the SME.
Thank You

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page