b1d6fafd3a
Per request, the milestone bench output is now tracked in git instead of gitignored, so the figures/results are viewable on the remote: - src/kernbench/benches/1H_milestone_output/gemm/ (3 PNGs + gemm_sweep.json) - src/kernbench/benches/1H_milestone_output/ccl/ (3 per-topology PNGs, buffer-kind PNG+CSV, FSIM comparison PNG, topology.png, summary.csv) Drop the .gitignore rule; update ADR-0054 D3 + Negative (EN+KO) to say the output is committed (regenerable by rerunning the bench). Artifacts produced by full bench runs (milestone-1h-gemm non-FAST, milestone-1h-ccl). Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
35 lines
329 B
Plaintext
35 lines
329 B
Plaintext
# OS / Editor
|
|
.DS_Store
|
|
.vscode/.history/
|
|
*.swp
|
|
|
|
# Auto-generated mesh file
|
|
cube_mesh.yaml
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyd
|
|
.pytest_cache/
|
|
.mypy_cache/
|
|
.ruff_cache/
|
|
|
|
# Virtualenv
|
|
.venv/
|
|
|
|
# Packaging
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
|
|
# Env
|
|
.env
|
|
.env.*
|
|
!.env.example
|
|
|
|
# Logs
|
|
*.log
|
|
.claude/*
|
|
!.claude/commands/
|
|
!.claude/commands/*.md
|