3 #include "core/cl/representation.h" 4 #include "core/cl/traits.h" 11 typedef enum : cl_int {
20 id_reentrant = 1 << 7,
23 constexpr boundary_type port_index_to_boundary_type(
unsigned int i) {
24 return static_cast<boundary_type
>(1 << (i + 1));
29 constexpr
auto no_neighbor = ~cl_uint{0};
30 constexpr
auto num_ports =
size_t{6};
33 extern const char* utils;
40 static constexpr
auto value = R
"( 50 id_reentrant = 1 << 7, Definition: representation.h:7
Definition: capsule_base.h:9