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

Declares and defines child class of MemoryManagement with overriden member functions to manage memory on CUDA device including transferring data between host and CUDA device. More...

#include <cuda_runtime.h>
#include "RunEval/RunTypeConstraints.h"
#include "RunImp/MemoryManagement.h"
Include dependency graph for MemoryManagementCUDA.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  MemoryManagementCUDA< T >
 Child class of MemoryManagement with overriden member functions to manage memory on CUDA device including transferring data between host and CUDA device. More...
 

Detailed Description

Declares and defines child class of MemoryManagement with overriden member functions to manage memory on CUDA device including transferring data between host and CUDA device.

Author
Scott Grauer-Gray

Definition in file MemoryManagementCUDA.h.