Skip to content

feat(bench): add --formats CLI flag to bench_007b + f32 baseline#56

Merged
gHashTag merged 1 commit into
mainfrom
bench/issue-26-bench007b-cli-flag
Apr 29, 2026
Merged

feat(bench): add --formats CLI flag to bench_007b + f32 baseline#56
gHashTag merged 1 commit into
mainfrom
bench/issue-26-bench007b-cli-flag

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

Summary

Per issue #26:

  • Add --formats=f32,fp16,gf8,gf16 CLI flag to filter which formats to benchmark
  • Defaults to all formats when flag not provided
  • Add f32 baseline format (identity quantization, MSE=0) to FORMATS array
  • Usage: bench_007b --formats=f32,fp16,gf8,gf16 for 4-format parallel run
  • bf16 can be excluded: bench_007b --formats=f32,fp16,GF16 pending BUG-001-BF16 merge

References #26

Add --formats=CSV CLI flag to select which formats to benchmark.
Usage: bench_007b --formats=f32,fp16,gf8,gf16
Defaults to all formats when no flag provided.

Also add f32 baseline format (identity quantization) for
MSE=0 reference in output tables.

References #26
@gHashTag gHashTag merged commit 1a93291 into main Apr 29, 2026
2 of 6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant