- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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).
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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);
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Notice: I am not running the program on a problem machine, although the library is what we use.
ippCP AVX (e9) 9.0.3 (r51269) 9.0.3.51269
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Igor,
Shaojuan has reached me in another email thread. I am working on that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page