Intel® Integrated Performance Primitives

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=====================================

Basic query regarding IPP: how to write, execute and run code using ipp

Hi Sir,

I'm from Walchand College of Engineering, Sangli, India. Our college has procured Intel Cluster Toolkit.

We have started working on this toolkit. But we are not getting how to open GUI of IPP, how to use functions in it.

Please help us.

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?

ippiWarpPerspectiveQuad makes Exception in Purify

Hi,

we use the Intel_IPPI_ippiWarpPerspectiveQuad_8u_C1R of Intel IPP V7.0 with the interpolation IPPI_INTER_CUBIC.

We tested the software with IBM Purify and it shows an exception and memoryleaks (in both debug and release).

If we use another interpolation like IPPI_INTER_LINEAR or IPPI_INTER_LANZCOS we have no exceptions and memoryleaks, so we think this is a bug of the IPPI.

I attached the purify result as a png image.

Best regards,

Marco

Here is a source code example:

#include <string>
#include <iostream>

Seiten

Intel® Integrated Performance Primitives abonnieren