Intel® Integrated Performance Primitives

Can't build UIC samples

Hi all!

I downloaded IPP samples from Intel web page for IPP 7.1. I also installed CMake 2.8.10.2 and Active Perl 5.16. I tried to build samples in accordance  with guide from Intel. I also set path to *.h and *.lib of IPP in PATH variable. But when I tried to start build (perl build.pl --cmake=uic,ia32,vc2010,d,mt,release), I got an error message : "Intel(R) IPP was not found".

May be build procedure requires some additional settings?

NewBie q: What happened to BigNumber?

 

I am a newbie so chances are am overlooking things.

So I installed the IPP library as I wanted to do so some big number arithmetic. The "Cryptography for Intel IPP Reference Manual" that came with it lists the BigNumber class.

However I dont see any header files having any declaration/mention of it anywhere within the install folder. I dbl-checked the install to see if I had missed speciyfing any options during install time which could have installed it but nope. Neither do it I see any samples for it...

Where can I find it? what am I missing?

thx,

ippiWTInv Maximum Image Size?

I am trying to use ippiWTFwd and ippiWTInv to compute the haar transform of an image.  The image is already in a size that is powers of 2, so I don't have to worry about replication or extending the image border.  When I call my function on a 256x256 image up to a 1024x1024 image it doesn't cause a problem.  If I try an image that is 2048x2048 or larger, my function will crash in ippiWTInv and return a read access violation at 0x0.

Here is the function I am using, which I pass the image data and the image width/height.

IPP 7.1 vs IPP 6.1

Hi all!

I use IPP from 6.1 version appearance. 1 week ago we installed IPP 7.1 and reconfigured our source code to be compiled with 7.1 version.

Results are very strange. Overall performance decreased more than 4 times.

Maybe 7.1 requires some special settings?

ipps.h is mssing

Bonjour,

J'ai pour mission dans mon stage en entreprise d'installer une carte d'acquisition en temps réel sur un windows xp, pour celà je dispose du logiciel Qt et de la librairie, fournise avec la carte, Malibu. Lorsque je compile ou exécute mes programmes C++ Qt me prévient que le fichier ipps.h est introuvable ou inexistant. Après recherche celui-ci est innexistant. Un document read me m'a donc appris que ce type de logiciel est fourni comme license par Intel.

Pouvez-vouc m'aider à résoudre mon problème ?

[Question] Intel Ipp Median

Hi all.

I have a question. The code below is image processing for median filter in real-time.

But, after median processing the image comes with a diagonal  as shown in Fig 1.

Try to solve this part, fix the below source.

But, the Image is broken. as shown in Fig.2.

So, after processing median filter,  I want to get the image without diagonal.

For reference, I was using Intel IPP 7.1.

Please ask for advice.

Thank you.

===============================source code=====================================

IPP initialization issue with .NET

When I run this code, 7 is written to the console (SSE 2 is enabled). If I run some FFT methods and re-run initialization, I get 3295 (SSE 4.2). What can I do to get consistent results from this API?

I am using .NET 4.0 with P/Invoke signatures for all methods used below:

class Program
{
static void Main(string[] args)
{
IppCpuType cpuType = core.ippGetCpuType();
core.ippInitCpu(cpuType);
if (cpuType == IppCpuType.ippCpuAVX)
core.ippEnableCpu(cpuType);

IPP 7.1 and Fortran from Intel Parallel Studio XE 2011 questions

Our company has Intel Parallel Studio XE 2011 and uses fortran to develop our applications. We are considering whether to buy licenses for IPP 7.1 given that there are routines for vector cross-products and other possibly useful routines. Is IPP 7.1 and Intel Parallel Studio XE 2011/FORTRAN a compatible combination?

Also, I've searched the IPP forums and note that some people in the past have had difficulty getting IPP to link with fortran. Are there still issues linking with fortran?

Lastly, are there code examples that involve using IPP with fortran?

Pages

Subscribe to Intel® Integrated Performance Primitives