Memory Test Full - Comprehensive Memory Validation
This example runs comprehensive memory validation tests including stress testing and leak detection.
Run command:
cargo run --example mem_test_full --release
Topics covered:
- Large tensor allocation and deallocation
- Memory fragmentation analysis
- Stress testing under memory pressure
- Peak memory tracking
See also: