• Andrey Filippov's avatar
    CLAUDE: DP rung D1 - K chained prepare-light+step cycles from ONE device entry · 66fc53a1
    Andrey Filippov authored
    Self-chaining launcher pose_lma_dp_cycles: each cycle's launcher reads the
    LIVE current_set (tail-enqueued behind the previous reduce_rms, so it sees
    the accept flip a single unrolled parent could not), resolves cur/cand from
    both physical sets in the PoseDpCycles descriptor, tail-enqueues the exact
    host per-cycle sequence (clear-y = light memset, assemble(light),
    fx_jacobian(current), prepare_finish(light), the six spike step stages),
    then pose_lma_dp_commit - the device-side anchor update on accept that the
    spike flagged as the multi-step gap - plus a minimal per-cycle 25-float
    trace (ruling b), and finally the next launcher. Fixed-K, no device early
    exit (ruling a). Interior cycles cross NOTHING host-side.
    
    Wrapper tp_proc_exec_pose_lma_dp_cycles: entry H2D = pose vectors + anchor
    + descriptor; one launch; D2H once = trace + final result + final anchor +
    set mirror. Preconditions: frozen conditioning (C3) + resident corr/peaks.
    
    Gate: test_pose_lma_dp_cycles_jna (new, in cases.list as dp_cycles) seeds
    resident measurement through the production chain (set_corr_indices_td ->
    normalize -> corr2D_peak_eig_f), freezes conditioning, then compares three
    chains (K=3 accept, K=2 reject, K=2 post-reject) against host-driven
    light-prepare+step cycles: per-cycle traces, final packed, final anchor,
    set index ALL BIT-IDENTICAL. run_cases.sh ALL PASS (pose_corr @tol 0,
    peak, peak_recenter, avg_td, avg_td_oob, bayer_staged, dp_cycles); DP
    spike test still PASS.
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    66fc53a1
Name
Last commit
Last update
..
.gitignore Loading commit data...
build_dnn.sh Loading commit data...
build_lib.sh Loading commit data...
build_probe.sh Loading commit data...
fetch_libtorch.sh Loading commit data...
publish_libtorch_mirror.sh Loading commit data...
test_bayer_staged_jna.cu Loading commit data...
test_lma_products_jna.cu Loading commit data...
test_pose_corr_jna.cu Loading commit data...
test_pose_fx_jacobian_jna.cu Loading commit data...
test_pose_lma_dp_cycles_jna.cu Loading commit data...
test_pose_lma_dp_jna.cu Loading commit data...
test_pose_lma_resident_jna.cu Loading commit data...
test_pose_lma_step_jna.cu Loading commit data...
test_pose_task_update_jna.cu Loading commit data...
test_proc_consolidate.cu Loading commit data...
tp_dnn.cpp Loading commit data...
tp_jna.cpp Loading commit data...
tp_nvrtc_probe.cpp Loading commit data...