• Andrey Filippov's avatar
    CLAUDE: RT-seed step 1b wiring - LoG A/B products in the RT render (curt.log_test) · 0fe8f5c1
    Andrey Filippov authored
    With 'CUAS RT render' + new 'RT render LoG A/B (folded kernels)' checkboxes ON,
    testRenderSequence saves two more hyperstacks comparable to -CUAS-RT-RENDER:
    - -CUAS-RT-RENDER-LOG-ORACLE: the product convolved with the EXISTING pre-DNN
      pixel-domain LoG (same CuasRTUtils.convolve2DLReLU instance construction as
      CuasDetectRT.detectTargets, LINEAR alpha=1);
    - -CUAS-RT-RENDER-LOG-FOLDED: the same render chain re-run with the LoG folded
      into the GPU aberration kernels (CuasLogFold.getLogTd tap-precompensated +
      foldKernels, setConvolutionKernels force re-upload) - NO pixel convolution;
      original kernels restored in a finally block.
    Render loop extracted verbatim into renderPass(), hyperstack save into
    saveRenderHyper() so both passes share the exact chain. Offline verdict:
    attic/CLAUDE/compare_cuda_versions.py --only LOG-
    Co-Authored-By: 's avatarClaude Fable 5 <noreply@anthropic.com>
    0fe8f5c1
Name
Last commit
Last update
..
rt Loading commit data...
CorrectionFPN.java Loading commit data...
Cuas.java Loading commit data...
CuasCenterLma.java Loading commit data...
CuasData.java Loading commit data...
CuasMotion.java Loading commit data...
CuasMotionLMA.java Loading commit data...
CuasMultiSeries.java Loading commit data...
CuasRanging.java Loading commit data...
CuasTile.java Loading commit data...