CoolFace
Datasetpublic

willychan21/ParallelKernelBench_Problems

ParallelKernelBench (benchmark) Reference problems for ParallelKernelBench: a benchmark for LLM-generated multi-GPU CUDA kernels. This dataset contains 87 reference implementations in reference/ and the input tensor specification in utils/input_output_tensors.py. Files Path Description data/problems.parquet One row per problem (tabular access) reference/*.py Reference solution() implementations utils/input_output_tensors.py Input/output tensor… See the full description on the dataset page: https://huggingface.co/datasets/willychan21/ParallelKernelBench_Problems.

sourceHugging Faceapache-2.0updated 4mo agoView on Hugging Face
0likes266downloads
manifest.json15 linesDownload Raw Back to root
1{2  "kind": "benchmark",3  "num_problems": 87,4  "input_tensor_spec": "utils/input_output_tensors.py",5  "eval_defaults": {6    "world_size": 4,7    "m": 1024,8    "n": 1024,9    "dtype": "bfloat16",10    "trials": 5,11    "warmup_iters": 500,12    "profiling_iters": 10013  }14}15