ttg 1.0.0
Template Task Graph (TTG): flowgraph-based programming model for high-performance distributed-memory algorithms
Loading...
Searching...
No Matches
parsec-ext.h
Go to the documentation of this file.
1// SPDX-License-Identifier: BSD-3-Clause
2#ifndef TTG_PARSEC_EXT_H
3#define TTG_PARSEC_EXT_H
4
5/* HACK: we need this flag on a data copy to indicate whether it has been registered */
6#define TTG_PARSEC_DATA_FLAG_REGISTERED ((parsec_data_flag_t)1<<2)
7
8/* HACK: mark the flows of device scratch as temporary so that we can easily discard it */
9#define TTG_PARSEC_FLOW_ACCESS_TMP (1<<7)
10
11#endif // TTG_PARSEC_EXT_H