D115 - A gpu protocol verb dispatches a compiled-in kernel over the socket - the interactive oracle, with no rebuild

Status: derived - driven end to end over a live socket; result bits confirmed.

CMD|seq|gpu|<kernel>|<operand>... runs one of the probe's embedded kernels over the supplied operands and streams back the same gpu/gpuop records a report emits, gpudev first. That turns the loop from rebuild-and-redeploy into ask: point a driver at a Deck and interrogate any of the 32 kernels at any inputs, live.

Why it is safe to expose where call and blob are guarded

It runs only named, compiled-in shaders - the driver picks which known kernel and what inputs, never arbitrary code. So unlike call (any address) and blob (uploaded code), it executes nothing the build did not already contain, and it is announced whenever the GPU backend is up rather than held behind a deliberate switch.

The details that keep it honest

Confirmed on llvmpipe: gpu rcp 1 2 3 returns 1, 0.5, 0x3eaaaaab; gpu fmaf 2 3 1 returns 7.0; an unknown kernel is refused. Documented in docs/PROTOCOL.md, captured in docs/examples/protocol/11-gpu.txt, and the checker knows the verb.