- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Does that mean IPP 5.1 can't support in windows kernel mode any more?
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello,
Evaluation version of IPP does not contain static libraries, you need to get full version of IPP in order to get them.
Regards,
Vladimir
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Thank you, vdudnik!
I reinstalledIPP5.1 use our license, and find the static libraries (ippsmerged.lib, ippsemerged.lib). But IPP5.1 has no example on kernel mode as IPP4 does, which has "ippmerged.c" file to satisfy the Microsoft DDK compiler. I try to copy the "ippmerged.c" from previous version (IPP4), but still got compiler error, it seems that there's some different definefrom previous version.
The error is funclist.h(18) : error C2040: 'ippGetStatusString' : 'void (IppStatus)' differs in levels of indirection from 'const char *(IppStatus)' when I delete the define ippGetStatusString from funclist.h, I got the ippmerged.obj : error LNK2019: unresolved external symbol _ippGetCpuType@0 referenced in function _GetProcessorId@0
I also searched Intel IPP support website, but can't find example on windows drivers for IPP5.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Please take a look onw_ipp-sample-product-integration_p_5[1].1.005.zipsample. Do not forget to link with ippcorel.lib
Vladimir
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
FromIPP Samples page of course
Intel Integrated Performance Primitives 5.1 for Windows*, Linux*, and Mac OS*
Vladimir
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Vladimir
If I go to that web page and download the file under the "Product Integration" section, I get an earlier version: w_ipp-sample-product-integration_p_5.1.1.001.zip. Where can I get the later version from?
Thanks
Gavin :)
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Gavin,
the latest version of IPP is v5.1.1, so you get correct version. The next version, IPP 5.2 beta is expected to be available soon.
Regards,
Vladimir
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I encounter the same question ,IPP5.1 can build in DDK/WDK 32b environment ,but in 64b environmentippmerged.c/funclist.c compile error.It seemsthat there are some different x64 IPPAPI marco define from x32 .
The sample "w_ipp-sample-product-integration_p_5[1].1.005.zip" compile success for 32b environment in DDK ,but did't compile 64b in DDK/WDK used IPP5.1 em64t .Please offer another sample for x64. 3q
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hello,
This is IA32 sample, as it should be mention in sample's readme.htm file. We do not have x64 sample yet.
Regards,
Vladimir
