Quellcode durchsuchen

gcc: Update comment in `vector_scal.c'.

* gcc-plugin/examples/vector_scal/vector_scal.c: Update outdated
  comment.
Ludovic Courtès vor 13 Jahren
Ursprung
Commit
224323335c
1 geänderte Dateien mit 3 neuen und 11 gelöschten Zeilen
  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>