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

Bug in ipp_async++.h

Daniil_Osokin
Beginner
315 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
315 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
315 Views

Hi Sergey,

Thanks for quick response. Looking forward to fix.

0 Kudos
SergeyKostrov
Valued Contributor II
315 Views
Please consider renaming it from ipp_async++.h to ipp_asyncpp.h.
0 Kudos
Sergey_K_Intel
Employee
315 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