@@ -14,6 +14,7 @@ This directory contains the lance-graph-side implementation plans for the 3DGS g
1414- Integration wiring to ` ndarray::hpc::splat3d ` , ` ndarray::hpc::pillar ` , and HHTL kernels.
1515- Runtime selection policy, traversal, scheduling, and certified tile decisions.
1616- SplatShaderBlas / BLASGraph orchestration across bitpacked, palette, and 3DGS tiers.
17+ - Datalake HHTL traversal and domain adapter strategy.
1718- Cross-domain raw-field fanout into ultrasound, genetics, neuronal networks, and 4x4 cognitive-shader blocks.
1819
1920## Markdown convention
@@ -48,6 +49,14 @@ Use inline code only for short identifiers such as `lance-graph`, `TileId`, or `
48493DGS-SplatShaderBlas-BLASGraph-crosspollination-plan.md
4950```
5051
52+ ## Blast-radius and datalake plans
53+
54+ ``` text
55+ 3DGS-HHTL-datalake-traversal-plan.md
56+ 3DGS-blast-radius-application-map.md
57+ 3DGS-domain-adapter-strategy-plan.md
58+ ```
59+
5160## Cross-domain fanout plans
5261
5362``` text
@@ -88,6 +97,18 @@ ndarray EWA/SYRK/BLAS backend kernels
8897certified covariance / render decision report
8998```
9099
100+ The datalake HHTL flow is:
101+
102+ ``` text
103+ SQL / graph / vector / semantic query
104+ ->
105+ lance-graph metadata traversal over datasets/fragments/blocks
106+ ->
107+ ndarray optional field-kernel scoring/certification kernels
108+ ->
109+ certified skip / refine / hydrate decision report
110+ ```
111+
91112The 4x4 raw-field fanout flow is:
92113
93114``` text
0 commit comments