// 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};