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

error: use of undeclared identifier 'ippsSVD_64f_D2'

SA_
Beginner
1,025 Views
Dear all,
I'm trying to compile my project with icpx from the command line in Linux. 
I am using  ippsSVD_64f_D2 for SVD decomposition by importing  iopp.h library, but I have these errors :
 
  • error: use of undeclared identifier 'ippsSVD_64f_D2' 
    IppStatus returnStatus = ippsSVD_64f_D2((const Ipp64f *) A, U, 3, W, V, 3, 3, svdIterations);
  • error: use of undeclared identifier 'ippStsSVDCnvgErr'
    if (returnStatus == ippStsSVDCnvgErr) {
    error: use of undeclared identifier 'ippsSVD_64f_D2'
    returnStatus = ippsSVD_64f_D2((const Ipp64f *) A, U, 3, W, V, 3, 3,
  • use of undeclared identifier 'ippmTranspose_m_64f'
    returnStatus = ippmTranspose_m_64f((const Ipp64f *) U, srcStride1_64, srcStride2_64,
Do you have any idea how to solve this problem?
Thank you,
SA.
0 Kudos
1 Solution
Gennady_F_Intel
Moderator
964 Views

SA,

the speech recognition (ippsSVD_*.* ), as well as the small processing (ippmTranspose) libraries, were removed from IPP many years ago and no longer supported. There is no workaround for this problem as the latest version of IPP which contains these interfaces are not available to download.

Thanks,

Gennady


View solution in original post

0 Kudos
4 Replies
VidyalathaB_Intel
Moderator
978 Views

Hi,

Thanks for reaching out to us.

We are looking into this issue internally. we will get back to you soon.

Regards,

Vidya.


0 Kudos
Gennady_F_Intel
Moderator
965 Views

SA,

the speech recognition (ippsSVD_*.* ), as well as the small processing (ippmTranspose) libraries, were removed from IPP many years ago and no longer supported. There is no workaround for this problem as the latest version of IPP which contains these interfaces are not available to download.

Thanks,

Gennady


0 Kudos
SA_
Beginner
944 Views

Thank you for your reply.

Do you suggest using other intell libraries to overcome this issue?

 

Best regards,

SA_

0 Kudos
VidyalathaB_Intel
Moderator
898 Views

Hi,

We do not have any further suggestions on this.

We will no longer respond to this thread. If you require additional assistance from Intel, please start a new thread.

Any further interaction in this thread will be considered community only.

Thanks & Regards,

Vidya.


0 Kudos
Reply