소스 검색

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>