cuda.bindings.nvml.ClkMonStatus#

class cuda.bindings.nvml.ClkMonStatus#

Empty-initialize an instance of nvmlClkMonStatus_t.

See also

nvmlClkMonStatus_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

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

from_data(data)

Create an ClkMonStatus instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an ClkMonStatus instance wrapping the given pointer.

Attributes

b_global_status

int:

clk_mon_list

ClkMonFaultInfo:

ptr

Get the pointer address to the data as Python int.