#include <MRCuda/MRCudaBasic.h>
Public Member Functions | |
| MRCUDA_API bool | fitForComputations () const |
| returns true if all versions pass the checks | |
Public Attributes | |
| int | driverVersion = 0 |
| maximum CUDA version supported by the driver | |
| int | runtimeVersion = 0 |
| application's CUDA version | |
| int | computeMajor = 0 |
| compute capability major version | |
| int | computeMinor = 0 |
| compute capability minor version | |
| size_t | totalGlobalMem = 0 |
| global memory on device in bytes (not all is available for our process) | |
| std::string | name |
| name of the device | |