//! CUDA device context (legacy interface)
//!
//! This module is deprecated in favor of `cuda_runtime.rs` which provides
//! better cudarc integration. This file is kept for backward compatibility.
use crateResult;
/// Deprecated: Use `GpuRuntime` from `cuda_runtime.rs` instead