ソースを参照

remove obsolete comment

Cédric Augonnet 15 年 前
コミット
c78a0977cd
共有1 個のファイルを変更した0 個の追加1 個の削除を含む
  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