Go to the source code of this file.
|
|
template<typename T , typename Fallback > |
| using | graphite::get_State_or_t = typename get_State_or< T, Fallback >::type |
| |
|
|
template<typename VertexType , typename State , typename Traits , typename T > |
| __global__ void | graphite::backup_state_kernel (VertexType **vertices, State *dst, const uint8_t *active_state, const size_t num_vertices) |
| |
|
template<typename VertexType , typename State , typename Traits , typename T > |
| __global__ void | graphite::set_state_kernel (VertexType **vertices, const State *src, const uint8_t *active_state, const size_t num_vertices) |
| |