Commit c84960c
Antigravity Agent
fix: add real GF16 implementation with actual code
- Add src/gf16.zig with full GF16 implementation
- Add src/formats.zig with fp16/bf16/GF16 conversions
- Add src/mnist_loader.zig for MNIST data loading
- Add src/bench_mnist.zig for actual benchmarking
- Add build.zig for build system
- Add tests/real_benchmarks.zig with real tests
- Remove fake tests/whitepaper_results.zig
- Fix GF16.isInf() bug - infinity encoding now works correctly
- All tests passing1 parent 0445405 commit c84960c
7 files changed
Lines changed: 1499 additions & 189 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
0 commit comments