- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
I have question about function which is documented well here.
1. Is it true that using different RAM types affects the computing speed of this function?
For example.
Using Intel i9-12900K
DDR4 64GB 3200 MHz CL18 vs DDR5 64GB 4800MHz CL38
Looking at the example above, will the computing speed be faster if I use ddr5 memory?
2. Which is the best Intel processor that will have fastest computing speed per thread?
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Thank you for posting on Intel Communities.
We are working on your issue internally. We will get back to you soon with an update.
Best Regards,
Shanmukh.SS
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We can better answer your questions if you can provide us with some more information on the input image size, input template size, data type and which function switches are used which means algorithm (auto, FFT, direct) along with correlation used is valid or full. Please post as much information you can provide with the query.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Analysis needs to be done on how many threads are effective for a particular set of {image size, template size, data type}. The functionality is not threaded in the main IPP library but it has a threaded implementation available with the TL libs. The no. of threads depends on ratios images.width/tpl.width & image.height/tpl.height. The higher is the ratio, the more threads can be used. We can't answer on exactly how many threads can be used.
The memory type (memory speed) may depend on the load size (input images) which if doesn't fit into the 0.5 of LLC (last level cache). There will be a lot of memory-to-memory operations, therefore the higher is the speed of memory relative to CPU frequency - the more execution speed.

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