You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Build program failed, err:-11 !
kernelName.c_str()=s kernel_0 in buildKernelFromSource, 524
CL ERROR CODE : -45, info:getKernel
Program build log: BuildGroup_0:8:12: error: initializing '__private half4' (vector of 4 'half' values) with an expression of incompatible type 'float __attribute__((ext_vector_type(4)))' (vector of 4 'float' values)
FLOAT4 var_0=read_imagef(input_0, SAMPLER, offset);
^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
BuildGroup_0:13:5: error: no matching function for call to 'write_imagef'
write_imagef(output_0, offset, var_2);
^~~~~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private half4' (vector of 4 'half' values) to 'float __attribute__((ext_vector_type(4)))' (vector of 4 'float' values) for 3rd argument
write_imagef(output_0, offset, var_2);
^ ~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__write_only image1d_array_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__write_only image2d_depth_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__read_write image2d_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__read_write image1d_array_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__read_write image2d_depth_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__write_only image2d_array_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__write_only image1d_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__write_only image3d_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__write_only image2d_array_depth_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__write_only image1d_buffer_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__read_write image2d_array_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__read_write image1d_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__read_write image1d_buffer_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__read_write image3d_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: no known conversion from '__private __write_only image2d_t' to '__read_write image2d_array_depth_t' for 1st argument
write_imagef(output_0, offset, var_2);
^ ~~~~~~~~
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
BuildGroup_0:13:5: note: candidate function not viable: requires 4 arguments, but 3 were provided
The text was updated successfully, but these errors were encountered:
平台(如果交叉编译请再附上交叉编译目标平台):
Platform:
ubuntu opencl
Github版本:
Github Version:
2.62
Erro log
The text was updated successfully, but these errors were encountered: