Optimized Belief Propagation (CPU and GPU)
|
#include <cuda_runtime.h>
#include <cuda_fp16.h>
#include "BpRunProcessing/ProcessBp.h"
#include "BpRunProcessing/ParallelParamsBp.h"
#include "RunEval/RunTypeConstraints.h"
#include "RunEval/RunEvalConstsEnums.h"
Go to the source code of this file.
Classes | |
class | ProcessBpCUDA< T, DISP_VALS, ACCELERATION > |
Child class of ProcessBp that define functions used in processing bp in the CUDA implementation. More... | |