从零实现 LLM Inference:073. Benchmark + Profiling Harness(torch profiler / nsys)& 加入 TensorRT-LLM 对比
把 serving benchmark 做成“可回归 + 可解释”:在不污染 benchmark 数据的前提下,给 online/offline 增加独立 profiling stage(PyTorch profiler + Nsight Systems),并把 TensorRT-LLM 也纳入同一套公平对比;同...