Commit 421e0c6
Skip the decoding server entirely on pre-0.16 realtime
The decoding server was the QEC build's last consumer of the 0.16-era
realtime dispatch API on this branch: GpuRoceTransceiver.cpp stamps
cudaq_function_entry_t::routing_key, which the old cuda-quantum pinned
here does not have. Its CMake gates (realtime headers found; HSB + DOCA
libs found for the gpuroce component) never consulted
CUDAQ_REALTIME_FOR_0_16, so CI built it and failed.
Return early from decoding-server-cqr when the 0.16-era API is absent,
before the GPU RoCE detection, and pin CUDAQ_GPU_ROCE_AVAILABLE to
FALSE in the cache. Every dependent already guards on if(TARGET ...):
the core-server unit tests, the CQR plugin consumers (pymatching
realtime test, app examples, the link-closure guardrail), the
decoding_server tool, and its two-process test disable themselves with
the component. No dangling references remain.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Signed-off-by: Ben Howe <bhowe@nvidia.com>1 parent d4e07b0 commit 421e0c6
1 file changed
Lines changed: 15 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
16 | 31 | | |
17 | 32 | | |
18 | 33 | | |
| |||
0 commit comments