Przeglądaj źródła

Add name to stencil start task

Samuel Thibault 11 lat temu
rodzic
commit
048ea71c9c
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      examples/stencil/stencil-tasks.c

+ 2 - 1
examples/stencil/stencil-tasks.c

@@ -221,7 +221,8 @@ static struct starpu_codelet null =
 	.cpu_funcs_name = {"null_func", NULL},
 	.cuda_funcs = {null_func, NULL},
 	.opencl_funcs = {null_func, NULL},
-	.nbuffers = 2
+	.nbuffers = 2,
+	.name = "start"
 };
 
 void create_start_task(int z, int dir)