Sfoglia il codice sorgente

execute_job_on_cuda(): remove a useless variable.

Cyril Roelandt 12 anni fa
parent
commit
dba2e74d2b
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      src/drivers/cuda/driver_cuda.c

+ 0 - 1
src/drivers/cuda/driver_cuda.c

@@ -252,7 +252,6 @@ static int execute_job_on_cuda(struct _starpu_job *j, struct _starpu_worker *arg
 {
 	int ret;
 	uint32_t mask = 0;
-	cudaError_t cures;
 
 	STARPU_ASSERT(j);
 	struct starpu_task *task = j->task;