Cyril Roelandt %!s(int64=13) %!d(string=hai) anos
pai
achega
9bc7b3daaf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      socl/src/task.c

+ 1 - 1
socl/src/task.c

@@ -129,7 +129,7 @@ static void cputask_task(__attribute__((unused)) void *descr[], void *args) {
 static struct starpu_codelet cputask_codelet = {
    .where = STARPU_CPU,
    .model = NULL,
-   .cpu_funcs = { &cputask_task, NULL },
+   .cpu_funcs = { &cputask_task, NULL }
 };
 
 starpu_task task_create_cpu(void (*callback)(void*), void *arg, int free_arg) {