|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2010-2013 Université de Bordeaux 1
|
|
|
+ * Copyright (C) 2010-2014 Université de Bordeaux 1
|
|
|
* Copyright (C) 2010 Mehdi Juhoor <mjuhoor@gmail.com>
|
|
|
* Copyright (C) 2010, 2011, 2012, 2013 Centre National de la Recherche Scientifique
|
|
|
* Copyright (C) 2011 Télécom-SudParis
|
|
@@ -831,7 +831,7 @@ static int _starpu_opencl_execute_job(struct _starpu_job *j, struct _starpu_work
|
|
|
_starpu_driver_start_job(args, j, &codelet_start, 0, profiling);
|
|
|
|
|
|
starpu_opencl_func_t func = _starpu_task_get_opencl_nth_implementation(cl, j->nimpl);
|
|
|
- STARPU_ASSERT(func);
|
|
|
+ STARPU_ASSERT_MSG(func, "when STARPU_OPENCL is defined in 'where', opencl_func or opencl_funcs has to be defined");
|
|
|
|
|
|
#ifdef STARPU_SIMGRID
|
|
|
double length = NAN;
|