|
@@ -1,7 +1,7 @@
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
*
|
|
*
|
|
* Copyright (C) 2010, 2011 Université de Bordeaux 1
|
|
* Copyright (C) 2010, 2011 Université de Bordeaux 1
|
|
- * Copyright (C) 2010, 2011 Centre National de la Recherche Scientifique
|
|
|
|
|
|
+ * Copyright (C) 2010, 2011, 2012 Centre National de la Recherche Scientifique
|
|
* Copyright (C) 2011 Télécom-SudParis
|
|
* Copyright (C) 2011 Télécom-SudParis
|
|
*
|
|
*
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
@@ -24,6 +24,7 @@
|
|
#include <core/debug.h>
|
|
#include <core/debug.h>
|
|
#include <drivers/driver_common/driver_common.h>
|
|
#include <drivers/driver_common/driver_common.h>
|
|
#include <starpu_top.h>
|
|
#include <starpu_top.h>
|
|
|
|
+#include <core/sched_policy.h>
|
|
|
|
|
|
void _starpu_driver_start_job(struct _starpu_worker *args, struct _starpu_job *j, struct timespec *codelet_start, int rank)
|
|
void _starpu_driver_start_job(struct _starpu_worker *args, struct _starpu_job *j, struct timespec *codelet_start, int rank)
|
|
{
|
|
{
|