• Andrey Filippov's avatar
    CLAUDE: 3-B rung B3 - single measure-chain entry (host-batched, descriptor + one crossing) · ee0d275f
    Andrey Filippov authored
    tp_proc_set_pose_cycle stores the per-scene descriptor = the union of the
    fixed per-cycle chain's stage arguments (task_update / consolidate /
    inter-corr / normalize / peak) - the marshalling the DP parent will
    consume verbatim (design D2). tp_proc_exec_pose_measure_cycle is ONE JNA
    crossing per measure cycle: pose_task_update -> [slot0 geometry +
    convert(erase NaN)] -> [slot1 geometry + convert(SUBTRACT)] ->
    consolidate_slots -> corr2d_inter_td -> corr2d_normalize -> corr2d_peak,
    calling the EXACT exported stage functions in the exact granular order -
    byte-identical by construction. Nullable camera/template/pose groups
    forward verbatim to pose_task_update (rung-C2 register semantics).
    Stage-tagged negative returns (-10..-20); g_err keeps the failing
    stage's message. gc/cv/LPF/debias stay caller-resident (the Java setup
    uploads them once per scene - same bytes the granular path re-sent
    every cycle).
    
    run_cases.sh ALL PASS (pose_corr @tol 0 + synthetic + bayer_staged).
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    ee0d275f
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_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...