You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .claude/plans/3DGS-PLAN-INDEX.md
+29-2Lines changed: 29 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# 3DGS Implementation Plan Index — ndarray
2
2
3
-
This directory contains the ndarray-side implementation plans for the 3DGS geospatial rebuild and the PR-X12 tensor-container expansion line.
3
+
This directory contains the ndarray-side implementation plans for the 3DGS geospatial rebuild, the PR-X12 tensor-container expansion line, and PhiSpiral256 leaf-location codec work.
4
4
5
5
## ndarray responsibility
6
6
@@ -12,6 +12,7 @@ This directory contains the ndarray-side implementation plans for the 3DGS geosp
12
12
- EWA/SYRK/BLAS/MKL backend dispatch for large-batch covariance projection.
13
13
- Domain-neutral certified field-kernel substrate pieces when repeated by multiple consumers.
14
14
- PR-X12 tensor-container expansion kernels and benchmark hooks where they touch decode-during-GEMM.
15
+
- PhiSpiral256 center generation, atom packing, distance/neighbor tables, and calibration kernels.
15
16
- Pillar-certified error probes under `src/hpc/pillar`.
16
17
- Columnar splat payload formats and quantization carriers.
17
18
- HHTL / HEEL-HIP-TWIG-LEAF selection primitives callable by `lance-graph`.
@@ -51,6 +52,22 @@ Use inline code only for short identifiers such as `ndarray::hpc::splat3d` or `T
51
52
3DGS-render-depth-certification-plan.md
52
53
```
53
54
55
+
## PhiSpiral256 leaf-location plans
56
+
57
+
```text
58
+
PhiSpiral256-LeafPlanetarium-integration-plan.md
59
+
```
60
+
61
+
This plan keeps the lanes distinct:
62
+
63
+
```text
64
+
CAM_PQ -> meaning / semantic basin lane
65
+
PolarQuant -> magnitude / similarity lane
66
+
PhiSpiral256 -> orthogonal local residual location lane
67
+
BGZ17 -> golden offset/stride recoverable sampling skeleton
68
+
Fisher-z -> optional statistical angular scorer/gate after candidate ranking
0 commit comments