瀏覽代碼

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))