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
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,7 @@ This directory contains the ndarray-side implementation plans for the 3DGS geosp
9
9
- CPU-SIMD 3D Gaussian Splatting forward renderer.
10
10
- SPD covariance construction and EWA projection math.
11
11
- EWA/SYRK/BLAS/MKL backend dispatch for large-batch covariance projection.
12
+
- Domain-neutral certified field-kernel substrate pieces when repeated by multiple consumers.
12
13
- Pillar-certified error probes under `src/hpc/pillar`.
13
14
- Columnar splat payload formats and quantization carriers.
14
15
- HHTL / HEEL-HIP-TWIG-LEAF selection primitives callable by `lance-graph`.
@@ -44,11 +45,12 @@ Use inline code only for short identifiers such as `ndarray::hpc::splat3d` or `T
44
45
3DGS-validation-benchmark-plan.md
45
46
3DGS-4x4-cognitive-shader-SoA-plan.md
46
47
3DGS-EWA-SYRK-BLAS-MKL-crosspollination-plan.md
48
+
3DGS-certified-field-kernel-substrate-plan.md
47
49
```
48
50
49
51
## Cross-repo boundary
50
52
51
-
`ndarray` should not own 3D Tiles, Cesium compatibility, ArcGIS service ingestion, graph query planning, SplatShaderBlas orchestration, or tile serving. Those live in `lance-graph`.
53
+
`ndarray` should not own 3D Tiles, Cesium compatibility, ArcGIS service ingestion, graph query planning, SplatShaderBlas orchestration, datalake semantics, domain adapters, or tile serving. Those live in `lance-graph`.
0 commit comments