Cyril Roelandt 13 rokov pred
rodič
commit
9bc7b3daaf
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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) {