cuGenOpt/prototype
L-yang-yang 714a2ee23b feat(multi-gpu): implement inject distribution modes (OneIsland/HalfIslands/AllIslands)
inject_check_kernel now respects MultiGpuInjectMode from SolverConfig instead of
hardcoding OneIsland. HalfIslands uses LCG-based random island selection.
Also fixes stale write_async calls in test_multi_gpu_b3.cu.

Verified on 2×V100S: all 5 B3 tests pass, e5 (12 problem types) all optimal.
2026-03-30 20:42:32 +08:00
..
core feat(multi-gpu): implement inject distribution modes (OneIsland/HalfIslands/AllIslands) 2026-03-30 20:42:32 +08:00
problems fix: harden CUDA safety checks and translate comments to English 2026-03-25 11:52:50 +08:00
Makefile fix: harden CUDA safety checks and translate comments to English 2026-03-25 11:52:50 +08:00
test_multi_gpu.cu Initial commit: cuGenOpt GPU optimization solver 2026-03-20 00:33:45 +08:00
test_multi_gpu_b3.cu Initial commit: cuGenOpt GPU optimization solver 2026-03-20 00:33:45 +08:00