@@ -1,6 +1,6 @@
/*
* StarPU
- * Copyright (C) INRIA 2008-2009 (see AUTHORS file)
+ * Copyright (C) INRIA 2008-2010 (see AUTHORS file)
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
@@ -14,10 +14,6 @@
* See the GNU Lesser General Public License in COPYING.LGPL for more details.
*/
-/*
- * This example complements vector_scale.c: here we implement a CUDA version.
- */
-
#include <starpu.h>
static __global__ void fblock_cuda(int *block, int nx, int ny, int nz, unsigned ldy, unsigned ldz, float factor)