SoCudaDeviceGetMaxThreads Method |
Returns the maximum number of threads per block.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic int GetMaxThreads()
Public Function GetMaxThreads As Integer
public:
int GetMaxThreads()
member GetMaxThreads : unit -> int
Return Value
Type:
Int32
Remarks
See Also