Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 2.64 KB

File metadata and controls

24 lines (21 loc) · 2.64 KB

Advanced Investigation Plans Index (Lecture Notes Track)

This index points to detailed lecture-note style plans for post-25 advanced investigations. Canonical plan files now live next to their experiment reports under experiments/<id>/plan.md.

Recommended Execution Phases

  1. Phase A: core primitives (radix sort, subgroup ops, occupancy modeling).
  2. Phase B: rendering data systems (tiled assignment, culling pipelines, GPU-driven blocks).
  3. Phase C: architecture depth (BVH layout, ray-friendly layouts, temporal coherence).
  4. Phase D: systems and platform depth (persistent queues, async overlap, cross-GPU validation).

Advanced Investigation Plans