Intel® Integrated Performance Primitives
Deliberate problems developing high-performance vision, signal, security, and storage applications.
Announcements
FPGA community forums and blogs have moved to the Altera Community. Existing Intel Community members can sign in with their current credentials.
6815 Discussions

Intel® Integrated Performance Primitives version 2021.3 is now available

Gennady_F_Intel
Moderator
2,128 Views

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:

https://software.intel.com/content/www/us/en/develop/articles/release-notes-for-oneapi-integrated-pe...

0 Kudos
2 Replies
PeterLin
Beginner
1,954 Views

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!

0 Kudos
PeterLin
Beginner
1,932 Views

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.

0 Kudos
Reply