diff options
Diffstat (limited to 'test.cl')
-rw-r--r-- | test.cl | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -0,0 +1,5 @@ +__kernel void test(__global float *a, __global float *b) +{ + unsigned int i = get_global_id(0); + b[i] = a[i] * 2.f; +} |
![]() |
index : fractal-gen-opencl | |
WIP port of my simple fractal-gen software to OpenCL | David Phillips |
aboutsummaryrefslogtreecommitdiff |