Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.

cgelss: MKL 11.2.2 -> 11.3

Treph
초급자
1,607 조회수

Hi,

Recently, the project I am working on switched from MKL version 11.2.2 to 11.3. However, after we switched to MKL 11.3, cgelss() started throwing an error: "Intel MKL ERROR: Parameter 4 was incorrect on entry to CGELSS." When I look at the documentation, it looks like the cgelss() call has not changed, and I am passing the same data into the solver. So I am confused to why this problem has appeared. The project also updated the Intel C++ Compiler from XE 15.0.2 to 16.0.

Does anyone have any ideas?

Thanks,

Treph

0 포인트
1 솔루션
Ying_H_Intel
중재자
1,607 조회수

Hi Treph, 

I checked the MKL 11.2 and 11.3 bug fix, it seems unknown issue. 

https://software.intel.com/en-us/articles/intel-mkl-112-bug-fixes

https://software.intel.com/en-us/articles/intel-mkl-113-bug-fixes-list

In MKL 11.3, we add NULL check with Lapack fucntion. Could you please check if there is null in the function call? or provide us the small test code to show the problem?

Best Regards,

Ying 

 

원본 게시물의 솔루션 보기

0 포인트
2 응답
Ying_H_Intel
중재자
1,608 조회수

Hi Treph, 

I checked the MKL 11.2 and 11.3 bug fix, it seems unknown issue. 

https://software.intel.com/en-us/articles/intel-mkl-112-bug-fixes

https://software.intel.com/en-us/articles/intel-mkl-113-bug-fixes-list

In MKL 11.3, we add NULL check with Lapack fucntion. Could you please check if there is null in the function call? or provide us the small test code to show the problem?

Best Regards,

Ying 

 

0 포인트
Treph
초급자
1,607 조회수

Hi Ying,

Thank you for the response.

It was the NULL check. I removed the null parameters, and it worked great!

Thanks again,

Treph

0 포인트
응답