• Andrey Filippov's avatar
    CLAUDE: rung B - resident GPU pose-LMA decision AUTHORITATIVE in lmaStep · 7665886f
    Andrey Filippov authored
    Design 3-A4i rung B (native tile_processor_gpu 5f47326): for the lean
    three-angle shape the GPU decision drives the Java state machine:
    - resident-valid production path: accept/stop from packed[23..24], RMS from
      packed[19..22] (floats widened exactly), parameters_vector from the
      resident candidate; NO Java candidate projection, NO re-decision, NO
      rejection-restore projection (GPU retained current state, device-side
      set-index commit). Decision equivalence was proven over 1,988 steps with
      zero mismatches (session-43 gate).
    - invalid resident result (singular solve / non-finite) = REJECTED-STEP
      semantics: caller raises lambda and retries/exits; no Java-double fallback
      for the lean shape (fallbacks only where free). General shapes and the
      no-resident paths are unchanged.
    - one-shot oracle preserved: at pose_lma_debug>=1 the first step falls
      through the legacy path once and prints the existing preparation/candidate/
      RMS-decision comparisons; production steps never compute the double side.
    - marker updated: 'resident CUDA float LMA decision AUTHORITATIVE'.
    Gates: mvn package PASS; mvn test PASS (no test sources); Stage0 33/33;
    full native suite in tile_processor_gpu 5f47326.
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    7665886f
Name
Last commit
Last update
..
CuasConditioning.java Loading commit data...
CuasDetectRT.java Loading commit data...
CuasDnnBackend.java Loading commit data...
CuasDnnInfer.java Loading commit data...
CuasDnnLocal.java Loading commit data...
CuasDnnRemote.java Loading commit data...
CuasLogFold.java Loading commit data...
CuasPoseRT.java Loading commit data...
CuasRT.java Loading commit data...
CuasRTDetector.java Loading commit data...
CuasRTLib.java Loading commit data...
CuasRTUtils.java Loading commit data...
CuasRecurrentBuffer.java Loading commit data...
CuasRender.java Loading commit data...
CuasRtState.java Loading commit data...
CuasScenePreload.java Loading commit data...
CuasStage2Infer.java Loading commit data...
CuasTD.java Loading commit data...
RtParams.java Loading commit data...
TemporalConsolidator.java Loading commit data...
TemporalKernelGenerator.java Loading commit data...
TpDnnJna.java Loading commit data...
package-info.java Loading commit data...