瀏覽代碼

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