Files
foxhunt/crates
jgrusewski da2aff98c6 feat(cuda): add CudaPolicyNetwork and CudaValueNetwork to ml-ppo cuda_nn
GPU-native MLP networks that use CudaLinear layers + cuBLAS sgemm
internally. These are drop-in replacements for the Candle-based
PolicyNetwork and ValueNetwork, providing the same forward/softmax/
log_softmax API surface but with zero Candle overhead.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-17 14:35:52 +01:00
..