|
| Nvidia (int device_id) |
|
void | prefetchd2h (void *ptr_h, void *ptr_d, size_t size, int stream_id) |
|
void | prefetchh2d (void *ptr_d, void *ptr_h, size_t size, int stream_id) |
|
void | waitexecute () |
|
void | wait (int stream_id) |
|
size_t | get_memory_left () |
|
void * | malloc (size_t size) |
|
void | malloc (void *ptr_d, size_t size) |
|
char * | workspace () |
|
void | free (void *ptr_d, size_t size) |
|
cudaStream_t & | getstream (int stream_id) |
|
cublasHandle_t & | gethandle (int stream_id) |
|
| Device () |
| Device implementation.
|
|
virtual class CacheLine * | getline (size_t size) |
|
|
DeviceType | devicetype |
|
std::string | name |
|
class Cache | cache |
|
hmlp::gpu::Nvidia::Nvidia |
( |
int |
device_id | ) |
|
|
inline |
The documentation for this class was generated from the following file: