parsec-ext.h
Go to the documentation of this file.
1 #ifndef TTG_PARSEC_EXT_H
2 #define TTG_PARSEC_EXT_H
3 
4 /* HACK: we need this flag on a data copy to indicate whether it has been registered */
5 #define TTG_PARSEC_DATA_FLAG_REGISTERED ((parsec_data_flag_t)1<<2)
6 
7 /* HACK: mark the flows of device scratch as temporary so that we can easily discard it */
8 #define TTG_PARSEC_FLOW_ACCESS_TMP (1<<7)
9 
10 #endif // TTG_PARSEC_EXT_H