浏览代码

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

Samuel Thibault 15 年之前
父节点
当前提交
d349207a5d
共有 1 个文件被更改,包括 4 次插入0 次删除
  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,