"lib/kv-router/src/sequences/request_maps.rs" did not exist on "d0d9c03013e5d389cf60e88ce355717c04be7c88"
device-kind.md 655 Bytes
Newer Older
1
2
3
---
# SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
4
title: Device Kind
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---

Represents the kind of device a [`Device`](device.md) object represents.


## Values

### `CUDA`

CUDA addressable device (GPU) memory.

### `HOST`

System (CPU) memory.


## Related Classes

  - [Connector](connector.md)
  - [Descriptor](descriptor.md)
  - [Device](device.md)
  - [OperationStatus](operation-status.md)
  - [RdmaMetadata](rdma-metadata.md)
  - [ReadOperation](read-operation.md)
  - [WritableOperation](writable-operation.md)
  - [WriteOperation](write-operation.md)