cuda.bindings.nvml.NvlinkSetBwModeAsync_v1#

class cuda.bindings.nvml.NvlinkSetBwModeAsync_v1#

Empty-initialize an instance of nvmlNvlinkSetBwModeAsync_v1_t.

See also

nvmlNvlinkSetBwModeAsync_v1_t

__init__(*args, **kwargs)#

Methods

__init__(*args, **kwargs)

from_buffer(buffer)

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

from_data(data)

Create an NvlinkSetBwModeAsync_v1 instance wrapping the given NumPy array.

from_ptr(intptr_t ptr, bool readonly=False)

Create an NvlinkSetBwModeAsync_v1 instance wrapping the given pointer.

Attributes

async_poll_timeout_ms

[out] - Time in ms to poll to validate bandwidth setting.

b_set_best

[in] - Set to the best available Bandwidth mode

bw_mode

[in] - Requested Bandwidth mode to set.

ptr

Get the pointer address to the data as Python int.