浏览代码

Add a STARPU_REDUX mode, for now this is unimplemented

Cédric Augonnet 14 年之前
父节点
当前提交
7a2ff174e5
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/starpu_data.h

+ 1 - 0
include/starpu_data.h

@@ -34,6 +34,7 @@ extern "C" {
 #define STARPU_W	(1<<1)
 #define STARPU_RW	(STARPU_R|STARPU_W)
 #define STARPU_SCRATCH	(1<<2)
+#define STARPU_REDUX	(1<<3)
 typedef uint32_t starpu_access_mode;
 
 typedef struct starpu_buffer_descr_t {