Procházet zdrojové kódy

Add name to stencil start task

Samuel Thibault před 12 roky
rodič
revize
048ea71c9c
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  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)