Skip to main content

gam_models/bms/gpu/
mod.rs

1//! Bernoulli marginal-slope GPU kernels.
2//!
3//! These modules contain BMS-specific row math. Generic CUDA runtime, memory,
4//! policy, and diagnostic plumbing stays under [`gam_gpu`].
5
6pub mod flex;
7pub mod row;
8pub mod device_pcg;