- Establish the minimum viable Vulkan compute benchmark and validation path.
- Can the project execute upload, dispatch, and readback with correct outputs and stable GPU timing?
contiguous_writenoop- problem-size and dispatch-count sweep
- Use a deterministic 1D write kernel and a no-op control path.
- Sweep problem size and dispatch count while keeping timing and synchronization policy fixed.
- Median GPU dispatch time.
- End-to-end time.
- Throughput and correctness pass rate.
- This is a harness-validation experiment first and a performance result second.
- Later experiments should only be trusted if they remain consistent with this baseline.