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

error: use of undeclared identifier 'ippsSVD_64f_D2'

SA_
초급자
1,764 조회수
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 포인트
1 솔루션
Gennady_F_Intel
중재자
1,703 조회수

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 포인트
4 응답
VidyalathaB_Intel
중재자
1,717 조회수

Hi,

Thanks for reaching out to us.

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

Regards,

Vidya.


0 포인트
Gennady_F_Intel
중재자
1,704 조회수

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 포인트
SA_
초급자
1,683 조회수

Thank you for your reply.

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

 

Best regards,

SA_

0 포인트
VidyalathaB_Intel
중재자
1,637 조회수

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 포인트
응답