nvidia.com

Command Palette

Search for a command to run...

dynamo.nixl_connect.Device — NVIDIA Dynamo Documentation

Last updated: 12/12/2025

Title: dynamo.nixl_connect.Device — NVIDIA Dynamo Documentation

URL Source: https://docs.nvidia.com/dynamo/latest/API/nixl_connect/device.html?userAgent=PromptingBot%2F1.0.0

Published Time: Tue, 14 Oct 2025 15:18:42 GMT

Markdown Content: Skip to main content

Back to top- [x] - [x]

Ctrl+K

Image 1: NVIDIA Dynamo Documentation - HomeImage 2: NVIDIA Dynamo Documentation - Home NVIDIA Dynamo Documentation

Search Ctrl+K

Search Ctrl+K

Image 3: NVIDIA Dynamo Documentation - HomeImage 4: NVIDIA Dynamo Documentation - Home NVIDIA Dynamo Documentation

Table of Contents

Getting Started

Kubernetes Deployment

Components

Developer Guide

dynamo.nixl_connect.Device#

Device class describes the device a given allocation resides in. Usually host ("cpu") or GPU ("cuda") memory.

When a system contains multiple GPU devices, specific GPU devices can be identified by including their ordinal index number. For example, to reference the second GPU in a system "cuda:1" can be used.

By default, when "cuda" is provided, it is assumed to be "cuda:0" or the first GPU enumerated by the system.

Properties#

id#

@property def id(self) -> int:

Gets the identity, or ordinal, of the device.

When the device is the HOST, this value is always 0.

When the device is a GPU, this value identifies a specific GPU.

kind#

@property def kind(self) -> DeviceKind:

Gets the DeviceKind of device the instance references.

Related Classes#

On this page

Image 5: NVIDIAImage 6: NVIDIA

Privacy Policy | Manage My Privacy | Do Not Sell or Share My Data | Terms of Service | Accessibility | Corporate Policies | Product Security | Contact

Copyright © 2024-2025, NVIDIA CORPORATION & AFFILIATES.

Links/Buttons:

Related Articles