|
@@ -351,7 +351,7 @@ static int execute_job_on_cuda(struct _starpu_job *j, struct _starpu_worker *arg
|
|
|
STARPU_ASSERT(func);
|
|
|
|
|
|
#ifdef STARPU_SIMGRID
|
|
|
- _starpu_simgrid_execute_job(j, args->perf_arch, NAN);
|
|
|
+ _starpu_simgrid_execute_job(j, &args->perf_arch, NAN);
|
|
|
#else
|
|
|
func(_STARPU_TASK_GET_INTERFACES(task), task->cl_arg);
|
|
|
#endif
|