- 신규로 표시
 - 북마크
 - 구독
 - 소거
 - RSS 피드 구독
 - 강조
 - 인쇄
 - 부적절한 컨텐트 신고
 
Intel® Integrated Performance Primitives version 2021.3 Initial Release is now available.
Intel IPP package is now available as part of Intel® oneAPI Base Toolkit or as a stand-alone version.
Please visit the Intel® IPP Product Page and see what's new in Intel IPP 2021.3 follow the Link:
링크가 복사됨
- 신규로 표시
 - 북마크
 - 구독
 - 소거
 - RSS 피드 구독
 - 강조
 - 인쇄
 - 부적절한 컨텐트 신고
 
Hi Gennady,
Glad to gear that. I would like to use IPP in linux kernel module. However, I got link error, "ippInit() undefined!"
Actually, all ipp function with link error. The code is success in IPP 8.1. I need some help to fix it.
All system information is in Makefile (OS version, kernel version, gcc version)
any help will be grateful!
- 신규로 표시
 - 북마크
 - 구독
 - 소거
 - RSS 피드 구독
 - 강조
 - 인쇄
 - 부적절한 컨텐트 신고
 
Hi Gennady,
I think I know what is wrong. The compiler in Oneapi basekit is DPC++, it is for cpp file.
However, linux kernel module is written with .c code, therefore linker does not know how to link.