marksaroufim commited on
Commit
0d4e46f
·
unverified ·
1 Parent(s): 33e2db8

Add eigh linalg submissions export

Browse files
Files changed (5) hide show
  1. README.md +2 -2
  2. docs.md +2 -1
  3. leaderboards.parquet +2 -2
  4. linalg_submissions.parquet +2 -2
  5. queries.sql +1 -1
README.md CHANGED
@@ -80,9 +80,9 @@ This dataset contains GPU kernel submissions from the KernelBot competition plat
80
  ### Linear Algebra Submissions
81
  | File | Size | Description |
82
  |------|------|-------------|
83
- | `linalg_submissions.parquet` | ~552 MB | Deduplicated submissions with code for `qr_v2` (leaderboard 774) |
84
 
85
- This export includes only `qr_v2`; the earlier `qr` leaderboard (773) is not included.
86
 
87
  ## Helper Scripts
88
 
 
80
  ### Linear Algebra Submissions
81
  | File | Size | Description |
82
  |------|------|-------------|
83
+ | `linalg_submissions.parquet` | ~1.9 GB | Deduplicated submissions with code for `qr_v2` (leaderboard 774) and `eigh` (leaderboard 775) |
84
 
85
+ The earlier `qr` leaderboard (773) is not included.
86
 
87
  ## Helper Scripts
88
 
docs.md CHANGED
@@ -66,6 +66,7 @@ The relevant tables are in the `leaderboard` schema:
66
 
67
  ### Linear Algebra Problems
68
  - **774**: qr_v2
 
69
 
70
  ## Additional Export Files
71
 
@@ -73,7 +74,7 @@ The relevant tables are in the `leaderboard` schema:
73
  - `trimul_submissions.parquet`: deduplicated submissions with code for leaderboard 496
74
  - `helion_b200_nebius_submissions.parquet`: deduplicated submissions with code for leaderboards 766, 767, 768, 769, and 770
75
  - `pmpp_v2_submissions.parquet`: all submissions with code for leaderboards 537, 538, 539, 540, 541, 542, 543, and 544
76
- - `linalg_submissions.parquet`: deduplicated submissions with code for leaderboard 774 (`qr_v2`)
77
 
78
  `trimul` is exported separately because it spans multiple GPU families and is not part of the AMD 1.1M competition set.
79
  The Helion export is released separately because it targets `B200_Nebius`; measurements for that problem set are brittle and should be interpreted cautiously.
 
66
 
67
  ### Linear Algebra Problems
68
  - **774**: qr_v2
69
+ - **775**: eigh
70
 
71
  ## Additional Export Files
72
 
 
74
  - `trimul_submissions.parquet`: deduplicated submissions with code for leaderboard 496
75
  - `helion_b200_nebius_submissions.parquet`: deduplicated submissions with code for leaderboards 766, 767, 768, 769, and 770
76
  - `pmpp_v2_submissions.parquet`: all submissions with code for leaderboards 537, 538, 539, 540, 541, 542, 543, and 544
77
+ - `linalg_submissions.parquet`: deduplicated submissions with code for leaderboards 774 (`qr_v2`) and 775 (`eigh`)
78
 
79
  `trimul` is exported separately because it spans multiple GPU families and is not part of the AMD 1.1M competition set.
80
  The Helion export is released separately because it targets `B200_Nebius`; measurements for that problem set are brittle and should be interpreted cautiously.
leaderboards.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a509dbbfbbdb3aac0bada0ecb6d75bb2bab9e60e68ad33ee1d8219c76ebcc026
3
- size 24386
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d596c3a6f11c959a80eb4cbfd1dd176ef30497df970150496f60debf7a45c314
3
+ size 25763
linalg_submissions.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:801278ca4622da2ebdd87a3ba3e1a0f94ee559b7c9806d2850f359af22beaae4
3
- size 578409185
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9a65c5ce15fd9ba317dc701ab540d3a215f1be5efb91b05cbbecd016e463b10
3
+ size 2088792894
queries.sql CHANGED
@@ -27,7 +27,7 @@ ORDER BY l.id;
27
  -- Released Helion/B200_Nebius export: 766 (causal_conv1d), 767 (fp8_quant),
28
  -- 768 (gated_deltanet_chunk_fwd_h), 769 (gated_deltanet_chunk_fwd_o),
29
  -- 770 (gated_deltanet_recompute_w_u)
30
- -- Linear algebra export: 774 (qr_v2)
31
 
32
  --------------------------------------------------------------------------------
33
  -- CHECK SUBMISSION COUNTS FOR A PROBLEM
 
27
  -- Released Helion/B200_Nebius export: 766 (causal_conv1d), 767 (fp8_quant),
28
  -- 768 (gated_deltanet_chunk_fwd_h), 769 (gated_deltanet_chunk_fwd_o),
29
  -- 770 (gated_deltanet_recompute_w_u)
30
+ -- Linear algebra export: 774 (qr_v2), 775 (eigh)
31
 
32
  --------------------------------------------------------------------------------
33
  -- CHECK SUBMISSION COUNTS FOR A PROBLEM