Explorar o código

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

Samuel Thibault %!s(int64=15) %!d(string=hai) anos
pai
achega
d349207a5d
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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,