//! CUDA kernel wrappers for TurboQuant operations.
//!
//! All modules are gated behind `#[cfg(feature = "cuda")]`.
pub
pub
/// Post-launch CUDA error check. `#[doc(hidden)] pub` so the
/// `tests/cuda_error_check_tests.rs` integration test can call it from
/// the test crate; same SemVer-visible convention as
/// [`crate::test_utils`].
pub use check_cuda_kernel_launch;