Browse Source

Add missing comment in the file that was to be commited. Thanks Nathalie.

Samuel Thibault 15 years ago
parent
commit
d349207a5d
1 changed files with 4 additions and 0 deletions
  1. 4 0
      examples/basic_examples/vector_scal_cuda.cu

+ 4 - 0
examples/basic_examples/vector_scal_cuda.cu

@@ -14,6 +14,10 @@
  * See the GNU Lesser General Public License in COPYING.LGPL for more details.
  */
 
+/*
+ * This example complements vector_scale.c: here we implement a CUDA version.
+ */
+
 #include <starpu.h>
 
 static __global__ void vector_mult_cuda(float *val, unsigned n,