|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
|
|
|
+ * Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
|
|
|
* Copyright (C) 2010-2011 Université de Bordeaux 1
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -16,7 +16,6 @@
|
|
|
*/
|
|
|
|
|
|
#include <starpu.h>
|
|
|
-#include <starpu_cuda.h>
|
|
|
|
|
|
static __global__ void vector_mult_cuda(unsigned *val, unsigned n)
|
|
|
{
|