File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ This directory contains the ndarray-side implementation plans for the 3DGS geosp
1111- Pillar-certified error probes under ` src/hpc/pillar ` .
1212- Columnar splat payload formats and quantization carriers.
1313- HHTL / HEEL-HIP-TWIG-LEAF selection primitives callable by ` lance-graph ` .
14+ - 4x4 cognitive-shader SoA carriers and lift/extract invariants.
1415- Benchmarks, golden vectors, reproducibility, and failure gates.
1516
1617## Markdown convention
@@ -40,6 +41,7 @@ Use inline code only for short identifiers such as `ndarray::hpc::splat3d` or `T
40413DGS-columnar-splat-codec-plan.md
41423DGS-HHTL-CPU-cascade-plan.md
42433DGS-validation-benchmark-plan.md
44+ 3DGS-4x4-cognitive-shader-SoA-plan.md
4345```
4446
4547## Cross-repo boundary
@@ -56,4 +58,14 @@ ndarray HHTL/SIMD/certification kernels
5658certified tile/splat decision report
5759```
5860
61+ For 4x4 fanout, the intended interface is:
62+
63+ ``` text
64+ lance-graph raw-field / cognitive-shader block request
65+ ->
66+ ndarray Mat4 / Sym4 / Block4 SoA kernels
67+ ->
68+ certified block decision report
69+ ```
70+
5971Central principle: renderer decisions should be fast, inspectable, and mathematically auditable.
You can’t perform that action at this time.
0 commit comments