Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
8 changes: 8 additions & 0 deletions cake_exports/kmeans/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.ruff_cache/
results/
build/
dist/
76,379 changes: 76,379 additions & 0 deletions cake_exports/kmeans/BENCHMARK_RESULTS.json

Large diffs are not rendered by default.

11 changes: 11 additions & 0 deletions cake_exports/kmeans/EXPORT_TIMING.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"host_wall_phase_seconds": {
"benchmark": 204.77159006567672,
"correctness": 18.721056894399226,
"validation_total": 223.49264696007594
},
"recorded_at_utc": "2026-07-09T04:30:10+00:00",
"reportable_gpu_timing_source": "BENCHMARK_RESULTS.json:CUPTI",
"schema": "loom-export-host-wall-phases-v1",
"validation_shard_count": 4
}
567 changes: 567 additions & 0 deletions cake_exports/kmeans/README.md

Large diffs are not rendered by default.

426 changes: 426 additions & 0 deletions cake_exports/kmeans/RESULTS.md

Large diffs are not rendered by default.

Loading