cuda.bindings.nvml.gpu_instance_create_compute_instance#

cuda.bindings.nvml.gpu_instance_create_compute_instance(
intptr_t gpu_instance,
unsigned int profile_id,
) intptr_t#

Create compute instance.

Parameters:
  • gpu_instance (intptr_t) – The identifier of the target GPU instance.

  • profile_id (unsigned int) – The compute instance profile ID. See nvmlGpuInstanceGetComputeInstanceProfileInfo.

Returns:

Returns the compute instance handle.

Return type:

intptr_t

See also

nvmlGpuInstanceCreateComputeInstance