浏览代码

gcc: Update comment in `vector_scal.c'.

* gcc-plugin/examples/vector_scal/vector_scal.c: Update outdated
  comment.
Ludovic Courtès 13 年之前
父节点
当前提交
224323335c
共有 1 个文件被更改,包括 3 次插入11 次删除
  1. 3 11
      gcc-plugin/examples/vector_scal/vector_scal.c

+ 3 - 11
gcc-plugin/examples/vector_scal/vector_scal.c

@@ -17,17 +17,9 @@
 # error must be compiled with the StarPU GCC plug-in
 #endif
 
-/* This is a simple example that is primarily meant to test the features
-   offered by the StarPU GCC plug-in.
-
-   Currently tested features :
-	- multi-implementations
-	- CPU codelet
-
-   Features to test in a near future :
-	- CUDA
-	- Filters
- */
+/* This examples showcases features of the StarPU GCC plug-in.  It defines a
+   "vector scaling" task with multiple CPU implementations, an OpenCL
+   implementation, and a CUDA implementation.   */
 
 #include <stdbool.h>
 #include <stdio.h>