MeshLib C# Docs
Loading...
Searching...
No Matches
MR.Cuda.DeviceInfo Class Reference

Generated from class MR.Cuda.DeviceInfo. This is the non-const half of the class. More...

Inheritance diagram for MR.Cuda.DeviceInfo:

Public Member Functions

unsafe DeviceInfo ()
 Constructs an empty (default-constructed) instance.
unsafe DeviceInfo (int driverVersion, int runtimeVersion, int computeMajor, int computeMinor, nuint totalGlobalMem, string name)
 Constructs MR.Cuda.DeviceInfo elementwise.
unsafe DeviceInfo (MR.Cuda._ByValue_DeviceInfo _other)
 Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.
 DeviceInfo (Const_DeviceInfo _other)
 Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.
 DeviceInfo (DeviceInfo _other)
 Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.
unsafe MR.Cuda.DeviceInfo assign (MR.Cuda._ByValue_DeviceInfo _other)
 Generated from method MR::Cuda::DeviceInfo::operator=.
Public Member Functions inherited from MR.Cuda.Const_DeviceInfo
virtual void Dispose ()
unsafe Const_DeviceInfo ()
 Constructs an empty (default-constructed) instance.
unsafe Const_DeviceInfo (int driverVersion, int runtimeVersion, int computeMajor, int computeMinor, nuint totalGlobalMem, string name)
 Constructs MR.Cuda.DeviceInfo elementwise.
unsafe Const_DeviceInfo (MR.Cuda._ByValue_DeviceInfo _other)
 Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.
 Const_DeviceInfo (Const_DeviceInfo _other)
 Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.
 Const_DeviceInfo (DeviceInfo _other)
 Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.
unsafe bool fitForComputations ()
 returns true if all versions pass the checks Generated from method MR.Cuda.DeviceInfo.fitForComputations.

Properties

new unsafe ref int driverVersion [get]
 maximum CUDA version supported by the driver
new unsafe ref int runtimeVersion [get]
 application's CUDA version
new unsafe ref int computeMajor [get]
 compute capability major version
new unsafe ref int computeMinor [get]
 compute capability minor version
new unsafe ref nuint totalGlobalMem [get]
 global memory on device in bytes (not all is available for our process)
new unsafe MR.Std.String name [get, protected set]
 name of the device
Properties inherited from MR.Cuda.Const_DeviceInfo
unsafe int driverVersion [get]
 maximum CUDA version supported by the driver
unsafe int runtimeVersion [get]
 application's CUDA version
unsafe int computeMajor [get]
 compute capability major version
unsafe int computeMinor [get]
 compute capability minor version
unsafe nuint totalGlobalMem [get]
 global memory on device in bytes (not all is available for our process)
unsafe MR.Std.Const_String name [get, protected set]
 name of the device

Additional Inherited Members

Protected Member Functions inherited from MR.Cuda.Const_DeviceInfo
virtual unsafe void Dispose (bool disposing)
Protected Attributes inherited from MR.Cuda.Const_DeviceInfo
unsafe int * __ref_storage_driverVersion
unsafe int * __ref_storage_runtimeVersion
unsafe int * __ref_storage_computeMajor
unsafe int * __ref_storage_computeMinor
unsafe nuint * __ref_storage_totalGlobalMem

Detailed Description

Generated from class MR.Cuda.DeviceInfo. This is the non-const half of the class.

Constructor & Destructor Documentation

◆ DeviceInfo() [1/5]

unsafe MR.Cuda.DeviceInfo.DeviceInfo ( )
inline

Constructs an empty (default-constructed) instance.

◆ DeviceInfo() [2/5]

unsafe MR.Cuda.DeviceInfo.DeviceInfo ( int driverVersion,
int runtimeVersion,
int computeMajor,
int computeMinor,
nuint totalGlobalMem,
string name )
inline

Constructs MR.Cuda.DeviceInfo elementwise.

◆ DeviceInfo() [3/5]

unsafe MR.Cuda.DeviceInfo.DeviceInfo ( MR.Cuda._ByValue_DeviceInfo _other)
inline

Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.

◆ DeviceInfo() [4/5]

MR.Cuda.DeviceInfo.DeviceInfo ( Const_DeviceInfo _other)
inline

Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.

◆ DeviceInfo() [5/5]

MR.Cuda.DeviceInfo.DeviceInfo ( DeviceInfo _other)
inline

Generated from constructor MR.Cuda.DeviceInfo.DeviceInfo.

Member Function Documentation

◆ assign()

unsafe MR.Cuda.DeviceInfo MR.Cuda.DeviceInfo.assign ( MR.Cuda._ByValue_DeviceInfo _other)
inline

Generated from method MR::Cuda::DeviceInfo::operator=.

Property Documentation

◆ computeMajor

new unsafe ref int MR.Cuda.DeviceInfo.computeMajor
get

compute capability major version

◆ computeMinor

new unsafe ref int MR.Cuda.DeviceInfo.computeMinor
get

compute capability minor version

◆ driverVersion

new unsafe ref int MR.Cuda.DeviceInfo.driverVersion
get

maximum CUDA version supported by the driver

◆ name

new unsafe MR.Std.String MR.Cuda.DeviceInfo.name
getprotected set

name of the device

◆ runtimeVersion

new unsafe ref int MR.Cuda.DeviceInfo.runtimeVersion
get

application's CUDA version

◆ totalGlobalMem

new unsafe ref nuint MR.Cuda.DeviceInfo.totalGlobalMem
get

global memory on device in bytes (not all is available for our process)


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