cuda.bindings.nvml.init_with_flags#

cuda.bindings.nvml.init_with_flags(unsigned int flags)#

Initialize the NVML Library lazily, without allocating any device state, with additional init flags.

Parameters:

flags (unsigned int) – NVML_INIT_FLAG_* flags that can modify NVML Init behavior.

See also

nvmlInitWithFlags