1// SPDX-FileCopyrightText: Copyright (c) 2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2// SPDX-License-Identifier: Apache-2.0
34//! Memory pool for efficient device memory allocation in hot paths.
56pub mod cuda;
78pub use cuda::{CudaMemPool, CudaMemPoolBuilder};