Update README.md
Browse files
README.md
CHANGED
|
@@ -18,7 +18,7 @@ configs:
|
|
| 18 |
- config_name: qa
|
| 19 |
data_files: "pmpp_qa.jsonl"
|
| 20 |
default: true
|
| 21 |
-
- config_name:
|
| 22 |
data_files: "pmpp_coding.jsonl"
|
| 23 |
---
|
| 24 |
# PMPP Dataset
|
|
@@ -38,7 +38,7 @@ This repository provides two CUDA-focused datasets prepared by Sinatras and spon
|
|
| 38 |
- Fields: `chapter`, `exercise`, `type`, `question`, `answer`, `explanation`, `topic_tags`, and optional `choices`.
|
| 39 |
- Topics emphasize CUDA indexing, occupancy, memory hierarchy, MPI, and dynamic parallelism.
|
| 40 |
|
| 41 |
-
###
|
| 42 |
- 53 coding tasks. Every entry corresponds to `evaluation-tasks/<id>/student_kernel.cu` and includes runner metadata.
|
| 43 |
- Fields: `id`, `task_dir`, `student_file` (always `student_kernel.cu`), optional test targets/executables, and the trimmed CUDA skeleton.
|
| 44 |
- Some tasks export host wrappers (e.g., device property collection, one-pass radix) rather than `__global__` kernels. Tests under the same directory call the exported symbols.
|
|
|
|
| 18 |
- config_name: qa
|
| 19 |
data_files: "pmpp_qa.jsonl"
|
| 20 |
default: true
|
| 21 |
+
- config_name: coding
|
| 22 |
data_files: "pmpp_coding.jsonl"
|
| 23 |
---
|
| 24 |
# PMPP Dataset
|
|
|
|
| 38 |
- Fields: `chapter`, `exercise`, `type`, `question`, `answer`, `explanation`, `topic_tags`, and optional `choices`.
|
| 39 |
- Topics emphasize CUDA indexing, occupancy, memory hierarchy, MPI, and dynamic parallelism.
|
| 40 |
|
| 41 |
+
### pmpp_coding
|
| 42 |
- 53 coding tasks. Every entry corresponds to `evaluation-tasks/<id>/student_kernel.cu` and includes runner metadata.
|
| 43 |
- Fields: `id`, `task_dir`, `student_file` (always `student_kernel.cu`), optional test targets/executables, and the trimmed CUDA skeleton.
|
| 44 |
- Some tasks export host wrappers (e.g., device property collection, one-pass radix) rather than `__global__` kernels. Tests under the same directory call the exported symbols.
|