소스 검색

src/drivers/cuda/driver_cuda.c: fix typo

Nathalie Furmento 11 년 전
부모
커밋
cac7d80ba8
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/drivers/cuda/driver_cuda.c

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

@@ -490,8 +490,8 @@ static void execute_job_on_cuda(struct starpu_task *task, struct _starpu_worker
 			if (k == (int) worker->set->nworkers)
 				/* Everybody busy */
 				_STARPU_TRACE_START_EXECUTING();
-		}
 #endif
+		}
 	}
 	else
 #else