aboutsummaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/demos/hellojocl/VectorAdd.cl
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/mbien/opencl/demos/hellojocl/VectorAdd.cl')
-rw-r--r--src/com/mbien/opencl/demos/hellojocl/VectorAdd.cl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/mbien/opencl/demos/hellojocl/VectorAdd.cl b/src/com/mbien/opencl/demos/hellojocl/VectorAdd.cl
index f9b4f32..e8023b1 100644
--- a/src/com/mbien/opencl/demos/hellojocl/VectorAdd.cl
+++ b/src/com/mbien/opencl/demos/hellojocl/VectorAdd.cl
@@ -12,4 +12,4 @@
// add the vector elements
c[iGID] = a[iGID] + b[iGID];
- }
+ } \ No newline at end of file