Explorar o código

Add a STARPU_REDUX mode, for now this is unimplemented

Cédric Augonnet %!s(int64=14) %!d(string=hai) anos
pai
achega
7a2ff174e5
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {