// SPDX-License-Identifier: Apache-2.0 OR MIT
//! WGPU-based GPU backend.
//!//! Provides the [`GpuContext`] device singleton, [`BufferPool`] for
//! efficient GPU memory management, and [`compute`] dispatch functions
//! for all tensor operations.
pubmodcompute;pubmodcontext;pubmodpool;