Optimized Belief Propagation (CPU and GPU)
|
POD struct to store bp level data. Struct can be passed to global CUDAs kernel so needs to take restrictions of what's allowed for passing data from the host to a CUDA kernel into account. More...
#include <BpLevel.h>
Public Attributes | |
unsigned int | width_level_ |
unsigned int | height_level_ |
unsigned int | bytes_align_memory_ |
unsigned int | width_checkerboard_level_ |
unsigned int | padded_width_checkerboard_level_ |
unsigned int | level_num_ |
std::size_t | offset_into_arrays_ |
POD struct to store bp level data. Struct can be passed to global CUDAs kernel so needs to take restrictions of what's allowed for passing data from the host to a CUDA kernel into account.
unsigned int beliefprop::BpLevelProperties::bytes_align_memory_ |
std::size_t beliefprop::BpLevelProperties::offset_into_arrays_ |
unsigned int beliefprop::BpLevelProperties::padded_width_checkerboard_level_ |
unsigned int beliefprop::BpLevelProperties::width_checkerboard_level_ |