|
@@ -20,6 +20,9 @@
|
|
|
#include <starpu.h>
|
|
|
#include <datawizard/coherency.h>
|
|
|
|
|
|
+/* If a write-through mask is associated to that data handle, this propagates
|
|
|
+ * the the current value of the data onto the different memory nodes in the
|
|
|
+ * write_through_mask. */
|
|
|
void _starpu_write_through_data(starpu_data_handle handle, uint32_t requesting_node,
|
|
|
uint32_t write_through_mask);
|
|
|
|