kvbm-physical 1.3.0-dev.1

Physical layer for KVBM (Key-Value Buffer Manager), handling block storage, I/O, and interaction with CUDA kernels.
Documentation
1
2
3
4
5
6
7
8
// SPDX-FileCopyrightText: Copyright (c) 2025-2026 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
// SPDX-License-Identifier: Apache-2.0

//! Physical layout and transfer testing utilities.

mod physical;

pub use physical::*;