OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Announcements
This forum covers OpenCL* for CPU only. OpenCL* for GPU questions can be asked in the GPU Compute Software forum. Intel® FPGA SDK for OpenCL™ questions can be ask in the FPGA Intel® High Level Design forum.

Kernel Builder "Deep Analysis" function?

allanmac1
Beginner
360 Views

Are there hardware prerequisites in order to use the Kernel Builder's "Deep Analysis" function?

It's throwing a "-34" error on my Ivy Bridge HD Graphics (6 EU) test machine.

0 Kudos
2 Replies
allanmac1
Beginner
360 Views

Answering my own question:

https://software.intel.com/en-us/node/505942

Note

To work with the Deep Kernel Analysis feature, add the following key in the registry:
[HKEY_LOCAL_MACHINE\SOFTWARE\Intel\KMD] "DisableDOPClockGating"=dword:00000001

0 Kudos
allanmac1
Beginner
360 Views

BTW, that "DisableDOPClockGating" didn't solve my problem but I did find a workaround.

In case anyone else is seeing the same error, what did work was pasting the contents of an include file into the kernel file.  Once that was done the Deep Analysis function ran fine.  I assume the kernel gets rebuilt and instrumented and include files are problematic?  No idea. :)

I sent a repro case to Intel.

0 Kudos
Reply