From 9a8b2796ca12e4d4c24717485a635a301aa6d07f Mon Sep 17 00:00:00 2001 From: Yuren Hao Date: Mon, 6 Jul 2026 09:17:36 -0500 Subject: aggregate speed bench: speed tier hf+sd 1.47x; accuracy tier hf+sd+t80+avg (0.91x, cos 0.94, avg free); compile demoted MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Full-ep_step wall times on quiet A6000 (warm s2000, B24), res parity across all 8 configs. compile only 1.12x at this shape (historical 1.46x was a different workload split); FULL cmp_sdpa saves 4% over eager at t80 — not worth the guard complexity. tforce_sdpa added (flash baked into compiled graph, flag-free so grad paths never see SDPA). bp_lm --tie probe in flight. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn --- ep_run/agg_bench.log | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ep_run/agg_bench.log (limited to 'ep_run/agg_bench.log') diff --git a/ep_run/agg_bench.log b/ep_run/agg_bench.log new file mode 100644 index 0000000..35cb799 --- /dev/null +++ b/ep_run/agg_bench.log @@ -0,0 +1,13 @@ +/home/yurenh2/miniconda3/lib/python3.13/site-packages/torch/autograd/graph.py:865: UserWarning: Attempting to run cuBLAS, but there was no current CUDA context! Attempting to set the primary context... (Triggered internally at /pytorch/aten/src/ATen/cuda/CublasHandlePool.cpp:330.) + return Variable._execution_engine.run_backward( # Calls into the C++ engine to run the backward pass + base: 4.50s/step (res 8.2e-03) + hf: 3.49s/step (res 8.2e-03) + sd: 4.07s/step (res 8.2e-03) + hf+sd: 3.06s/step (res 8.2e-03) + hf+sd+t80: 4.97s/step (res 8.2e-03) + hf+sd+t80+avg: 4.97s/step (res 8.2e-03) + cmp: 4.03s/step (res 8.2e-03) +/home/yurenh2/miniconda3/lib/python3.13/site-packages/torch/_inductor/compile_fx.py:321: UserWarning: TensorFloat32 tensor cores for float32 matrix multiplication available but not enabled. Consider setting `torch.set_float32_matmul_precision('high')` for better performance. + warnings.warn( + FULL(cmp_sdpa): 4.77s/step (res 8.2e-03) +AGG_BENCH_DONE -- cgit v1.2.3