Datasets:
Fix terminology: NCU profiles, not CUDA profiles
Browse files
README.md
CHANGED
|
@@ -340,7 +340,7 @@ dataset_info:
|
|
| 340 |
|
| 341 |
# AgentPerfBench
|
| 342 |
|
| 343 |
-
LLM inference benchmark: 3,392 serving runs, 148,077 per-kernel
|
| 344 |
|
| 345 |
## Dataset configurations
|
| 346 |
|
|
@@ -358,7 +358,7 @@ ISL/OSL sampled from lognormal fits to real workload statistics. 42 combinations
|
|
| 358 |
|
| 359 |
### kernels_labeled (148,077 rows)
|
| 360 |
|
| 361 |
-
Per-kernel
|
| 362 |
|
| 363 |
### roofline_quadrant (2,163 rows)
|
| 364 |
|
|
|
|
| 340 |
|
| 341 |
# AgentPerfBench
|
| 342 |
|
| 343 |
+
LLM inference benchmark: 3,392 serving runs, 148,077 per-kernel NCU profiles, and 4,715 latency predictions across 9 models, 14 GPU configurations, and 2 serving engines (vLLM 0.19.0, SGLang 0.5.9). All models served in BF16 except gpt-oss, which uses mxfp4 for projection weights.
|
| 344 |
|
| 345 |
## Dataset configurations
|
| 346 |
|
|
|
|
| 358 |
|
| 359 |
### kernels_labeled (148,077 rows)
|
| 360 |
|
| 361 |
+
Per-kernel Nsight Compute (ncu) profiles across 4 GPUs (A100, H100, RTX 3090, RTX 2080 Ti) and 13 model/sweep sources.
|
| 362 |
|
| 363 |
### roofline_quadrant (2,163 rows)
|
| 364 |
|