@@ -21,7 +21,6 @@
#include <math.h>
#include <string.h>
#include <sys/types.h>
-#include <sys/time.h>
#include <starpu.h>
#include <fftw3.h>
@@ -20,7 +20,6 @@
#include <stdlib.h>
#include <stdio.h>
#include <assert.h>
#include <common/blas.h>
@@ -34,7 +34,6 @@
#include <signal.h>
@@ -16,7 +16,6 @@
*/
#define FPRINTF(ofile, fmt, ...) do { if (!getenv("STARPU_SSILENT")) {fprintf(ofile, fmt, ## __VA_ARGS__); }} while(0)
#include <limits.h>
#ifdef STARPU_USE_CUDA
#include <cuda.h>
#include <cuda_runtime.h>
@@ -17,7 +17,6 @@
#include "dw_factolu.h"
#if 0
#define debug(fmt, ...) fprintf(stderr, fmt, ## __VA_ARGS__)
#include <semaphore.h>
static unsigned niter = 50000;
@@ -18,7 +18,6 @@
#ifndef __XLU_H__
#define __XLU_H__
#ifdef STARPU_HAVE_X11
@@ -19,7 +19,6 @@
#include "SobolQRNG/sobol.h"
#include "SobolQRNG/sobol_gold.h"
#include "pi.h"
void cuda_kernel(void **descr, void *cl_arg);
#define PI 3.14159265358979323846
#include <sys/stat.h>
#include <unistd.h>
void parse_args_ctx(int argc, char **argv);
* See the GNU Lesser General Public License in COPYING.LGPL for more details.
#include "dw_block_spmv.h"
#include "matrix_market/mm_to_bcsr.h"
@@ -22,7 +22,6 @@
#include <stdint.h>
#include "stencil.h"
/* Computation Kernels */
@@ -15,7 +15,6 @@
/* Main application */