cuda.bindings.nvml.GridLicensableFeatures#

class cuda.bindings.nvml.GridLicensableFeatures#

Empty-initialize an instance of nvmlGridLicensableFeatures_t.

See also

nvmlGridLicensableFeatures_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

Create an GridLicensableFeatures instance with the memory from the given buffer.

from_data(data)

Create an GridLicensableFeatures instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an GridLicensableFeatures instance wrapping the given pointer.

Attributes

grid_licensable_features

GridLicensableFeature:

is_grid_license_supported

int:

ptr

Get the pointer address to the data as Python int.