rsnemmen / OpenCL-examples

Simple OpenCL examples for exploiting GPU computing
187 stars 70 forks source link

Fixes sum_array example #2

Closed robstewart57 closed 4 years ago

robstewart57 commented 4 years ago

Required the kernelSource string and -lm for the sinf and cosf functions.