![]() |
ImFusion SDK 4.3
|
#include <ImFusion/ML/CudaUtils.h>
Helper struct to store the CUDA compute capability. More...
Helper struct to store the CUDA compute capability.
Public Member Functions | |
| CudaComputeCapability (const std::string &cc_string) | |
| Constructor to initialize from a string like "7.5" or "7.5+PTX" If the string is invalid, major and minor are set to 0. | |
Public Attributes | |
| int | major = 0 |
| int | minor = 0 |
| bool | hasPtx = false |