Graphite
Loading...
Searching...
No Matches
update.hpp File Reference
Include dependency graph for update.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<typename T , typename S , typename Descriptor , typename V >
__global__ void graphite::ops::apply_update_kernel (V **vertices, const T *delta_x, const T *jacobian_scales, const size_t *hessian_ids, const uint8_t *active_state, const size_t num_threads)
 
template<typename T , typename S , typename V >
void graphite::ops::apply_update (V *v, const T *delta_x, T *jacobian_scales, cudaStream_t stream)