Skip to content

Commit 8635c45

Browse files
committed
Fix emulated mode prerequisites in Relay BP guide
Emulated mode requires GPUDirect RDMA (same as FPGA mode). Note loopback cable requirement in hardware table. Replace libibverbs mention with reference to cuda-quantum realtime build guide for complete software dependency listing. Signed-off-by: Chuck Ketcham <cketcham@nvidia.com>
1 parent 4361fbf commit 8635c45

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/realtime_qldpc_relay_bp_guide.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ configurations:
3030
| Configuration | GPU | ConnectX NIC | FPGA |
3131
|---|---|---|---|
3232
| CI unit test | Any CUDA-capable GPU | Not required | Not required |
33-
| Emulated E2E | Any CUDA-capable GPU | Required (loopback cable) | Not required |
33+
| Emulated E2E | CUDA GPU with GPUDirect RDMA | Required (loopback cable) | Not required |
3434
| FPGA E2E | CUDA GPU with GPUDirect RDMA | Required | Required |
3535

3636
Tested platforms: DGX Spark, GB200.
@@ -255,7 +255,8 @@ processes run concurrently:
255255

256256
- ConnectX NIC with a loopback cable connecting both ports (the emulator
257257
sends RDMA traffic out one port and the bridge receives on the other)
258-
- `libibverbs` / RDMA-capable network stack
258+
- Software dependencies (DOCA, Holoscan SDK, etc.) as described in the
259+
[cuda-quantum realtime build guide](https://github.com/NVIDIA/cuda-quantum/blob/main/realtime/docs/building.md)
259260
- All three tools built (bridge, playback, emulator)
260261

261262
### Running

0 commit comments

Comments
 (0)