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.
1727 Discussions

Windows Compilation Optimization Related Crash

MatthewP
Beginner
166 Views

I seem to have found a case where clBuildProgram() crashes with no error or log on Windows.

Linux is unaffected it seems.

It seems to be related to optimization as it works fine if I add the -cl-opt-disable option. 

 

I've narrowed it down to a for loop with a variable number of iterations.

I've tried #pragma unroll 1 with no effect. 

Any advice for getting more information from the runtime to debug this?

 

Labels (2)
0 Kudos
0 Replies
Reply