cuda.bindings.nvml.init_with_flags#

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

nvmlInitWithFlags is a variant of nvmlInit(), that allows passing a set of boolean values modifying the behaviour of nvmlInit(). Other than the “flags” parameter it is completely similar to nvmlInit_v2.

Parameters:

flags (unsigned int) – behaviour modifier flags.

See also

nvmlInitWithFlags