Просмотр исходного кода

gpu_partitioning - remove comments from cpu implementation

Andra Hugo лет назад: 8
Родитель
Сommit
64107a11ad
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      examples/sched_ctx/gpu_partition.c

+ 2 - 2
examples/sched_ctx/gpu_partition.c

@@ -71,8 +71,8 @@ static struct starpu_perfmodel axpy_model =
 
 static struct starpu_codelet axpy_cl =
 {
-	/* .cpu_funcs = {axpy_cpu}, */
-	/* .cpu_funcs_name = {"axpy_cpu"}, */
+	.cpu_funcs = {axpy_cpu},
+	.cpu_funcs_name = {"axpy_cpu"},
 #ifdef STARPU_USE_CUDA
 	.cuda_funcs = {cuda_axpy},
 #elif defined(STARPU_SIMGRID)