From b83947778e2c776f757a07d4719b7ce961d7ed55 Mon Sep 17 00:00:00 2001 From: Yuren Hao Date: Fri, 3 Jul 2026 05:56:50 -0500 Subject: =?UTF-8?q?Initial=20commit:=20ept=20=E2=80=94=20backprop-free=20e?= =?UTF-8?q?quilibrium=20transformer=20(EP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Code (ep_run/), organized docs (docs/{method,campaign,hardware,outreach,paper}), analysis scripts (scripts/), ONBOARDING.md entry point. Large data/checkpoints git-ignored (share separately). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_014FAPDWQ49M5Ye3NpTndTpn --- ep_run/profile_ep.log | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ep_run/profile_ep.log (limited to 'ep_run/profile_ep.log') diff --git a/ep_run/profile_ep.log b/ep_run/profile_ep.log new file mode 100644 index 0000000..d9812a4 --- /dev/null +++ b/ep_run/profile_ep.log @@ -0,0 +1,21 @@ +=== full + component toggles (ms/step, B=24, C512) === +/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 +FULL ep_step: 7266 + -jacreg: 7242 + -resreg: 7312 + -t1max(no refine): 5886 + t2sel=80: 7384 + t2sel=40: 4485 + plain nudge holo=0 T2=20: 3179 + free relax T1=150 alone: 740 + free relax T1=300 alone: 1480 +=== batch sweep (full) === + B=8: 2353 ms (294.1/sample) + B=24: 7405 ms (308.5/sample) + B=48: 14496 ms (302.0/sample) +=== compile free relax === + free relax T1=150 COMPILED: 507 +=== bf16 full === + full bf16: ERR RuntimeError: element 0 of tensors does not require grad and does not have a grad_fn +DONE -- cgit v1.2.3