cuda.bindings.nvml.gpu_instance_create_compute_instance_with_placement#

cuda.bindings.nvml.gpu_instance_create_compute_instance_with_placement(
intptr_t gpu_instance,
unsigned int profile_id,
intptr_t placement,
) intptr_t#
Create compute instance with the specified placement.

:param gpu_instance: The identifier of the target GPU instance.
:type gpu_instance: intptr_t
:param profile_id: The compute instance profile ID. See ``nvmlGpuInstanceGetComputeInstanceProfileInfo``.
:type profile_id: unsigned int
:param placement: The requested placement. See ``nvmlGpuInstanceGetComputeInstancePossiblePlacements``.
:type placement: intptr_t

:returns: Returns the compute instance handle.
:rtype: intptr_t

.. seealso:: `nvmlGpuInstanceCreateComputeInstanceWithPlacement`