//! GPU-Resident Tensor Operations Tests (PMAT-018: Coverage Killer Remediation)
//!//! Comprehensive tests for all f32-specialized operations on `GpuResidentTensor`.
//! These tests exercise the actual CUDA kernel paths to achieve coverage.
#![cfg(all(test, feature ="cuda"))]modattention;modelementwise;modlinear_conv;modmatmul;modweights_and_tensor;