OpenCL* for CPU
Ask questions and share information on Intel® SDK for OpenCL™ Applications and OpenCL™ implementations for Intel® CPU.
Ankündigungen
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.
1745 Diskussionen

Kernel Builder "Deep Analysis" function?

allanmac1
Einsteiger
2.191Aufrufe

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 Antworten
allanmac1
Einsteiger
2.188Aufrufe

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

allanmac1
Einsteiger
2.188Aufrufe

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.

Antworten