Go to the source code of this file.
|
|
template<size_t I, size_t N> |
| __global__ void | graphite::ops::flag_active_vertices_kernel (const size_t *ids, uint8_t *v_active, const uint8_t *f_active, const size_t factor_count, const uint8_t level) |
| |
|
template<typename F , std::size_t... Is> |
| void | graphite::ops::launch_kernel_flag_active (F *f, const uint8_t level, std::index_sequence< Is... >) |
| |
|
template<typename F > |
| void | graphite::ops::flag_active_vertices (F *f, const uint8_t level) |
| |