Skip to main content

dynamo_memory/
prelude.rs

1// SPDX-FileCopyrightText: Copyright (c) 2024-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0
3
4pub use super::MemoryDescriptor;
5pub use super::nixl::{NixlCompatible, NixlMemory, NixlRegisterExt, RegisteredView};
6pub use super::tensor::{TensorDescriptor, TensorDescriptorExt};