Optimized Belief Propagation (CPU and GPU)
MemoryManagement.h File Reference

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"
Include dependency graph for MemoryManagement.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declares class for memory management with functions defined for standard memory allocation using CPU and can be overridden to support other computation devices.

Author
Scott Grauer-Gray

Definition in file MemoryManagement.h.