// SPDX-License-Identifier: Apache-2.0
//! NVIDIA CUDA GPU device-output adapter for `j2k-jpeg`.
//!
//! This crate intentionally exposes the same backend-selection surface as the
//! Metal adapter. CPU requests return host-backed surfaces. Scalar auto
//! requests stay on CPU. Explicit CUDA requests use J2K-owned CUDA JPEG
//! decode kernels when the runtime can handle the image, and otherwise return
//! a clear unsupported or unavailable error.
pub use Codec;
pub use Decoder;
pub use Error;
pub use ;
pub use CudaSession;
pub use ;