cancel
Showing results for 
Search instead for 
Did you mean: 

Archives Discussions

c0nfig
Journeyman III

clBuildProgram hangs

Hi,

I have a problem that clBuildProgram hangs. The following kernel was  tested with the HelloCL sample :

__kernel void test(__local float* s1,__local float* s2,__global float4* s1_s2_result)

{       

s1_s2_result[1].y=s2[0];

s1_s2_result[0].x=s1[0];

}

This happens only when compiling OpenCL 1.2 AMD-APP (923.1)  for the GPU.

Compiling for the CPU goes fine.

0 Likes
1 Reply

Thanks for reporting this issue, our internal builds don't show this issue, so it most likely will be fixed in the next release.

0 Likes