dynamo-memory 1.2.1

Memory management library for Dynamo
Documentation
1
2
3
4
5
6
// SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

pub use super::MemoryDescriptor;
pub use super::nixl::{NixlCompatible, NixlMemory, NixlRegisterExt, RegisteredView};
pub use super::tensor::{TensorDescriptor, TensorDescriptorExt};