Browse Source

remove obsolete comment

Cédric Augonnet 15 years ago
parent
commit
c78a0977cd
1 changed files with 0 additions and 1 deletions
  1. 0 1
      examples/incrementer/incrementer.c

+ 0 - 1
examples/incrementer/incrementer.c

@@ -55,7 +55,6 @@ int main(int argc, char **argv)
 
 	starpu_codelet cl =
 	{
-		/* CUBLAS stands for CUDA kernels controlled from the host */
 		.where = STARPU_CPU|STARPU_CUDA|STARPU_OPENCL,
 		.cpu_func = cpu_codelet,
 #ifdef STARPU_USE_CUDA