|
HAMR
The Heterogeneous Accelerator Memory Resource
|
#include "hamr_config.h"Go to the source code of this file.
Classes | |
| class | hamr::activate_device |
Namespaces | |
| hamr | |
| heterogeneous accelerator memory resource | |
Functions | |
| int HAMR_EXPORT | hamr::get_device_identifier (int &dev_id) |
| gets the device identifier for the first GPU. More... | |
| int HAMR_EXPORT | hamr::get_cpu_identifier (int &dev_id) |
| gets the device identifier for the CPU. More... | |
| int HAMR_EXPORT | hamr::get_active_device (int &dev_id) |
| gets the currently atcive device. More... | |
| int HAMR_EXPORT | hamr::set_active_device (int dev_id) |
| sets the active device. returns zero if successful. More... | |
| int HAMR_EXPORT | hamr::get_device (const void *ptr, int &device_id) |
| gets the device that owns the given pointer. More... | |