Optimized Belief Propagation (CPU and GPU)
|
Declares class for memory management with functions defined for standard memory allocation using CPU and can be overridden to support other computation devices. More...
#include <new>
#include <ranges>
#include "RunSettingsParams/RunSettings.h"
#include "RunEval/RunTypeConstraints.h"
Go to the source code of this file.
Classes | |
class | MemoryManagement< T > |
Class for memory management with functions defined for standard memory allocation using CPU. Class functions can be overridden to support other computation devices such as GPU. More... | |
Declares class for memory management with functions defined for standard memory allocation using CPU and can be overridden to support other computation devices.
Definition in file MemoryManagement.h.