@@ -31,8 +31,6 @@
#include <pthread.h>
#include <assert.h>
-#include <sys/time.h>
-
int GPU_LD = 2048;
int CPU_LD = 2048;
int MATRIXSIZE = 1024;
@@ -19,7 +19,6 @@
#include <cuda_runtime.h>
#include <sys/types.h>
static starpu_pthread_t thread[2];
static unsigned thread_is_initialized[2];
@@ -15,7 +15,6 @@
* See the GNU Lesser General Public License in COPYING.LGPL for more details.
*/
#include <stdio.h>
#include <unistd.h>
#include <errno.h>
@@ -16,7 +16,6 @@
#include <common/config.h>
#include <sys/stat.h>
#include <sys/wait.h>
#include <config.h>
#include <starpu.h>
@@ -14,7 +14,6 @@
*
#include "../helper.h"
#include <common/thread.h>
#ifdef STARPU_USE_CUDA
# include <cublas.h>
@@ -23,7 +23,6 @@
* Thanks Martin Tillenius for the idea.