|
@@ -1,6 +1,6 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
- * Copyright (C) 2009-2015 Université de Bordeaux
|
|
|
+ * Copyright (C) 2009-2015, 2019 Université de Bordeaux
|
|
|
* Copyright (C) 2010 Mehdi Juhoor <mjuhoor@gmail.com>
|
|
|
* Copyright (C) 2010, 2011, 2012, 2013, 2014, 2019 CNRS
|
|
|
* Copyright (C) 2011 Télécom-SudParis
|
|
@@ -211,7 +211,7 @@ static int execute_job_on_fpga(struct _starpu_job *j, struct starpu_task *worker
|
|
|
/* bind to parallel worker */
|
|
|
_starpu_bind_thread_on_cpus(_starpu_get_combined_worker_struct(j->combined_workerid));
|
|
|
|
|
|
- STARPU_ASSERT_MSG(func, "when STARPU_FPGA is defined in 'where', fpga_func or fpga_funcs has to be defined");
|
|
|
+ STARPU_ASSERT_MSG(func, "when STARPU_FPGA is defined in 'where', fpga_funcs has to be defined");
|
|
|
if (_starpu_get_disable_kernels() <= 0)
|
|
|
{
|
|
|
_STARPU_TRACE_START_EXECUTING();
|