jgrusewski
680bb7df0b
feat(bf16): FULL WORKSPACE COMPILES — zero F32 on GPU 🎉🎉🎉
The entire foxhunt workspace compiles with BF16:
- 37/37 CUDA kernels: __nv_bfloat16 parameters + native arithmetic
- All Rust types: CudaSlice<half::bf16> across all crates
- ml-core: 0 errors (nvrtc removed, BF16 boundaries fixed)
- ml-dqn: 0 errors (noisy layers, replay buffer, branching → BF16)
- ml-ppo: 0 errors (stubbed, cold path)
- ml-supervised: 0 errors
- ml-ensemble, ml-explainability: 0 errors
- ml: 0 errors (22 files fixed, BF16 conversion helpers added)
BF16 conversion at system boundary only:
- Host f32 data → half::bf16::from_f32() → GPU upload
- GPU download → bf16.to_f32() → host f32
Remaining Phase 4: wire cublasGemmEx + run tests.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-28 02:28:58 +01:00
..
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-25 09:45:54 +01:00
2026-03-08 15:17:22 +01:00
2026-03-28 02:28:58 +01:00
2026-03-19 01:04:09 +01:00
2026-03-19 13:38:49 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-20 15:41:42 +01:00
2026-03-28 02:28:58 +01:00
2026-03-25 21:37:09 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-18 19:36:41 +01:00
2026-03-19 01:04:09 +01:00
2026-03-28 02:28:58 +01:00
2026-03-18 19:36:41 +01:00
2026-03-20 15:41:42 +01:00
2026-03-08 15:17:22 +01:00
2026-03-20 15:41:42 +01:00
2026-03-20 15:41:42 +01:00
2026-03-08 15:17:22 +01:00
2026-03-16 21:01:28 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-19 01:04:09 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-08 15:17:22 +01:00
2026-03-15 11:59:31 +01:00
2026-03-21 09:09:51 +01:00
2026-03-20 15:41:42 +01:00
2026-03-20 15:41:42 +01:00
2026-03-28 02:28:58 +01:00
2026-03-18 19:36:41 +01:00
2026-03-18 14:47:33 +01:00
2026-03-08 15:17:22 +01:00
2026-03-25 09:45:54 +01:00
2026-03-20 15:41:42 +01:00
2026-03-08 15:13:41 +01:00
2026-03-18 13:31:35 +01:00
2026-03-20 11:38:52 +01:00
2026-03-18 19:36:41 +01:00
2026-03-22 23:31:05 +01:00
2026-03-20 15:41:42 +01:00
2026-03-20 01:05:44 +01:00
2026-03-22 15:16:11 +01:00
2026-03-14 11:35:15 +01:00
2026-03-18 17:20:23 +01:00
2026-03-18 09:57:24 +01:00
2026-03-18 00:24:35 +01:00
2026-03-19 01:04:09 +01:00
2026-03-27 19:52:44 +01:00
2026-03-23 12:54:01 +01:00