瀏覽代碼

mpi cache: reduce allocation size

cache_sent is actually just a boolean. We could even use a bitmap
Samuel Thibault 5 年之前
父節點
當前提交
4669e6f310
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      mpi/src/starpu_mpi_private.h

+ 1 - 1
mpi/src/starpu_mpi_private.h

@@ -200,7 +200,7 @@ struct _starpu_mpi_data
 {
 	int magic;
 	struct _starpu_mpi_node_tag node_tag;
-	int *cache_sent;
+	char *cache_sent;
 	int cache_received;
 
 	/** Rendez-vous data for opportunistic cooperative sends */