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
@@ -8,6 +8,7 @@ This directory contains the ndarray-side implementation plans for the 3DGS geosp
8
8
9
9
- CPU-SIMD 3D Gaussian Splatting forward renderer.
10
10
- SPD covariance construction and EWA projection math.
11
+
- Render-depth, visibility, and occlusion-certification kernels.
11
12
- EWA/SYRK/BLAS/MKL backend dispatch for large-batch covariance projection.
12
13
- Domain-neutral certified field-kernel substrate pieces when repeated by multiple consumers.
13
14
- PR-X12 tensor-container expansion kernels and benchmark hooks where they touch decode-during-GEMM.
@@ -47,6 +48,7 @@ Use inline code only for short identifiers such as `ndarray::hpc::splat3d` or `T
47
48
3DGS-4x4-cognitive-shader-SoA-plan.md
48
49
3DGS-EWA-SYRK-BLAS-MKL-crosspollination-plan.md
49
50
3DGS-certified-field-kernel-substrate-plan.md
51
+
3DGS-render-depth-certification-plan.md
50
52
```
51
53
52
54
## PR-X12 tensor-container capstone
@@ -71,7 +73,7 @@ decode-during-GEMM and HHTL traversal
71
73
72
74
## Cross-repo boundary
73
75
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`.
76
+
`ndarray` should not own 3D Tiles, Cesium compatibility, ArcGIS service ingestion, Blender scene semantics, graph query planning, SplatShaderBlas orchestration, datalake semantics, domain adapters, or tile serving. Those live in `lance-graph`.
0 commit comments