trueno-gpu 0.4.29

Pure Rust PTX generation for NVIDIA CUDA - no LLVM, no nvcc
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
//! Extended coverage tests for the stress testing framework.
//!
//! Split into submodules for maintainability:
//! - `clone_debug`: Clone and Debug derive coverage tests
//! - `fields_defaults`: Field access, default values, and boundary tests
//! - `runner_rng`: StressTestRunner, StressRng, and verification tests

use std::time::Duration;

use super::*;

mod clone_debug;
mod fields_defaults;
mod runner_rng;