GHOST  1.1.2
General, Hybrid, and Optimized Sparse Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Public Attributes | List of all members
ghost_gpu_info Struct Reference

Information about avaiable GPUs. More...

#include <cu_util.h>

Public Attributes

int ndistinctdevice
 The number of distinct CUDA device types. More...
 
int * ndevice
 The number of GPUs of each distinct device type. More...
 
char ** names
 The names of each distince device type. More...
 

Detailed Description

Information about avaiable GPUs.

Member Data Documentation

char** ghost_gpu_info::names

The names of each distince device type.

int* ghost_gpu_info::ndevice

The number of GPUs of each distinct device type.

int ghost_gpu_info::ndistinctdevice

The number of distinct CUDA device types.


The documentation for this struct was generated from the following file: