Expand description
Test category modules covering all 24 edge case categories.
Modulesยง
- c01_
toolchain - Category 1: Toolchain, PTX, and SASS edge cases
- c02_
launch_ config - Category 2: Kernel launch configuration edge cases
- c03_
pointer_ bounds - Category 3: Pointer arithmetic, indexing, bounds edge cases
- c04_
address_ space - Category 4: Address Space Correctness
- c05_
global_ memory - Category 5: Global Memory Hazards
- c06_
shared_ memory - Category 6: Shared Memory Edge Cases
- c07_
local_ memory - Category 7: Local Memory and Stack
- c08_
synchronization - Category 8: Synchronization and Memory Ordering
- c09_
warp_ level - Category 9: Warp-Level Programming
- c10_
block_ grid - Category 10: Block and Grid Coordination
- c11_
control_ flow - Category 11: Control Flow and Predication
- c12_
atomics - Category 12: Atomic Operations
- c13_
floating_ point - Category 13: Floating-point edge cases
- c14_
integer - Category 14: Integer edge cases
- c15_
determinism - Category 15: Determinism and reproducibility
- c16_
async_ pipeline - Category 16: Async copy and pipeline
- c17_
caching - Category 17: Caching and coherence
- c18_
host_ device - Category 18: Host-device integration
- c19_
multi_ stream - Category 19: Multi-stream concurrency
- c20_
multi_ gpu - Category 20: Multi-GPU
- c21_
hardware - Category 21: Hardware reliability
- c22_
algorithms - Category 22: Algorithm-specific edge cases
- c23_
blind_ spots - Category 23: Testing blind spots
- c24_
edge_ matrix - Category 24: Edge case matrix
- c25_
float_ filter - Category 25: Float filter predicate edge cases
- g01_
circuit_ forward - Circuit forward kernel tests
- g02_
circuit_ backward - Circuit backward kernel tests
- g03_
weight_ injection - Weight injection pattern tests
- g04_
transfer_ efficiency - Transfer efficiency tests
- g05_
circuit_ cache - Circuit cache GPU integration tests
- g06_
ptx_ robustness - PTX kernel robustness tests
- g07_
sat_ cdcl - GPU CDCL SAT/UNSAT verifier tests
- g08_
device_ counts - Device-resident row-count integrity tests.