willychan21 commited on
Commit
aa1bb86
·
verified ·
1 Parent(s): 3ec4b9d

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +9 -42
README.md CHANGED
@@ -1,55 +1,22 @@
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
- - text-generation
5
  tags:
6
- - code
7
- - cuda
8
- - distributed-systems
9
- - gpu-kernels
10
- - benchmark
11
  size_categories:
12
- - n<1K
13
- configs:
14
- - config_name: default
15
- data_files:
16
- - split: train
17
- path: data/train-*
18
- dataset_info:
19
- features:
20
- - name: problem_id
21
- dtype: int64
22
- - name: stem
23
- dtype: string
24
- - name: reference_code
25
- dtype: string
26
- - name: reference_path
27
- dtype: string
28
- - name: input_tensor_spec_path
29
- dtype: string
30
- - name: world_size
31
- dtype: int64
32
- - name: default_m
33
- dtype: int64
34
- - name: default_n
35
- dtype: int64
36
- - name: default_dtype
37
- dtype: string
38
- - name: default_trials
39
- dtype: int64
40
- splits:
41
- - name: train
42
- num_bytes: 280010
43
- num_examples: 87
44
- download_size: 87290
45
- dataset_size: 280010
46
  ---
47
 
48
  # ParallelKernelBench (benchmark)
49
 
50
  Reference problems for [ParallelKernelBench](https://github.com/your-org/ParallelKernelBench): a benchmark for LLM-generated multi-GPU CUDA kernels.
51
 
52
- This dataset contains **87** reference implementations in `reference/` and the input tensor specification in `utils/input_output_tensors.py`. Inputs are **deterministic** — reproduce them with `create_input_tensor(rank, world_size, problem_id, base_shape, dtype, trial)` from that file; you do not need stored `.pt` files.
53
 
54
  ## Files
55
 
@@ -94,7 +61,7 @@ x = create_input_tensor(
94
 
95
  ## Related
96
 
97
- Net-new LLM-generated kernels live in a separate dataset: **ParallelKernelBench-kernels** (same org).
98
 
99
  ## Eval
100
 
 
1
  ---
2
  license: apache-2.0
3
  task_categories:
4
+ - text-generation
5
  tags:
6
+ - code
7
+ - cuda
8
+ - distributed-systems
9
+ - gpu-kernels
10
+ - benchmark
11
  size_categories:
12
+ - n<1K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  ---
14
 
15
  # ParallelKernelBench (benchmark)
16
 
17
  Reference problems for [ParallelKernelBench](https://github.com/your-org/ParallelKernelBench): a benchmark for LLM-generated multi-GPU CUDA kernels.
18
 
19
+ This dataset contains **87** reference implementations in `reference/` and the input tensor specification in `utils/input_output_tensors.py`.
20
 
21
  ## Files
22
 
 
61
 
62
  ## Related
63
 
64
+ Net-new LLM-generated kernels live in a separate dataset repo (ParallelKernelBench_Kernels) containing only `solutions/<run_id>/*.py`.
65
 
66
  ## Eval
67