- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
I found that IPP 9.0.3 and 2018.Initial causes blue screen on machine of Skylake CPUs + x299 chipset. If IPP is used in x64 kernel mode, the blue screen happens when calculating sha256. If it is used in x64 user mode, it causes blue screen as well in some machines. Has the issue been fixed? (I couldn't get a chance to try 2018.1 though).
링크가 복사됨
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi,
could you provide a reproducer and an output from the ippcpGetLibVersion()?
const AdServLibraryVersion_t * adv=AdServGetLibraryVersion(); /* pointer to library version info structure */
printf("Major: %d\n",(int)adv->majorVersion);
printf("Minor: %d\n",(int)adv->minorVersion);
printf("Update: %d\n",(int)adv->updateVersion);
printf("Product status: %c\n",adv->productStatus);
printf("Build date: %s\n",adv->pBuildDate);
printf("Build rev: %s\n",adv->pBuildRev);
printf("Product name: %s\n",adv->pName);
regards, Igor.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
const ippLibraryVersion_t * adv=ippcpGetLibraryVersion(); /* pointer to library version info structure */
printf("Major: %d\n",(int)adv->majorVersion);
printf("Minor: %d\n",(int)adv->minorVersion);
printf("Update: %d\n",(int)adv->updateVersion);
printf("Product status: %c\n",adv->productStatus);
printf("Build date: %s\n",adv->pBuildDate);
printf("Build rev: %s\n",adv->pBuildRev);
printf("Product name: %s\n",adv->pName);
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
sorry, it is from another library, for ippCP you should use
const IppLibraryVersion* lib;
lib = ippcpGetLibVersion();
printf("%s %s %d.%d.%d.%d\n", lib->Name, lib->Version, lib->major, lib->minor, lib->majorBuild, lib->build);
regards, Igor
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi, all:
Where did you download the IPP 9.0.3 and 2018.Initial setup exe? I have tried to get it from https://software.intel.com/en-us/intel-ipp using Free Trial and registered using my e-mail address but I did not receive the Serial-number for downloading? Have you ever met this problem? Thanks in advance
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Pu G,
could you be more specific and provide a reproducer? From your message above it is not clear what and how do you run.
regards, Igor.
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Hi Jian,
- https://software.intel.com/en-us/intel-ipp
- Click Download Free on the right panel
- Fill out the form and Submit
- You will be redirected to eloqua.com but eventually redirected to https://registrationcenter.intel.com/en/products/postregistration/... where you can download the free version of library.
I am not sure if Intel checks something behind. They may check my email address and find out my company has a contract with them? I doubt it.