Skip to main content

apex_solver/linearizer/gpu/
mod.rs

1//! GPU linearizer implementations (reserved for future use).
2//!
3//! This module will house GPU-accelerated Jacobian assembly backends,
4//! such as CUDA or Metal compute shaders. Currently empty — placeholder
5//! for the device hierarchy: `linearizer::gpu::cuda`, etc.