Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.

Bug in ipp_async++.h

Daniil_Osokin
Beginner
813 Views

Hi, guys!

Looks like "ipp_async++.h" form Aug 2013 Preview is buggy. Firstly it needs to correct an quote in #include "ipp_async_op.h". Also, when I build app with ipp_async++.h included, I've seen the folowing error: identifier "hppRetainMatrix" is undefined (line 35 in ipp_async++.h).

0 Kudos
4 Replies
Sergey_K_Intel
Employee
813 Views

Hi Daniil,

Many thanks for finding that. H++ file got out of validation scope. We'll fix it ASAP. Please keep informing us about any other issues.

Regards,
Sergey 

0 Kudos
Daniil_Osokin
Beginner
813 Views

Hi Sergey,

Thanks for quick response. Looking forward to fix.

0 Kudos
SergeyKostrov
Valued Contributor II
813 Views
Please consider renaming it from ipp_async++.h to ipp_asyncpp.h.
0 Kudos
Sergey_K_Intel
Employee
813 Views

Sergey Kostrov wrote:

Please consider renaming it from ipp_async++.h to ipp_asyncpp.h.

Hi Sergey,

I also don't really like non-alphanum symbols in file names.

Regarding this particular file, we probably will not be releasing it until the C++ interface gets clear. Need to decide what to do, and how "to do" with all these objects.

It is like in OpenCL, where C++ interface (semi-standard) is defined, but nobody really uses it for whatever reasons. At least I've never seen this.

Anyway, thank you for advice.

Regards,
Sergey 

0 Kudos
Reply