ソースを参照

mpi/tests/gemm_helper.c: use starpu_tag_t

Nathalie Furmento 5 年 前
コミット
4c5602b490
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      mpi/tests/gemm_helper.c

+ 1 - 1
mpi/tests/gemm_helper.c

@@ -288,7 +288,7 @@ int gemm_submit_tasks_with_tags(int with_tags)
  */
 void gemm_add_polling_dependencies()
 {
-	int nb_tasks = nslices * nslices;
+	starpu_tag_t nb_tasks = nslices * nslices;
 	unsigned nb_workers = starpu_worker_get_count();
 
 	for (starpu_tag_t synchro_tag = nb_workers+1; synchro_tag <= nb_tasks; synchro_tag += (nb_workers+1))