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
+34-3Lines changed: 34 additions & 3 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.
3
+
This directory contains the ndarray-side implementation plans for the 3DGS geospatial rebuild and the PR-X12 tensor-container expansion line.
4
4
5
5
## ndarray responsibility
6
6
@@ -10,6 +10,7 @@ This directory contains the ndarray-side implementation plans for the 3DGS geosp
10
10
- SPD covariance construction and EWA projection math.
11
11
- EWA/SYRK/BLAS/MKL backend dispatch for large-batch covariance projection.
12
12
- Domain-neutral certified field-kernel substrate pieces when repeated by multiple consumers.
13
+
- PR-X12 tensor-container expansion kernels and benchmark hooks where they touch decode-during-GEMM.
13
14
- Pillar-certified error probes under `src/hpc/pillar`.
14
15
- Columnar splat payload formats and quantization carriers.
15
16
- HHTL / HEEL-HIP-TWIG-LEAF selection primitives callable by `lance-graph`.
@@ -35,7 +36,7 @@ file paths when shown as groups
35
36
36
37
Use inline code only for short identifiers such as `ndarray::hpc::splat3d` or `TileId`.
37
38
38
-
## Plans
39
+
## 3DGS plans
39
40
40
41
```text
41
42
3DGS-SIMD-forward-renderer-plan.md
@@ -48,6 +49,26 @@ Use inline code only for short identifiers such as `ndarray::hpc::splat3d` or `T
48
49
3DGS-certified-field-kernel-substrate-plan.md
49
50
```
50
51
52
+
## PR-X12 tensor-container capstone
53
+
54
+
```text
55
+
PR-X12-tensor-container-expansion-capstone.md
56
+
```
57
+
58
+
This capstone connects:
59
+
60
+
```text
61
+
x265 / HEVC through BLAS
62
+
->
63
+
x266 / 3DGS scene anchors
64
+
->
65
+
GGUF / safetensors tensor CTUs
66
+
->
67
+
Lance / Arrow tensor chunks
68
+
->
69
+
decode-during-GEMM and HHTL traversal
70
+
```
71
+
51
72
## Cross-repo boundary
52
73
53
74
`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