ソースを参照

gpu_partitioning - remove comments from cpu implementation

Andra Hugo 8 年 前
コミット
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)