ImFusion C++ SDK 4.4.0
ImFusion::ML::CudaComputeCapability Struct Reference

#include <ImFusion/ML/CudaUtils.h>

Helper struct to store the CUDA compute capability. More...

Detailed Description

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

The documentation for this struct was generated from the following file:
  • ImFusion/ML/CudaUtils.h
Search Tab / S to search, Esc to close