Go to the documentation of this file.
31 #ifndef CGRA_OMP_COMMON_H
32 #define CGRA_OMP_COMMON_H
34 #define CGRAOMP_PASS_NAME "cgraomp"
36 #define ERR_MSG_PREFIX "CGRAOmpPass \x1B[31m\033[1mError\033[0m: "
37 #define WARN_MSG_PREFIX "\x1B[35m\033[1mWarning\033[0m: "
39 #define INFO_DEBUG_PREFIX "\t[INFO]: "
40 #define WARN_DEBUG_PREFIX "\t[WARN]: "
41 #define ERR_DEBUG_PREFIX "\t[ERROR]: "
42 #define DBG_DEBUG_PREFIX "\t[DEBUG]: "
44 #endif //CGRA_OMP_COMMON_H