Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.

matrix subtraction using only one CPU

hagai_sela
Beginner
273 Views
Hi,
I am subtracting two large matrix arrays (100300X300 matrices in each array) using ippmSub_mama_64f. I noticed that only one CPU is working while the subtraction takes place (I have a core 2 duo E6300). I am using IPP with static dispatching, andother functions utilize both cores.
Is there any way I can get both cores to run the subtraction? Will moving to an I7 processor improve this significantly?

Thanks,
Hagai.
0 Kudos
1 Reply
Gennady_F_Intel
Moderator
273 Views

Hi,
ippMX is intended for 3x3...6x6 matrixes only, maximum 20x20, but not for 300x300 - no optimization for such sizes at all.
--Gennady
0 Kudos
Reply