瀏覽代碼

When applying a filter to a data handle, we transmit the sequential coherency
flag to the children.

Cédric Augonnet 15 年之前
父節點
當前提交
202fdaa8c4
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      src/datawizard/filters.c

+ 2 - 0
src/datawizard/filters.c

@@ -130,6 +130,8 @@ void starpu_partition_data(starpu_data_handle initial_handle, starpu_filter *f)
 		children->refcnt = 0;
 		_starpu_spin_init(&children->header_lock);
 
+		children->sequential_consistency = initial_handle->sequential_consistency;
+
 		unsigned node;
 		for (node = 0; node < STARPU_MAXNODES; node++)
 		{