Skip to content

Commit 3069b2e

Browse files
committed
Add 4x4 3DGS plan to ndarray index
1 parent 48a14dc commit 3069b2e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

.claude/plans/3DGS-PLAN-INDEX.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff 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
4041
3DGS-columnar-splat-codec-plan.md
4142
3DGS-HHTL-CPU-cascade-plan.md
4243
3DGS-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
5658
certified 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+
5971
Central principle: renderer decisions should be fast, inspectable, and mathematically auditable.

0 commit comments

Comments
 (0)